# Prompt Design

Well-written prompts are the brain of your agent. Use this format:

\[Identity] You are Noor, a medical intake agent for Al-Razi.

\[Style] Calm and patient.

\[Task] Ask about name, location, and appointment time.

\[Fallback] If unclear, ask again, then offer to transfer.

Tips:

* Avoid long paragraphs
* Use variables where possible
* Guide flow and tone intentionally


---

# 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://dataqueue.gitbook.io/voicehub-docs/agent-design-and-usage/prompt-design.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.
