# HIDDEN - MetaPrompter

* [**What MetaPrompter is & when to use it**](/agenticstudio/resource-library/hidden-metaprompter/what-metaprompter-is-and-when-to-use-it.md)

  *MetaPrompter's role in Digital Worker development & the kinds of problems it's designed to solve.*
* [**How MetaPrompter generates proposed changes**](/agenticstudio/resource-library/hidden-metaprompter/how-metaprompter-generates-proposed-changes.md)

  *How MetaPrompter takes a behavioral description & turns it into targeted configuration proposals.*
* [**The MetaPrompter interface: fields & controls**](/agenticstudio/resource-library/hidden-metaprompter/the-metaprompter-interface-fields-and-controls.md)

  *The input area, output area, & proposal controls that make up the MetaPrompter interface.*
* [**How to configure a Digital Worker with MetaPrompter**](/agenticstudio/resource-library/hidden-metaprompter/how-to-configure-a-digital-worker-with-metaprompter.md)

  *How to use MetaPrompter to configure a Digital Worker.*
* [**How to review & apply MetaPrompter changes**](/agenticstudio/resource-library/hidden-metaprompter/how-to-review-and-apply-metaprompter-changes.md)

  *How proposed changes are displayed, compared against current configuration, & selectively applied.*


---

# 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://kb.theloops.io/agenticstudio/resource-library/hidden-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.
