# 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: 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://help.taglo.io/using-taglo-software/the-taglo-interface/adding-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.
