> 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/companies/spreadsheet-import-companies.md).

# Spreadsheet import - Companies

Learn how to correctly import your spreadsheet in the Companies tab, following column mapping and creating custom fields when necessary.

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

### **Creating custom fields in Companies**— step by step:

Access: **Custom fields → Companies**

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FgvVrDC9YYGzRxuo2sSjF%2Fimage.png?alt=media&amp;token=942251e5-5b2a-48fc-a1b8-50b0c1d9eebe" alt="" width="563"><figcaption></figcaption></figure>

Click on **\[+ New]** to create a new field and fill in the field information:

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FELdhcyTrwJlo85I04h8X%2Fimage.png?alt=media&amp;token=63a11a0e-ccf3-4e8f-adb1-aeaa48b11188" alt="" width="563"><figcaption></figcaption></figure>

* **Name:** e.g.: `Tax ID`.
* **Type:** choose the data type (Text, Number, Date, etc.).
* **Alias:** do not fill it in — the alias is generated automatically **after saving** and cannot be changed.
* **Group:** indicates which group the field will belong to (e.g.: *Main* or *Professional*).
  * You can change the **color and icon** of the group by clicking the icon:&#x20;

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FY4rurTtYiSIZgS2xjXvc%2FCaptura%20de%20tela%202025-11-04%20154023.png?alt=media&amp;token=e8eef7ab-eeaf-4063-b7cf-3cb5b843b5dc" alt="" width="563"><figcaption></figcaption></figure>

* Important settings:
  * **\[Unique identifier?] → Yes**
    * When checked, the value will be **unique** in the system (e.g.: it is not possible to have two companies with the same CNPJ).
  * **\[Required?] → Yes** (optional)
    * When checked, this field **must** be filled in.
* Click on **Save** to create the field.
* After saving: when performing the **spreadsheet mapping** (on the import screen), the new field will already **appear in the selection list** for you to map the corresponding column.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FLiG2v8EZ3jNeBT7Z0LDT%2Fimage2.png?alt=media&amp;token=7d461c44-1929-44fa-919c-622126eb585b" alt="" width="433"><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/companies/spreadsheet-import-companies.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.
