> For the complete documentation index, see [llms.txt](https://docs.maplytics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maplytics.com/features/overlay/save-shape-excel-file-in-territory/save-excel-file.md).

# Save Excel File

Within the Territory Map preview, user can select the option of ‘Excel File’ to select an excel file to the territory. User can also select the color to view the regions in the same. They further need to select the following options in order to save the excel file as per their requirement:

**Select Region Type:** User should select the region type based on which the boundaries of the regions from the excel file is to be plotted.

**Select Region Value:** User needs to select the column from the excel file that contains the values for the selected Region Type.

**Select Main Region:** User needs to select the column from the excel file that contains the value for the biggest region for the selected Region type in order to plot the regions accurately. For example: If the Region type selected is Postal code, so the Main Region should be preferably Country. If the column of country is not available then the column with the values for respective States or Cities can be selected.

![](/files/-MbdcdHZKHDTsKerNRSw)

{% hint style="info" %}
For any queries, reach out to us at <crm@inogic.com>
{% 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.maplytics.com/features/overlay/save-shape-excel-file-in-territory/save-excel-file.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.
