> 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-reports.md).

# Store Reports

### Overview

The Store Reports feature provides detailed insights into retail store performance. They give you information about the stores like:

* Store Address
* Store Name
* Total visits

When you click on this "store reports" option in the navigation bar, you are directed to the page looks like the screenshot attached below:

<figure><img src="/files/2rmrsSk1JhkR9KsZDj86" alt=""><figcaption></figcaption></figure>

Now here you can see the report. And if you click on that "arrow" option which is next to every store, you can take reference from the screenshot below:

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

You are directed to a screen which looks like the below attached screenshot:

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

Here you can see the store wise visit report of any particular you want.


---

# 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-reports.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.
