# What MetaPrompter is & when to use it

{% embed url="<https://drive.google.com/file/d/1h8Cle3joNWDDQHGt9RPTqXvwwf-fl3v-/view?usp=sharing>" %}

*MetaPrompter's role in agent development & the kinds of problems it's designed to solve.*

### Overview

MetaPrompter is a feature in Agentic Studio that lets users edit Digital Workers using natural language. Instead of navigating multiple configuration screens to adjust individual settings, a user describes the change they want to make, and MetaPrompter interprets that request and updates the configuration accordingly.

As changes are applied, MetaPrompter updates a graph view that represents the Digital Worker's structure visually. Each node in the graph corresponds to a configurable component: instructions, tools, connectors, triggers, approvals, outputs, or memory. Clicking a node opens the relevant settings area, where the change can be reviewed or refined.

MetaPrompter is designed to make Digital Worker iteration faster while keeping users in control of what changed and why.

### What You Can Do with MetaPrompter

MetaPrompter supports editing existing Digital Workers by describing the changes you want to make. A prompt such as "Add Salesforce and update this worker so it can draft renewal reminder emails" may update the worker's instructions, add a Salesforce connector, add an email-related tool, and update approval or deployment settings if required, with all affected nodes marked in the graph.

Example prompts:

* "Change the trigger so this worker runs every morning at 8am."
* "Add Slack notifications for urgent approvals."
* "Remove email sending and replace it with a draft response only."
* "Update this worker so it uses Salesforce opportunity data."

### Where MetaPrompter Is Available

MetaPrompter is available inside the Agentic Studio workspace when opening an existing editable Digital Worker in the test environment. MetaPrompter is not available for direct editing of the production version of a Digital Worker.

<br>


---

# 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/what-metaprompter-is-and-when-to-use-it.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.
