# View Stores

The View Stores List feature provides an overview of all stores associated with a brand. Users can see a list of stores with key details and navigate to individual store profiles for more information.

1. To view the Stores List:
   * Go to **Stores**.
2. Review List:
   * The list will display all stores with columns for store **logo**, **name**, **status**, **address**, contact information(**email**).
   * Users can also view the number of **Rewards Offers**, **Transactions** and **Products** for each store.
   * **Brand Filter**: Filter the list of Stores by Brand
   * **Search and Filter**: Use the search bar to find specific stores or apply filters to narrow down the list based on location or status.
3. **Navigate to Store:**
   * Click on a store name to view detailed information or edit the store.

**Best Practices:**

* Utilize Filters: Use filtering options to quickly find and manage specific stores.
* Monitor Changes: Regularly check the list for updates or changes in store information.


---

# 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://help.iwantchips.com/brands/modules/stores/view-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.
