> For the complete documentation index, see [llms.txt](https://docs.aiceberg.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aiceberg.ai/inventory/what-is-the-inventory/what-are-collections/how-do-i-add-prompts-to-a-collection.md).

# 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.

![](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/sI6hKq5339SbinSz9Sfd/Screenshot%202025%2006%2012%20at%2010.12.30%20AM.png)
{% endstep %}

{% step %}

### Upload

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

![](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/N4xJq7E3ioefEV5h3wYj/Screenshot%202025%2006%2012%20at%2010.17.05%20AM.png)

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

![](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/OFubpXYdbAwfNT0aGHP6/Screenshot%202025%2006%2012%20at%2010.17.27%20AM.png)

![](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/a745OILWFFExNKQFxQA6/Screenshot%202025%2006%2012%20at%2010.19.36%20AM.png)

{% 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.

![](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/ns6IcDdew2WRFM0vOBgC/Screenshot%202025%2006%2012%20at%2010.41.56%20AM.png)

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.

![](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/9wMlnV0EptujncRxyEmL/Screenshot%202025%2006%2012%20at%2010.52.03%20AM.png)

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.

![](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/qnIMGDmT1H9OVZM5kz2e/Screenshot%202025%2006%2012%20at%2010.56.17%20AM.jpg)

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

![](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/6L7jkbJFJM6PBkocP3hm/Screenshot%202025%2006%2012%20at%2011.10.32%20AM.png)
{% endstep %}
{% endstepper %}


---

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