# Create Custom user field & Usage

{% embed url="<https://youtu.be/fIdQheet778>" %}

### How to create user custom field

1. **Adding the Custom Field**:

   1. In question node, type the field name (e.g., `response`)&#x20;
   2. Choose the field type (e.g. text/number). Ensuring it corresponds to the type of data you intend to store.
   3. Save the field.

2. **Alternative Method**:
   1. Navigate to the Contents tab -> User fields
   2. Click blue button at top-right corner tp add a new field
   3. Assign it a name (e.g., `testing`), and set its type (text, number, etc.).
   4. Save

### Simple Use Case

Most simplest use case is that can filter the user response, and trigger specific flows.

1. **Storing Responses**: After a question is asked, the user’s response is stored automatically in the custom field.
2. **Using Conditions**:
   * Set conditions based on the stored value. For example:
     * If the response contains “hello,” trigger one flow.
     * If the response contains “no,” trigger another flow.
