> For the complete documentation index, see [llms.txt](https://aten-solana.gitbook.io/aten/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aten-solana.gitbook.io/aten/aten-store-tutorials/adding-an-item.md).

# Adding an Item

To add an item, head to the "My Items" tab in the admin panel

### 1) Click on the + button

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

### 2) Fill in Item Details

* Item Title and Item Description appear in item cards&#x20;
* Item Detailed Description appears when item card is expanded
* Optional note field allows for customers to write a note to store owners, such as an NFT #&#x20;

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

### 3) Fill Advanced Details

* This is where product types and variations like sizes and colors can be selected
* Select color, sizes and enter respective quantities then click "Add Variation" button before moving on to next screen

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

### 4) Uploading images

* Select up to three images for each product

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

### 5) Select item pricing

* Enter your item pricing, pricing is in your store's currency
* Click Create

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

* If Real time pricing is enabled, enter pricing in USDC, pricing will reflect in your selected token in your storefront

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

### 6) Item added

* Your item is now added and will appear in the "My Items" tab
* To list your item, click "List", it will now appear in the "Listed Items" tab, items can be de-listed from there
* To edit your item, click "Edit", and go through the same steps as adding an item

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

###

{% embed url="<https://www.loom.com/share/999ac1df45c84137af6b940fa015e17d>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://aten-solana.gitbook.io/aten/aten-store-tutorials/adding-an-item.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
