# What are Collections?

**Collections** are saved lists of prompts that can be sent into Aiceberg in bulk. They allow companies to do systematic AI governance at scale. Organizations often use Collections for:

* Vulnerability assessment
* Compliance validation
* QA workflows
* Team testing and collaboration
* Threat intelligence integration
* Use case validation

Collections are located in Inventory.

![](/files/495dc5be94fcfb24fe0ed7f8b1d7079bb86b4ea3)

On the left, the Collections page lists all Collections created in your account. Any Collection you create will be visible to all other users in your account. Selecting one will display its details on the right.

To add a new Collection, tap the + icon.

![](/files/8d5ec42f1706755e84d51634cee093c5b1c9d1c3)

{% stepper %}
{% step %}

### Create a Collection

Name your new Collection, add an optional description, and tap Create.

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

{% step %}

### Add content to a Collection

Now you can add content by either uploading a CSV or typing prompts into the text box at the bottom of your screen.

![](/files/05d241da1282ee06eb781da02fdc7f3bc96a587c)

If your CSV is successfully processed, you'll see a green success toast.

![](/files/4c6a1eabeb5fc5e16a7338eaf853d0afe13913b5)

After triggering a CSV upload, you'll see Upload History at the bottom of the window. Tap the chevron to see both successful and failed upload attempts.

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

The three icons at the top right allow you to:

* View log history - an event log for Collections that are processed through AIceberg
* Go to Monitoring - filtered to the latest run of this Collection
* Send to Cannon - the bulk prompt-submission tool that forwards a Collection through AIceberg for analysis

![](/files/2c3e1eb0cb54af66426d04b01d7307aa104c857c)

Inside the kabob menu (three vertical dots in the image above), users are able to upload a CSV or delete the Collection.

Please note that there are two ways to delete prompts/Collections:

{% stepper %}
{% step %}

### Delete the entire Collection

Use the kabob menu (three vertical dots) to delete the whole Collection.
{% endstep %}

{% step %}

### Remove selected prompts from a Collection

Tap the icon at the top left of the prompt list to enable multi-select, then remove selected prompts from the Collection.

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

<details>

<summary>Related documentation</summary>

* [the Cannon tool](/tools/what-is-the-cannon-tool.md)
* [Collections Monitoring](/inventory/what-is-the-inventory/what-are-collections.md)
* [CSV format](/inventory/what-is-the-inventory/what-are-collections/whats-the-csv-format-for-collections.md)

</details>


---

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