# Stores

From this section, users can:

* **Create New Stores**: Add a new location to the account, including basic information such as name, description, and location.
* **Switch Between Stores**: Select which store to view and manage from the web dashboard or mobile app. Each store operates independently with its own data, content, and configurations.
* **Access Store Details**: Enter the dedicated page for each store to manage modules such as Web Menu, 3D scans, Orders, and Frame integration.
* **Edit Store Information**: Update basic information such as address, display name, and optional branding configurations.
* **Assign Teams and Permissions** (if supported): Define which users have access to each store and what actions they can perform within it.
* **Deactivate or Remove a Store**: Deactivate a store temporarily or permanently remove it from the account.

This section enables clear control for businesses operating across multiple venues while keeping each store’s experience personalized and modular.


---

# 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://replate.gitbook.io/replate-docs/getting-started/dashboard/stores.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.
