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

# Agents and prompt library

> Create agents and prompt templates, then call them from the input with # and !.

Agents decide whose identity does the work. The prompt library decides which reusable text is inserted into the input.

## Agents

Open **Settings → Agents / prompts**.

You can:

* Create an agent: name + prompt
* Edit or delete
* Import / export
* Type `#` in the input to pick one

<img src="https://mintcdn.com/mossx-docs/kz4nt5KFSKzkAZwe/images/desktop/agents-list.png?fit=max&auto=format&n=kz4nt5KFSKzkAZwe&q=85&s=e326697e16f241292b40f64e7749c098" alt="Agents list" width="100%" data-path="images/desktop/agents-list.png" />

The desktop app also ships an agent catalog for multi-agent / multi-step workflow cases.

## Prompt library

Prompts are reusable templates. After you create one, type `!` in the input to insert it.

<img src="https://mintcdn.com/mossx-docs/kz4nt5KFSKzkAZwe/images/desktop/prompt-library.png?fit=max&auto=format&n=kz4nt5KFSKzkAZwe&q=85&s=3ec6b03f10ae65fb7ab53fc737f57231" alt="Prompt library" width="100%" data-path="images/desktop/prompt-library.png" />

## Difference from enhance prompt

| Capability     | Trigger       | Result                                |
| -------------- | ------------- | ------------------------------------- |
| Prompt library | `!`           | Insert a template you wrote           |
| Enhance prompt | Click enhance | Let a model rewrite the current draft |
