> For the complete documentation index, see [llms.txt](https://docs.7sales.7system.in/7salesdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.7sales.7system.in/7salesdocs/store-management/store-master.md).

# Store Master

### Overview

Store master is a feature that helps businesses manage their stores. This allows businesses to add and edit information about stores, such as:

* store name
* address
* contact information
* other important details.

When you click on Store Master option, you are directed to a screen like the image shown below:

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

1. **Retailer Name:** This is the name of the store owner.
2. **Store Name:** This is the store name.
3. **Added by:** This is the name of the person who have added the store in the companies list.
4. **Retailer Number:** This is the owner's number.

Here you can see the details of all the stores.&#x20;

{% hint style="info" %}
If you want to add or remove any store you can easily do that.
{% endhint %}


---

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

```
GET https://docs.7sales.7system.in/7salesdocs/store-management/store-master.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.
