# How do I add prompts to a Collection?

There are three ways to get prompts into a Collection:

{% stepper %}
{% step %}

### Interface

All Collections, whether they already contain content or not, will have a text box to enter additional prompts.

![](/files/a770987316eb45aefdd76c5aa2e795b01ea1b5f6)
{% endstep %}

{% step %}

### Upload

After creating a new Collection, the content pane will contain an uploader by default.

![](/files/c5e8db4809e69b8b78738d6414203e3bdcd314af)

Once content has been added, the uploader is found in the kabob menu. Uploading CSVs will never overwrite existing content, only add to.

![](/files/dcb160bd6680510c4bb57c8419a8bc3c3a010668)

![](/files/4d48601937426fd00b80bd5b7d900a60581625fe)

{% hint style="warning" %}
CSVs larger than about 25,000 prompts may time out. If your upload for a large CSV is unsuccessful, please break it up and try again.
{% endhint %}
{% endstep %}

{% step %}

### Monitoring

From any Monitoring screen, tap on the Collections icon on the top right.

![](/files/ee674ece3306113d4f3b2fc0266ab1d426719a1c)

This will open a selector column where you can multi-select prompts to send to a Collection. Once you've chosen what to send, tap the Copy to Collections button on the bottom right. Tapping the red X button will close the workflow.

![](/files/9aa04548cc80df38321c1f0649ff006a1e4b3b52)

After tapping Copy to Collections, a modal will open so you can choose which Collection(s) to send the prompts to or choose to create a new Collection.

![](/files/1f743d3ede1ea56cce68c0ea9bcd8668348e5289)

Make your selection(s), confirm, and there will be a confirmation modal.

![](/files/844baddac7c1bf2aa32cc202bf106ed80db0e386)
{% endstep %}
{% endstepper %}


---

# 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.aiceberg.ai/inventory/what-is-the-inventory/what-are-collections/how-do-i-add-prompts-to-a-collection.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.
