# Organize my items

When we have many files and items, it's natural for our library to become cluttered and disorganized. That's where lists come in.

<figure><img src="/files/jZ7inCom3XmlGUD255Yj" alt=""><figcaption></figcaption></figure>

### How do I find the lists?

In the library, it appears in two forms. The first is in the list filter, where all lists are concentrated, whether they are combined lists of various items or lists with only one type of element.

<figure><img src="/files/WoDrXeqXKDJB6OffU7dU" alt=""><figcaption></figcaption></figure>

The second method involves filtering each element. Lists appear within elements if their content **only** includes that element.

<figure><img src="/files/cVDxWGzVHr68GM4x60gB" alt=""><figcaption></figcaption></figure>

### And how do I add one of my items to a list?

You can create a list in the left sidebar menu or access an existing list by clicking the edit list button.

<figure><img src="/files/Wg8InpHPhB3AKWtjAaci" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/T8uUyo7ugrBWqgwWFBYG" alt=""><figcaption></figcaption></figure>

After creating it, we will add the elements to your list.

Go to the search button and clicking it will show you all the items you own. You can also search by name to make it easier.

<figure><img src="/files/2XSsuKTDg3TOYdxxkBvh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ERpi2J3lNOTCKT06Yis9" alt=""><figcaption></figcaption></figure>

Click on the selected item to add it to the list.

<figure><img src="/files/rCzbMA1CLnRv2Iq6I5Oi" alt=""><figcaption></figcaption></figure>

On that same page you can search for items already in the list, or remove any column that you deem unnecessary to display.

<figure><img src="/files/c7bGx8cnOmDzChTG6teI" alt=""><figcaption></figcaption></figure>

There are three options for each element. The first takes you to that element's edit page, the second removes the element from the list, and the third is a dropdown menu.

<figure><img src="/files/LXbk1Gh4Hdgs1j6Hqkcu" alt=""><figcaption></figcaption></figure>

Since you can also make lists public, you have the same options as the edit page in the prompt; the only difference is that instead of the text editor, the list is the main element.

<figure><img src="/files/asuV4azcRqFgN0nSLQjK" alt=""><figcaption></figcaption></figure>

### What if I want to add an item from another user to my list?

1. First, you need to save the other person's public element. To save it, simply save it to the public page.
2. After that, the item becomes available in the list of elements and you can add it.

Now that you're familiar with our lists, let's talk about the library!


---

# 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.snackprompt.com/how-to/how-to-organize-my-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.
