# Add your store

1. **Go to the Store Management page**\
   In your ScaleFlows dashboard, open the menu and select **Store Management**.
2. **Click “Add Store”**\
   At the top of the page, click the **Add Store** button to start adding a new store.
3. **Enter your store name**\
   Type your store name in the input field. For example: `MyStore`.
4. **Click “Create Store”**\
   Confirm by clicking the **Create Store** button.

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

<figure><img src="https://1232282370-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgNO9syVqN85j2KgYG7Ao%2Fuploads%2F3v3AEP3hZNc2WiCGwVfq%2Fimage.png?alt=media&#x26;token=24bcb09b-5945-45fc-b33d-45cce3c3dee6" alt=""><figcaption></figcaption></figure>


---

# 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/getting-started/add-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.
