# The Meta Prompter: Customizing with Plain Language

The Meta Prompter is Agentic 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 Meta Prompter 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 Meta Prompter&#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 Meta Prompter 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 Meta Prompter 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 Meta Prompter proposes. It will outline exactly what it intends to update.&#x20;
4. Confirm the plan. The Meta Prompter 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 Meta Prompter 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. Meta Prompter lets you make those refinements conversationally, without needing to understand every underlying technical detail of the digital worker's configuration


---

# 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/explainers/the-meta-prompter-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.
