> 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/resource-library/explainers/the-metaprompter-customizing-with-plain-language.md).

# The MetaPrompter: Customizing with Plain Language

The MetaPrompter is Agent Studio's conversational interface for modifying digital workers. Instead of manually editing instructions, skills, or configuration fields, you describe what you want to change in plain language. The MetaPrompter generates a plan, applies the changes to the Draft, and leaves you in control of when to publish and promote.&#x20;

It is especially useful for teams working with Marketplace templates that need targeted adjustments to align with specific organizational processes. &#x20;

#### What You Can Do with MetaPrompter&#x20;

* Update a digital worker's instructions and output format.&#x20;
* Adjust how the worker handles edge cases or ambiguous inputs.&#x20;
* Refine prompts, reasoning steps, and behavior to better match your operations.&#x20;

### **How It Works**&#x20;

The MetaPrompter uses a simple two-step interaction: you describe a change, it proposes a plan, you confirm, and it applies the update to the Draft. The final publish and promotion steps remain under your control.&#x20;

1. Launch the MetaPrompter chat from the digital worker's Graph view (accessible from the Home page or the Compose tab).&#x20;
2. Type the change you want to make in plain language.&#x20;
3. Review the plan the MetaPrompter proposes. It will outline exactly what it intends to update.&#x20;
4. Confirm the plan. The MetaPrompter applies the changes to the Draft copy of the digital worker.&#x20;
5. Run sanity tests to validate the change behaves as expected.&#x20;
6. Publish a new version and promote it to Production when you are ready.&#x20;

### **Availability and Constraints**&#x20;

MetaPrompter is only available for the Draft version of a digital worker in the UAT environment. It cannot be used on published versions or in Production.

#### **Typical Use**&#x20;

The most common use of MetaPrompter is immediately after installing a Marketplace template. The template provides a solid foundation, but it often needs refinement for your organization's specific terminology, escalation rules, output formats, or edge case handling. MetaPrompter lets you make those refinements conversationally, without needing to understand every underlying technical detail of the digital worker's configuration


---

# 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/resource-library/explainers/the-metaprompter-customizing-with-plain-language.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.
