> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/user-manual.md).

# USER MANUAL

- [Deals](https://docs.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/user-manual/deals.md): Here store admin can manage the deal details by updating and deleting deal details by using the update and delete button and he can also use that toggle button to make the deals visible/Invisible.
- [Orders](https://docs.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/user-manual/orders.md): Gives detailed information about the orders section. It contains details /information like OrderId,name,status etc.,
- [Coupon](https://docs.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/user-manual/coupon.md): It gives detailed information about the deals coupons.
- [Settings](https://docs.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/user-manual/settings.md): It gives detailed information about the various settings options in the Grocery sass cms dashboard.
- [Category](https://docs.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/user-manual/category.md): It gives detailed information about the category.
- [Products](https://docs.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/user-manual/products.md): Provides information regarding how to add, edit, delete the products.And it explains about the various options used in this project.
- [Brands](https://docs.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/user-manual/brands.md): It gives detailed information about the brands.
- [Location](https://docs.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/user-manual/location.md): It gives detailed information about the location.


---

# 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.ionicfirebaseapp.com/online-grocery-shopping-and-delivery-system/user-manual.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.
