> 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/hidden-metaprompter/how-to-configure-a-digital-worker-with-metaprompter.md).

# How to configure a Digital Worker with MetaPrompter

### Overview

Existing Digital Workers can be updated through MetaPrompter using natural language. Users describe the change they want to make, and MetaPrompter identifies which components need to be updated and applies the changes to the current draft in the test environment.

### Making an Edit

Open the Digital Worker you want to update and confirm you are in the test environment. Enter a natural language instruction in the MetaPrompter chat and submit the request.

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."

### What MetaPrompter Updates

MetaPrompter analyses the request and determines which parts of the Digital Worker need to change. Depending on the request, it may update instructions, triggers, tools, connectors, approvals, workflow steps, or output settings.

After applying the changes, the system updates the graph, marks the affected nodes, presents a summary of what changed, and creates or updates a draft version in the test environment.

### Understanding Graph Updates

When MetaPrompter changes a Digital Worker, the graph updates to show which components were added, edited, removed, or require review. Nodes appear in states that reflect what happened to them: added, updated, removed, warning, approval required, draft, or live.

Clicking an affected node opens the settings for that component, where the change can be reviewed in detail, further adjusted manually, or saved or discarded. This allows users to move from a high-level natural language edit to precise configuration review without switching contexts.


---

# 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, and the optional `goal` query parameter:

```
GET https://kb.theloops.io/agentstudio/resource-library/hidden-metaprompter/how-to-configure-a-digital-worker-with-metaprompter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
