> 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/essentials-guide.md).

# Essentials guide

Everything you need to get up and running in Agent Studio. Follow along in sequence or jump to any topic to start building right away.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>1- Introduction to Agent Studio</strong></td><td><em>What Agent Studio is and how it is structured.</em></td><td><a href="/files/U7caKinbqsUoAx0cA5xW">/files/U7caKinbqsUoAx0cA5xW</a></td><td><a href="/pages/Epcz9WGPlSIfC0dq7t0x">/pages/Epcz9WGPlSIfC0dq7t0x</a></td></tr><tr><td><strong>2. Workspaces and Environments</strong></td><td><em>How workspaces and UAT vs Production environments function.</em></td><td><a href="/files/Vk1u6mJtNbptvHSRey4H">/files/Vk1u6mJtNbptvHSRey4H</a></td><td><a href="/pages/mCcp1bsgNxCp1kd2zp0t">/pages/mCcp1bsgNxCp1kd2zp0t</a></td></tr><tr><td><strong>3. Installing a Digital Worker</strong></td><td><em>Marketplace, Local Template Store, and the import wizard.</em></td><td><a href="/files/gexUqIQVIkX8Db10PafI">/files/gexUqIQVIkX8Db10PafI</a></td><td><a href="/pages/EawrY8dwGWvVRF1N4p4w">/pages/EawrY8dwGWvVRF1N4p4w</a></td></tr><tr><td><strong>4. Customizing a Digital Worker</strong></td><td><em>Changing instructions, adding skills &#x26; adding tools.</em></td><td><a href="/files/YITkXZWVl35YDtRQNBjp">/files/YITkXZWVl35YDtRQNBjp</a></td><td><a href="/pages/AXDwaeLEeBaIqfQsZxJl">/pages/AXDwaeLEeBaIqfQsZxJl</a></td></tr><tr><td><strong>5. Configuring Triggers &#x26; Human-in-the-Loop</strong></td><td><em>Triggers, Human-in-the-Loop, structured output, and API access</em></td><td><a href="/files/4PoTeqKI5JHMQbihrAwu">/files/4PoTeqKI5JHMQbihrAwu</a></td><td><a href="/pages/SuTVibMgCFMcrfcobNQq">/pages/SuTVibMgCFMcrfcobNQq</a></td></tr><tr><td><strong>6. Using the MetaPrompter</strong></td><td><em>Efficient &#x26; conversational customization.</em></td><td><a href="/files/UzUqlsXuC5nSdFu0b91h">/files/UzUqlsXuC5nSdFu0b91h</a></td><td><a href="/pages/ESUS4e5IMoZYjkNKQIqD">/pages/ESUS4e5IMoZYjkNKQIqD</a></td></tr><tr><td><strong>7. Evaluating a Digital Worker</strong></td><td><em>Scorecards, rubrics, evaluation results, and dashboards.</em></td><td><a href="/files/e9G0WmboAYnrJ01Xmr0B">/files/e9G0WmboAYnrJ01Xmr0B</a></td><td><a href="/pages/FH6fkhzFxQTY2un4YfqO">/pages/FH6fkhzFxQTY2un4YfqO</a></td></tr><tr><td><strong>8. Versioning &#x26; Deploying to Production</strong></td><td><em>Draft vs versioned copies, publishing, and pushing to production.</em></td><td><a href="/files/tjReNFedeajLII4EZjsS">/files/tjReNFedeajLII4EZjsS</a></td><td><a href="/pages/aLK7kTyUUndnEmisePRn">/pages/aLK7kTyUUndnEmisePRn</a></td></tr></tbody></table>


---

# 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/essentials-guide.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.
