> For the complete documentation index, see [llms.txt](https://doc.storelocator.secomapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.storelocator.secomapp.com/import-store-locations.md).

# Import Store Locations

Besides the manual way, you are also able to upload unlimited store locations from CSV file in a few clicks.

**Step 1:** Go to the **Import** tab and **Add CSV File**. A few seconds process and a table with your stores’ information shows up.

![](/files/2YbMciyjRfvH0EU3S7VI)

{% hint style="warning" %}
Only the files in **CSV** format can be processed.&#x20;

You can have a look at our CSV file sample: <https://bit.ly/36vUBZE>
{% endhint %}

{% hint style="info" %}

* Data fields can contain Store name, Store Address, City, Priority, Province/State, Country, Zip Code, Phone, Fax, Email, Website, Hours, Store Description, Latitude, Longitude, Tags, Store image URL, Marker Image URL. ➜ The explanation of data fields can be found [here](https://app.gitbook.com/@luna-secomapp/s/store-locator-by-secomapp/~/drafts/-MLl7wbanBEtfEygpeOA/import-store-locations/import-data-detail/@drafts).
* Don’t worry about field orders. You can map your field headers after browsing the file.
  {% endhint %}

![](/files/Elk8HnKejMmiTNBukkXs)

**Step 2:** Select the name for each column.

![](/files/7NnPMlL9aHBJbauKFEcX)

{% hint style="warning" %}

* Remember that Store Name, Store Address, City, Zip code/ Postal code, Country are required.
* If the first row of your CSV file is your column header, please select "Yes" in "Don't import First Row".
  {% endhint %}

**Step 3:** Click the **Import** button.

![](/files/J9K0Sewt0gTw6E1qYNaf)

![](/files/C8dSD3ELzqrpnhn60PAs)

After you finish the upload process, your store lists will be transferred to the **Location** tab, where you can customize each store the way you want.


---

# 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://doc.storelocator.secomapp.com/import-store-locations.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.
