# Onboarding: Setup Your Store

After your first login, ScaleFlows will ask you to create your store. This takes about 2 minutes.

<figure><img src="/files/ZJdSmUe01bItzjL0MrKe" alt=""><figcaption></figcaption></figure>

1. Fill out the details

| Fields        | Description                                                                                        |
| ------------- | -------------------------------------------------------------------------------------------------- |
| Store name    | Enter the name of your business (e.g., "Sarah's Accessories")                                      |
| Support email | The email address your customers write to (e.g., <support@sarahsshop.com>).                        |
| Display name  | The name that appears in the "From" field when the AI sends emails (e.g., "Sarah's Support Team"). |

2. Click **Create Store**. You'll be taken to your inbox.&#x20;
3. A setup checklist will appear at the top. Follow it to finish connecting everything.

<figure><img src="/files/ikPc4rE7sR4qwrpDwWtO" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Your store will now be created and listed on the Store Management page.
{% endhint %}


---

# 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://docs.scaleflows.net/documentation/documentation-v1.1/getting-started/onboarding-setup-your-store.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.
