# Role

The **Role** defines what the Agent is designed to do and establishes the foundation for its decision-making.\
It should summarize the Agent’s responsibilities and general behavior without procedural details.

**Best practices:**

* Keep it under 250 characters.
* Focus on *purpose* rather than *process*.
* Avoid overly broad descriptions.

**Example:**

> “Dental care and scheduling assistant — specialized in Endodontics and Aesthetic Dentistry for premium clients.”

This field serves as the Agent’s mission statement, guiding its reasoning and responses.


---

# 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.zaia.app/agents/agent-settings/role.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.
