# Salesforce Picklist Options

<figure><img src="/files/yQNHCSwpKllERW4HuRLr" alt="" width="375"><figcaption></figcaption></figure>

**Step 1:**

On your form, create a field that supports predefined options (e.g. dropdown, radio group, etc.)

1. Navigate to your form's designer
2. Add a new field and give it an ID.

<figure><img src="/files/SDjcJKFckkchk2PYYVWj" alt="" width="375"><figcaption><p>Dropdown field</p></figcaption></figure>

**Step 2:**

Sync the field's options to a Salesforce picklist or multipicklist.

1. Ensure Salesforce is enabled for your account. Click on the field and navigate to the **Properties** tab.
2. Scroll to the bottom of the properties tab, where you'll see the field options and a button to **Sync to Salesforce**.
3. Click that button and select the Salesforce picklist that you would like to sync options to. Click **Sync**.

**Result:**

Now the dropdown options are pulled from Salesforce automatically when the step is loaded.

<figure><img src="/files/jwfelUyG1ML9SDGcG5ja" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.feathery.io/guides/salesforce-picklist-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
