# Personas

A Persona is a logical container that groups related Skills by role or function. For example, an SRE Persona combines troubleshooting, monitoring, and incident response skills, a Provisioning Persona bundles Terraform and Kubernetes deployment skills, and a Security Persona groups compliance and security scanning skills.

## Creating a Persona

1. Select **Personas** and click **Add Persona**.

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

2. Give the Persona a **Name.**
3. Add an optional **Description.**
4. Add **System Prompts** that apply to all the Skills in this collection. These instructions will automatically be inherited by all the Skills within this Persona. This is optional.
5. Select the relevant **Skills** to include in the Persona.

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

6. Click **Create Persona**.


---

# 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.duplocloud.com/docs/armor/personas.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.
