# Configure Inventory

### What is your Inventory?

To offer mobile data packages, you will integrate our API or SDK into your front-end, e.g., mobile app or website. To control your offering, our APIs and SDKs will only allow activations of mobile data packages in your inventory, preventing unintended selling of mobile data packages and possible fraud attacks.

### Update your Inventory

Once logged in, visit the [Store Inventory](https://dent.giga.store/#/your-store/inventory) at Gigastore. You can see a list of packages in your inventory.&#x20;

#### Add and Remove Packages

To add a package, press the **"Add or Remove Packages"** button or visit the [Update Inventory](https://dent.giga.store/#/data-packages) section directly.&#x20;

Select the package(s) you want to offer by clicking on the "**+**" button next to the packages in the list. A checkmark icon will appear, showing that this package will be in your inventory after you apply the changes.

To remove a package, press the checkmark button again.

<figure><img src="/files/QYF3lFhw3yhvlypYJwqa" alt="" width="247"><figcaption></figcaption></figure>

Save your new inventory by clicking the "**Apply Changes**" button.

You can check your current store inventory always in the [Store Inventory](< https://dent.giga.store/#/your-store/inventory>) section at Gigastore.

#### Test Packages

If you require test packages, we can provide you with free 10MB, 365-day validity packages for testing purposes. \
To get them, first, add the packages to your inventory as described above.\
Once added, please contact your Account Manager and we will activate testing packages for you. \
\
You can track the remaining packages in the "AMT" column on the left side of the [Store Inventory](https://dent.giga.store/#/your-store/inventory) section.

#### Change Retail Price

To define the price to your customers in your front-end, we recommend using the retail price. Tap the "**Edit**" button in your Store Inventory to change the retail price of the selected package.

The Retail Price can be retrieved through our API endpoint.

### API Access

To access the inventory of your Gigastore account from a front-end, you can use the `/gigastore/products/inventory` endpoint of our API. For more details, check our [API documentation.](https://dent.giga.store/#/api/specifications)


---

# 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://docs.giga.store/start-with-gigastore/configure-inventory.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.
