# Manage your library

Our library is the center of all its elements. Everything that is created is concentrated there.

To enter the library, click on the option in the left sidebar.

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

Now that you're in the library, let's show you the tools.

In the field above, you'll find the search bar where you can search the entire library for an item by name.

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

To right, there are several filters that can be combined or not. You can choose, for example, to show only prompts or only documents and automations. Your knowledge bases are also located in this filter.

Your templates, whether created by you or the Snack team, are located right below.

Additionally, you can filter by recently opened items or by favorites.

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

The field below is where your created or saved elements from other users are located. It also shares the same dropdown menu.

Now that you're familiar with the library, let's delve deeper into each element you saw in the [glossary](https://docs.snackprompt.com/glossary/). Starting with AI Images.


---

# 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/next-steps/library.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.
