> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/crm/crm-initial-settings/crm-opportunity-fields/crm-custom-fields-in-the-funnel-opportunity.md).

# CRM - Custom Fields in the Funnel Opportunity

<figure><img src="/files/1270a5f813d6fd76812aba30ba55c1657b023b05" alt=""><figcaption></figcaption></figure>

To create Custom Fields, follow the step-by-step below:

Regardless of the funnel you are in within the CRM, click the gear icon to access the settings

<figure><img src="/files/5612a431103e1bbf4eb9bf39a2a59e18c55352f7" alt=""><figcaption></figcaption></figure>

After completing the step above, you can click the option **"Custom fields"** and then **"New field"**

<figure><img src="/files/1cc9d6ec7e16bb87f78a27a498035c92b55aac55" alt=""><figcaption></figcaption></figure>

Customize your settings

**"Field name":** Add the field name here (Required to create the field).

**"Field type":** Choose the option you want for this field, such as Text, Number, Date, Time, Date and time, List, and File (Required to create the field).

**"Default value":** Add the field's default value here; if no value is provided, we will assume this is the field value.

**"Global":** If "YES", the field will be displayed in all funnels.

**"View in":** Select the funnel where the field will be displayed. If you need it displayed in all funnels, mark the global option.

**"Required":** If marked as required, the user will be required to fill in this field.

<figure><img src="/files/f89517dc551e984f467f20086415b02673c4eaca" alt=""><figcaption></figcaption></figure>

If you have more "Custom Fields", you can filter them on the home screen using "Filter by Funnel"&#x20;

<figure><img src="/files/145e1c44a4778e4647f9e044cde36d3ca09ea047" alt=""><figcaption></figcaption></figure>

Inside the funnel, click the name of the opportunity to which you want to add Custom Fields

<figure><img src="/files/dc6c002d2f4015e51437a33bbe8a6d11f8f3e2d8" alt=""><figcaption></figcaption></figure>

After completing the procedure above, click on the **"Add Section"**

<figure><img src="/files/03911d8fe6b52ccdb47a81ceb688fe7dc22d5fc0" alt=""><figcaption></figcaption></figure>

You will configure the name of the section you want to assign and add the "Custom Field" you registered. Finally, click "Save"

<figure><img src="/files/c2ead77e3c18160895f760003c9f907c3841debc" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2c83546be2606a54a29ac0c238a90ec63f1533d3" alt=""><figcaption></figcaption></figure>

By double-clicking the "Unfilled field", the option to edit and save will be shown

<figure><img src="/files/acf13996c6392799849d9a3c67f9e6746acaa660" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/e9295796382182cde5b7b614a3c6d9fd8ebd6c1a" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4eec617217b17af5209efaf406b12a3a04a1c749" alt=""><figcaption></figcaption></figure>


---

# 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.sprinthub.com/en/topics/general/crm/crm-initial-settings/crm-opportunity-fields/crm-custom-fields-in-the-funnel-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.
