> For the complete documentation index, see [llms.txt](https://shop-docs.xorosoft.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shop-docs.xorosoft.io/getting-started/configuring-settings/import-settings.md).

# Import Settings

{% hint style="warning" %}
If you're configuring the app settings for the first time after installation, you must follow the [Account Name](#one-time-required-account-name-configuration) configuration step to finish the setup.
{% endhint %}

<details>

<summary><mark style="color:red;">First-time required: Account Name configuration</mark></summary>

During configuration after the first time install, you'll see a field for **Account Name**, as shown in the image below. You may enter your Shopify store name in this field.

<img src="/files/wOP7dlOjP5BLp559PkbB" alt="" data-size="original">=

*<mark style="color:red;">NOTE: Avoid entering any special characters such as &, =, or / in the account name field.</mark>*

</details>

<figure><img src="/files/TADYyOAmrwUXDiLuTfTP" alt=""><figcaption><p>Import Settings</p></figcaption></figure>

The *import* settings allow you to set up the auto imports. The configurable options are:

1. **Time Zone**: Use this to specify the time zone that your online store operates in.
2. **Enable auto import/export**: When enabled, the auto import and export processes such as order import, fulfillment export, etc. are turned ON.
3. **Integration Start Date**: This field allows you to specify the date on and after which you want the integration to start. Any transactions previous to this date will be ignored and filtered out from syncing into Xoro.
4. **Hour**: Used to specify the regular sync interval hours.
5. **Mins**: Used to specify the regular sync interval minutes.
6. **Auto Import Start Time Offset**: This field is used to add an offset (specified in minutes) to the sync interval minutes.


---

# 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://shop-docs.xorosoft.io/getting-started/configuring-settings/import-settings.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.
