> ## Documentation Index
> Fetch the complete documentation index at: https://learn.getodin.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Library

> Browse, manage, and export prompts from all levels of your project.

The **Prompt Library** allows you to browse and export prompts from all levels of your project. It is organized into three tabs — **Agent**, **Personal**, and **Project** — each scoping prompts to a different level.

<Tabs>
  <Tab title="Agent" icon="robot">
    Displays prompts from agents configured in this project.

    ### Filtering

    * **Search prompts** — Search for a prompt by keyword.
    * **Agent dropdown** — Filter prompts by a specific agent in the project.

    ### Prompts Table

    | Column       | Description                           |
    | ------------ | ------------------------------------- |
    | **Title**    | The name of the prompt.               |
    | **Content**  | A preview of the prompt content.      |
    | **Category** | The category assigned to the prompt.  |
    | **Created**  | The date the prompt was created.      |
    | **Updated**  | The date the prompt was last updated. |

    Use the **Export** button to download the filtered prompt list.
  </Tab>

  <Tab title="Personal" icon="user">
    Displays your personal prompt library, accessible across all projects.

    ### Filtering

    * **Search prompts** — Search for a prompt by keyword.

    ### Prompts Table

    | Column       | Description                           |
    | ------------ | ------------------------------------- |
    | **Title**    | The name of the prompt.               |
    | **Content**  | A preview of the prompt content.      |
    | **Category** | The category assigned to the prompt.  |
    | **Created**  | The date the prompt was created.      |
    | **Updated**  | The date the prompt was last updated. |

    Use the **Export** button to download your personal prompts.
  </Tab>

  <Tab title="Project" icon="folder">
    Displays prompts shared across this project for all team members.

    ### Filtering

    * **Search prompts** — Search for a prompt by keyword.

    ### Prompts Table

    | Column       | Description                           |
    | ------------ | ------------------------------------- |
    | **Title**    | The name of the prompt.               |
    | **Content**  | A preview of the prompt content.      |
    | **Category** | The category assigned to the prompt.  |
    | **Created**  | The date the prompt was created.      |
    | **Updated**  | The date the prompt was last updated. |
    | **Actions**  | Options to edit or delete the prompt. |

    Use the **Export** button to download project-level prompts.

    ### Add a Project Prompt

    Project prompts can be created and shared with all team members. Select the **Add Prompt** button to open the **Create Project Prompt** form and fill in the following fields:

    | Field                           | Description                                                                                                                 |
    | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
    | **Prompt Title** *(required)*   | A descriptive title for the prompt. Maximum 100 characters.                                                                 |
    | **Prompt Content** *(required)* | The full prompt text. Maximum 5,000 characters.                                                                             |
    | **Category** *(optional)*       | Assign a category to help organize the prompt. Available categories: Summarize, Ideate, Draft, Analyze, Compare, Translate. |

    Select **Save** to add the prompt to the project library.
  </Tab>
</Tabs>
