# Adding Items

Now that we have a **Collection** that represents your project, we can add **Items** to it. Items are the tasks associated with the project.

![](/files/-MZLdntq3JNklGEmXel9)

To add an **Item**, simply hover over the *groove* within the **Collection** so it shows "Add". From here we can add as many as we need.

![](/files/-MZLds9CPX7wq0872t4P)

On clicking "Add" you will be asked to name the new **Item**.

![](/files/-MZLe4OurbyR5aw81JFS)

You can give your new **Item** a name and press \[Enter] to confirm.

![](/files/-MZLe8d8RyeTpTCy6i4p)

After adding an **Item**, Tape will assume you would like to keep adding more and prompt to name the next Item.

![](/files/-MZLeKSvcAx1UvXqvKA4)

Let's add the another item and press \[Enter] to confirm. As these are the only two items to add for now, let's hit \[Enter] again to finish.

![](/files/-MZLeXaIv0eX64spOqy9)


---

# 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://aeriform.gitbook.io/tape/items.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.
