> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fusioncore.us/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a Condition

> Create a Condition record and choose whether it uses Simple Condition Lines or a custom Apex class.

## How to Create a Condition

<Steps>
  <Step title="Open the Conditions object">
    Click the **App Launcher** (the nine dots at the top left) and search for **Conditions**.

    <Frame>
      <img src="https://mintcdn.com/fusionspan/EW_gg4_8FJ-921wF/images/end-user-guides/4004085886/Screenshot_2025-01-03_at_9.59.51-AM.png?fit=max&auto=format&n=EW_gg4_8FJ-921wF&q=85&s=d32b3228fda532eb7a22a7e043479644" alt="The App Launcher search showing the Conditions object" width="395" height="335" data-path="images/end-user-guides/4004085886/Screenshot_2025-01-03_at_9.59.51-AM.png" />
    </Frame>
  </Step>

  <Step title="Start a new Condition">
    Click **New** at the top right.
  </Step>

  <Step title="Choose the record type">
    Choose the **record type** for the Condition you want to create:

    * [**Simple**](/end-user-guides/products/conditions/simple-conditions/index) — logic built from Condition Lines in the Salesforce UI. For example, a member-renewal reminder or an early-bird event discount.
    * [**Apex**](/end-user-guides/products/conditions/apex-conditions) — logic handled by a custom Apex class for more complex needs, such as multi-criteria renewals or member-role-based pricing.

    <Frame>
      <img src="https://mintcdn.com/fusionspan/EW_gg4_8FJ-921wF/images/end-user-guides/4004085886/Screenshot_2025-01-03_at_10.14.44-AM.png?fit=max&auto=format&n=EW_gg4_8FJ-921wF&q=85&s=38ff17f6b8f84c0bb5974faabf3d3cff" alt="The record type selection dialog for a new Condition" width="868" height="325" data-path="images/end-user-guides/4004085886/Screenshot_2025-01-03_at_10.14.44-AM.png" />
    </Frame>
  </Step>
</Steps>
