# 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: 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/how-to-configure-a-digital-worker-with-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.
