> For the complete documentation index, see [llms.txt](https://kb.theloops.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.theloops.io/agentstudio/essentials-guide/6.-using-the-metaprompter.md).

# 6. Using the MetaPrompter

{% embed url="<https://drive.google.com/file/d/1Wu0y7RiOWpGynJWt4wsX1kVgtUTqDgZ4/view?usp=drive_link>" %}

*Efficient & conversational customization.*

## Watch these Agent Studio videos to learn more:

1. [Introduction to Agent Studio](/agentstudio/essentials-guide/1.-introduction-to-agent-studio.md)
2. [Workspaces and Environments](/agentstudio/essentials-guide/2.-workspaces-and-environments.md)
3. [ Installing a Digital Worker](/agentstudio/essentials-guide/3.-installing-a-digital-worker.md)
4. [Customizing a Digital Worker](/agentstudio/essentials-guide/4.-customizing-a-digital-worker.md)
5. [Configuring Triggers & Human-in-the-Loop](/agentstudio/essentials-guide/5.-configuring-triggers-and-human-in-the-loop.md)
6. **Using the MetaPrompter**
7. [Evaluating a Digital Worker](/agentstudio/essentials-guide/7.-evaluating-a-digital-worker.md)
8. [Versioning & Deploying to Production](/agentstudio/essentials-guide/8.-versioning-and-deploying-to-production.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://kb.theloops.io/agentstudio/essentials-guide/6.-using-the-metaprompter.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.
