> 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/system-settings/fields/custom-field-contacts/custom-fields-contacts-selector/custom-fields-contacts-selector-importing-spreadsheet.md).

# Custom Fields - Contacts: Selector - Importing Spreadsheet

## Field creation

For this demonstration, it will be necessary to create a [field with the type 'Selector'](/en/topics/system-settings/fields/custom-field-contacts/custom-fields-contacts-selector.md). Then click the 'Import CSV/XLSX' button to upload a spreadsheet in one of these formats.

<figure><img src="/files/9979b90f323749c920489be55563bb902baf16eb" alt=""><figcaption><p><em>Field editing.</em></p></figcaption></figure>

## Spreadsheet format

The spreadsheet must contain a column called 'label' and another called 'value'. Each row, starting from the second, must represent the name and the value of a field.

<figure><img src="/files/e20a1766ce5137c4d12355b9effd9caed1b7bbe9" alt=""><figcaption><p><em>Spreadsheet with the products.</em></p></figcaption></figure>

## Result

When selecting the spreadsheet, all options will be loaded as shown in the image below. If the spreadsheet is used to update the item list, only values not yet imported will be added.

<figure><img src="/files/1b231a48be32e876bde8c525c8fd2e74553cc6b3" alt=""><figcaption><p><em>Imported options.</em></p></figcaption></figure>

<br>


---

# 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/system-settings/fields/custom-field-contacts/custom-fields-contacts-selector/custom-fields-contacts-selector-importing-spreadsheet.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.
