# Import Data Detail

| CSV Header Name  | Optional/Require | Description                                                                                      |
| ---------------- | ---------------- | ------------------------------------------------------------------------------------------------ |
| Store Name\*     | Required value   | This is field contains the name of your store.                                                   |
| Address\*        | Required value   | Address of your store.                                                                           |
| Country          | Optional         | Country of your store.                                                                           |
| State            | Optional         | State of your store.                                                                             |
| City             | Optional         | City of your store.                                                                              |
| Zipcode          | Optional         | Zipcode of your store.                                                                           |
| Phone Number     | Optional         | Phone number of your store.                                                                      |
| Fax              | Optional         | Fax of your store.                                                                               |
| Description      | Optional         | Description about your store.                                                                    |
| Email            | Optional         | Email of your store.                                                                             |
| Web              | Optional         | The website url of your store.                                                                   |
| Tags             | Optional         | All tags relate to store, each tag will be seperate by comma . Example: clothers, T-shirt, wifi. |
| Schedule         | Optional         | Detail scehdule of your store.                                                                   |
| Store Image Url  | Optional         | Image URL of your store. This image will be displayed on google.                                 |
| Marker Image Url | Optional         | Image U of marker which you'll be replace for google maps's default marker.                      |
| Latitude         | Optional         | Latitude of your store.                                                                          |
| Longitude        | Optional         | Longitude of your store.                                                                         |


---

# Agent Instructions: 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:

```
GET https://doc.storelocator.secomapp.com/import-store-locations/import-data-detail.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
