> For the complete documentation index, see [llms.txt](https://help.taglo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.taglo.io/using-taglo-software/the-taglo-interface/adding-items.md).

# Adding Items

Most lists allow you to add new items at any time. There are 3 ways to add an item to the list:

## 1. New item button

If adding items is enabled, you will always see a<img src="/files/SF3WefbcSf9waW9fgX0g" alt="Screenshot of the &#x22;New item&#x22; button" data-size="line">button in the top right of the list.

Click this button to bring up an "Add new item" dialog.

## 2. Keyboard shortcut

If you currently have an item in a list selected, or your cursor is in one of the Search boxes of a list, you will be able to bring up the "Add new item" dialog by pressing `Ctrl+N`.

## 3. From an empty list

If a list is empty, or your Search has returned no results, you will see a prompt similar to the one below. Click on this button to bring up the "Add new item" dialog.

<figure><img src="/files/ZR4lFYZ1qHq2fFChqlYP" alt="A screenshot of the prompt shown when no search results are returned" width="317"><figcaption><p>The empty list prompt</p></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://help.taglo.io/using-taglo-software/the-taglo-interface/adding-items.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.
