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

# Using Snippets in Agent.ai

Use [**Snippets**](https://agent.ai/builder/snippets) to define reusable values that are available to all agents across the platform. This is useful for things like shared sign-offs, disclaimers, or other repeated text.

To reference a snippet in your agent’s prompt or output, use:\
`{{snippets.var_name}}`

For example, a snippet with the name signature could be used as `{{snippets.signature}}`.

<Note>
  Snippets are not encrypted and should not be used to store API keys, passwords, or other sensitive information. Use the [**Secrets**](https://agent.ai/builder/secrets) feature for storing production credentials or private data securely.
</Note>

You can add, edit, or delete snippets from this page.

<img src="https://mintcdn.com/agentai/aY3WeNa_RVWXvaNU/images/snippets.png?fit=max&auto=format&n=aY3WeNa_RVWXvaNU&q=85&s=9c97fdb0dcc715904a9ecfb05f0ece9c" alt="Snippets Pn" width="2708" height="700" data-path="images/snippets.png" />

Reach out to our [support team](https://agent.ai/feedback) if you need help with snippets.
