# 1. Introduction to Agentic Studio

{% embed url="<https://drive.google.com/file/d/1cCYzee1xW05t80IPK_VAQ7HmK3a4ddbz/view?usp=drive_link>" %}

*What Agentic Studio is and how it is structured.*

## Watch these Agentic Studio videos to learn more:

1. **Introduction to Agentic Studio**
2. [Workspaces and Environments](/agenticstudio/essentials-guide/2.-workspaces-and-environments.md)
3. [ Installing a Digital Worker](/agenticstudio/essentials-guide/3.-installing-a-digital-worker.md)
4. [Customizing a Digital Worker](/agenticstudio/essentials-guide/4.-customizing-a-digital-worker.md)
5. [Configuring Triggers & Human-in-the-Loop](/agenticstudio/essentials-guide/5.-configuring-triggers-and-human-in-the-loop.md)
6. [Using the MetaPrompter](/agenticstudio/essentials-guide/6.-using-the-metaprompter.md)
7. [Evaluating a Digital Worker](/agenticstudio/essentials-guide/7.-evaluating-a-digital-worker.md)
8. [Versioning & Deploying to Production](/agenticstudio/essentials-guide/8.-versioning-and-deploying-to-production.md)


---

# 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/essentials-guide/1.-introduction-to-agentic-studio.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.
