> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/set-up-your-integrations/salesforce/source-actions/new-opportunity.md).

# New opportunity

1. **Select Salesforce** as your source app under “New flow” in the “Gears” section and click “Create.”

<figure><img src="https://lh5.googleusercontent.com/5_qN0ZmuROiibYUIlASeC2ZAlm--OqzbuOnkZCoo0Aabozvw9qkBCUfF05yvBRFZio2bMLl-d7gU8WUdx_VCO6cbVIGIjgqFodT7025EyBSufVmxqgJRCOfKqIusAqQ91m3Q4OLJ6SHS3WftQkFVgw" alt=""><figcaption></figcaption></figure>

2. **Choose the connection** you want to use, or create a new one, after clicking the red gear. Click “Continue.”

<figure><img src="https://lh3.googleusercontent.com/Ugl-_XseC2GmR1gXFqzRvRuyFhoM5R3KnpezDT8M2AQUN04MrHuHOwI1iRuQAvClVUGuBZrmc-PcRDQAWgmcI9MiGzfCxmFINXjIHnT27SGdqTO0cukKWIPESkSh65ksST-bROEmvn9k7fIUJiqGvQ" alt=""><figcaption></figcaption></figure>

3. **Pick “New opportunity”** as your action and click “Create.” GearPlug will ask for a test record.

<figure><img src="https://lh6.googleusercontent.com/zG2RWTKyJeuthwkk1qtawC9JZhhh8J-UxZOcUBgU9V2FgXiL4r7WBCnYJxkLX1THgih5_b01DT9kp-sRT_kzVcMtUq4d2LXPnKsnHQCiXegvo-u8C0yKL6U7ILESeLgPagZov0iGWRU094MOKYfoMA" alt=""><figcaption></figcaption></figure>

4. **Create a test record** in your chosen module for GearPlug to import the data. Review the data in the GearPlug interface to make sure everything works properly. Click “OK” to finish the setup.

<figure><img src="https://lh4.googleusercontent.com/Xj4Vq6f5hL8t2C2eScUgvREgGkYHyrGwwVVP7fQ_Ir80Rb9oVTOIPmOOYKO86h5_q8lk_o48Awqfmni760xzDHv1Rur6eYUOy8cY3BLM8E4cWK822beh-XRf_rHV-Nx5zrMDqQJc0rU2W6mdxHZWWA" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Empty Fields**: Under the imported entry, you’ll find a drop-down menu for “Empty Fields.” Here, you’ll find a list of fields you can import—but weren’t used in the form you used.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gearplug.io/english/set-up-your-integrations/salesforce/source-actions/new-opportunity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
