# Admin Panel Features

{% hint style="info" %}
You can check out all Admin Panel features in the [live preview here ](https://grocerydashboard.firebaseapp.com). \
Use \
**Email: <admin@enappd.com>**\
**Password: 123456789**
{% endhint %}

## Multiple Themes

The Grocery Shopping Admin Panel comes in multiple themes - Default, Dark, Purple and Medium. You can change your admin panel theme from the options in top right dropdown

![](/files/-LqKa5UHWW4H5DOe91te)

Let's check out how the Dashboard (for example) looks in different Themes

### Default Theme - Dashboard

![](/files/-LqKZoSxieTBgqHEeR22)

### Dark Theme - Dashboard

![](/files/-LqKaVeN2t772M9ODYOW)

### Purple Theme - Dashboard

![](/files/-LqKaiDCcPr_LxTAcGSo)

### Medium Theme - Dashboard

![](/files/-LqKan2QBi8MxCkvLCLC)

Let's check all the available pages in the Admin panel and the functionalities

## Product Page

Product page shows you a list of all products, plus details of the products

![](/files/-LqKZoSZzPUzbZlruw4w)

### Add Product

Add product popup allows you to add all details to create a product, including uploading Pictures. The same popup later allows you to edit the details of the product as well.&#x20;

![](/files/-LqKbakliCuILek72GEc)

### Edit / Delete Product

Edit / Delete product buttons are on the far right of the scrollable list

![](/files/-LqKbrbHnfcpS3awBY6T)

## Category Page

Category page shows you a list of all categories, plus details of the categories. This page also allows you to create, edit and delete categories.&#x20;

![](/files/-LqKdeRaEw_QuE2kVd8D)

### Create Category

![](/files/-LqKdr-Ml1mYzOfdh-dE)

### Edit / Delete Category

Edit / Delete product buttons are on the far right of the scrollable list

![](/files/-LqKdmWsPsI79RhhkkjN)

## Orders Page

Orders page shows you the list of all orders available. You cannot create / Edit or Delete orders because they are created form the App automatically.

![](/files/-LqKZoSjHBMLccuk8dXA)

## Offers Page

The offers page shows you the list of all offers available. This page also allows you to create, edit and delete offers.&#x20;

![](/files/-LqKZoSk1oGH-Oy5tR2l)

### Create Offer

![](/files/-LqKcYQ-SdPHqM6hfPPn)

### Edit / Delete Offer

Similar to Product list, the Edit / Delete buttons are on the far right of the scrollable list

![](/files/-LqKcuZ8LhMS75URVPeL)

### Coupon Used

Clicking on this button shows you a popup informing you the list of users who have used this coupon

![](/files/-LqKcxrKbdxdhIW776_u)

## Users Page

This pages shows you a list of all registered users, plus their details.


---

# 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://enappd.gitbook.io/ionic-grocery-shopping-app-platform/admin-panel-features.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.
