> For the complete documentation index, see [llms.txt](https://docs.restock.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.restock.gg/problem-solving/tutorials/add-item-to-database.md).

# Add Item to Database

Add Single Items

1. Take the SKU of your item.
2. Type `/add-item SKU` in the #bot discord channel, wait about 5 seconds until it's finished. (Link to channel: <https://discord.com/channels/766302900624293889/797525225741877280>)
3. Now click "Clear Item Cache" in your settings and you're good to go!

{% hint style="success" %}
If the SKU is already in the database but one or more sites are showing as missing (red pill) in the Item Addition Window, you can skip Discord and click **Recheck sites** directly on the item. It rescrapes the product across all supported sites in place. See [Adding Items › Recheck Sites](/features/inventory/adding-items.md#recheck-sites).
{% endhint %}

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

## Add Bulk Items <a href="#add-bulk-items" id="add-bulk-items"></a>

1. Go to <https://pastebin.com/> and add one SKU per line.
2. Get the raw link to the textfile content.
3. Type `/add-bulk-items PASTEBIN LINK` in the #bot discord channel and wait till its finished with uploading. (Link to channel: <https://discord.com/channels/766302900624293889/797525225741877280>)
4. Now click "Clear Item Cache" in your settings and you're good to go!

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

{% hint style="warning" %}
Users are allowed to add up to 100 style codes at once. In case you have a larger list, open a ticket and the RestocksAIO team will submit it for you.
{% endhint %}

## Pastebin Guide

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


---

# 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://docs.restock.gg/problem-solving/tutorials/add-item-to-database.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.
