# Resource library

A complete collection of articles and videos covering Agent Studio in depth. Return to it as a reference whenever you need more detail on any topic.

<details>

<summary>Getting Started</summary>

[*<mark style="color:violet;">What Is Agentic Studio?</mark>*](/agenticstudio/resource-library/explainers/what-is-agentic-studio.md) Platform overview, four pillars,&#x20;building blocks, who it's for

[*<mark style="color:violet;">Workspaces and Environments Explained</mark>*](/agenticstudio/resource-library/explainers/workspaces-and-environments-explained.md) Isolation model, UAT vs Production,&#x20;navigation, key rules

[*<mark style="color:violet;">Understanding the Agent Development Life Cycle (ADLC)</mark>*](/agenticstudio/resource-library/explainers/understanding-the-agent-development-life-cycle-adlc.md) 5-stage ADLC, versioning rules,&#x20;what can change in Production

</details>

<details>

<summary>Best Practices</summary>

[*<mark style="color:violet;">Versioning: Drafts, Versions, and Promotion</mark>*](https://app.gitbook.com/o/KhWmVAIJ02ASl3wYnaK7/s/RIbp8Kp04VLXld01gmAs/~/edit/~/changes/144/resource-library/explainers/versioning-drafts-versions-and-promotion) Draft vs versioned copies, format,&#x20;Marketplace installs, immutability

[*<mark style="color:violet;">Customizing Digital Workers: Instructions, Skills, Tools, and Triggers</mark>*](https://app.gitbook.com/o/KhWmVAIJ02ASl3wYnaK7/s/RIbp8Kp04VLXld01gmAs/~/edit/~/changes/144/resource-library/explainers/customizing-digital-workers-instructions-skills-tools-and-triggers) Instructions, skills, tools, triggers,HITL, structured output, concurrency

[*<mark style="color:violet;">Evaluating Digital Workers: Scorecards, Rubrics, and Dashboards</mark>*](https://app.gitbook.com/o/KhWmVAIJ02ASl3wYnaK7/s/RIbp8Kp04VLXld01gmAs/~/edit/~/changes/144/resource-library/explainers/evaluating-digital-workers-scorecards-rubrics-and-dashboards) Scorecards, their purpose, how rubics and dashboards function

</details>

<details>

<summary>MetaPrompter</summary>

[*<mark style="color:violet;">The Meta Prompter: Customizing with Plain Language</mark>*](https://app.gitbook.com/o/KhWmVAIJ02ASl3wYnaK7/s/RIbp8Kp04VLXld01gmAs/~/edit/~/changes/144/resource-library/explainers/the-meta-prompter-customizing-with-plain-language) Plain-language config, how it works,availability, typical use

</details>

<details>

<summary>How to Guides</summary>

[*<mark style="color:violet;">How to Find and Use the Marketplace</mark>*](/agenticstudio/resource-library/how-to-guides.md#find-and-use-the-marketplace) How to Use the Marketplace&#x20;Import wizard, connector mapping,local template store

[*<mark style="color:violet;">How to Customize Instructions</mark>*](/agenticstudio/resource-library/how-to-guides.md#customize-a-digital-workers-instructions) When and where to change, writing&#x20;tips, Meta Prompter, after changes

[*<mark style="color:violet;">How to Manage Workspaces and Environments</mark>*](/agenticstudio/resource-library/how-to-guides/manage-workspaces-and-environments.md) Create, navigate, switch environments,planning tips

[*<mark style="color:violet;">How to Set Up Scorecards</mark>*](https://app.gitbook.com/o/KhWmVAIJ02ASl3wYnaK7/s/RIbp8Kp04VLXld01gmAs/~/edit/~/changes/149/resource-library/how-to-guides/how-to-set-up-scorecards) Scorecards, rubrics, publishing,&#x20;interaction results, dashboards

</details>


---

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