# Organize items into lists.

Lists are a tool for organization. You can use lists to select items that are linked thematically or topically. Items can appear in multiple lists, so you can use lists for both structured organization (such as chapters or sections of your research) or more unstructured thematic organization (such as Imperialism or Politics). Items in lists also remain in the main project view.

## Create a new list.

1. Create a new list by going to *File* > *New* > *List*. The new list appears in the sidebar. Now type a name for your list and press Enter.
2. Create a list by right-clicking on *Lists* or your project name in the left pane and selecting *New List*.

#### Nested lists

You can nest lists within each other, creating a list hierarchy. To create a new nested list, right-click on the name of the parent list and select *New List.* You can then name your new list whatever you want.

To nest an existing list within another list, drag and drop the list name onto the name of the list you want it nested inside.

![Nested lists](/files/-LQ9RLOwIpJWqTrTZ0Jp)

## Add items to a list.

Drag and drop an item onto the list name in order to add it to that list. (The item will remain in the main project view.) Items can appear in more than one list.

You can add multiple items to a list at once, by selecting multiple items (using Ctrl/Command+click or Shift+click) and then dragging them to a list name.

## Remove items or lists.

To remove an item from a list: Right-click on the item in the list and select *Remove Item From List.*

To delete a list: Right-click on the list name and select *Delete list.*


---

# 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.tropy.org/in-the-project-view/lists.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.
