# Manage school store

**Navigating to the store:**

* **Access the store:**

  * Go to the **Store** tab in your HousePoints admin dashboard to view and manage your store.

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

**Adding products to the store:**

1. **Add a new product:**
   * Click on the **Add New Product** button located on the left side of your screen.
2. **Upload product image:**
   * Click the **+ Add Product Picture** button to upload an image for the product.
3. **Enter product details:**
   * Fill in the necessary details, including the product name, price in coins, description, stock count, and availability date.
4. **Save the product:**

   * Click the **Save** button to add the product to your store.

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

**Additional Tips:**

* **View all orders:**
  * Go to the **Orders** tab to see all orders made in your store.
    * To view only pending orders, select the **Pending Orders** tab.
    * For a full history of orders, click on the **Orders History** tab.
* **Approve/Reject orders**

  * Navigate to the desired order
  * Click on the three dots on the far right
  * Approve or reject order

  <figure><img src="/files/wmUDw2kTQHoJoDrcTzh6" alt=""><figcaption></figcaption></figure>
* **Download Orders:**

  * Click the **Download CSV** button to export all orders as a .CSV file for easier tracking and analysis.

  <figure><img src="/files/SsVTcr5NWYiJcWutvc2Y" alt=""><figcaption></figcaption></figure>
* **Manage student wallet:**
  * Click the **Student Wallet** tab
  * Search for the desired student using the search bar labeled "**Search Table**"
  * Click on the eye icon (:eye:) on the far right of the student row
  * View the student wallet summary and use the "**Manual Adjustment"** button on the top right of your screen to add or subtract House Coins from the selected student's wallet.<br>

    <figure><img src="/files/Ujlhb4yLS0RsiUpGaJAJ" alt=""><figcaption></figcaption></figure>
  * **Manage student wallet:**
    * Click the **Student Wallet** tab
    * Search for the desired student using the search bar labeled "**Search Table**"
    * Click on the eye icon (:eye:) on the far right of the student row
    * View the student wallet summary and use the "**Manual Adjustment"** button on the top right of your screen to add or subtract House Coins from the selected student's wallet.


---

# 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://guides.rcahousepoints.com/admin/how-to/manage-school-store.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.
