# HIDDEN - 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><strong>Fundamentals</strong></summary>

* [**What Agentic Studio is & where it fits**](/agenticstudio/resource-library/hidden-fundamentals/what-agentic-studio-is-and-where-it-fits.md)

  *Agentic Studio's role in the IFS Loops platform & how it connects to CX workflows, data sources, & external systems.*
* [**How tenants & workspaces are structured**](/agenticstudio/resource-library/hidden-fundamentals/how-tenants-and-workspaces-are-structured.md)

  *The two-level environment structure — tenants as the organizational boundary & workspaces as isolated areas within them.*
* [**How to navigate the Agentic Studio interface**](/agenticstudio/resource-library/hidden-fundamentals/how-to-navigate-the-agentic-studio-interface.md)

  *The main navigation areas, menu structure, & where to find key features across the interface.*
* [**What Digital Workers are & how they work**](/agenticstudio/resource-library/hidden-fundamentals/what-digital-workers-are-and-how-they-work.md)

  *What Digital Workers are, how they're structured, & how their components work together at runtime.*

</details>

<details>

<summary><strong>Core concepts</strong></summary>

* [**What tools are & how Digital Workers use them**](/agenticstudio/resource-library/hidden-core-concepts/what-tools-are-and-how-digital-workers-use-them.md)

  *What tools are, the types available, & how Digital Workers use them to retrieve data, run logic, & interact with external systems.*
* [**What connectors are & how they work**](/agenticstudio/resource-library/hidden-core-concepts/what-connectors-are-and-how-they-work.md)

  *How connectors link Agentic Studio to external platforms & how authentication & communication are handled.*
* [**How memory works in Agentic Studio**](/agenticstudio/resource-library/hidden-core-concepts/how-memory-works-in-agentic-studio.md)

  *The memory types available to Digital Workers & how each supports different retention needs across interactions.*
* [**What skills are & how they extend Digital Workers**](/agenticstudio/resource-library/hidden-core-concepts/what-skills-are-and-how-they-extend-digital-workers.md)

  *What skills are & how they work as reusable, shareable capabilities across Digital Workers in a workspace.*
* [**How evaluations work & what they measure**](/agenticstudio/resource-library/hidden-core-concepts/how-evaluations-work-and-what-they-measure.md)

  *How evaluations assess performance & what the scored results indicate about behavior.*

</details>

<details>

<summary><strong>Managing Digital Workers</strong></summary>

* [**How to import a Digital Worker from the Marketplace**](/agenticstudio/resource-library/hidden-managing-digital-workers/how-to-import-a-digital-worker-from-the-marketplace.md)

  *How to browse the Marketplace, select a Digital Worker, and add it to your workspace.*
* [**How to configure a Digital Worker**](/agenticstudio/resource-library/hidden-managing-digital-workers/how-to-configure-a-digital-worker.md)

  *How to open, modify, & save changes to a Digital Worker in your workspace.*

</details>

<details>

<summary><strong>MetaPrompter</strong></summary>

* [**What MetaPrompter is & when to use it**](/agenticstudio/resource-library/hidden-metaprompter/what-metaprompter-is-and-when-to-use-it.md)

  *MetaPrompter's role in Digital Worker development & the kinds of problems it's designed to solve.*
* [**How MetaPrompter generates proposed changes**](/agenticstudio/resource-library/hidden-metaprompter/how-metaprompter-generates-proposed-changes.md)

  *How MetaPrompter takes a behavioral description & turns it into targeted configuration proposals.*
* [**The MetaPrompter interface: fields & controls**](/agenticstudio/resource-library/hidden-metaprompter/the-metaprompter-interface-fields-and-controls.md)

  *The input area, output area, & proposal controls that make up the MetaPrompter interface.*
* [**How to configure a Digital Worker with MetaPrompter**](/agenticstudio/resource-library/hidden-metaprompter/how-to-configure-a-digital-worker-with-metaprompter.md)

  *How to use MetaPrompter to configure a Digital Worker.*
* [**How to review & apply MetaPrompter changes**](/agenticstudio/resource-library/hidden-metaprompter/how-to-review-and-apply-metaprompter-changes.md)

  *How proposed changes are displayed, compared against current configuration, & selectively applied.*

  <br>

</details>

<details>

<summary><strong>Graph view</strong></summary>

* [**What the graph view shows & how to read it**](/agenticstudio/resource-library/hidden-graph-view/what-the-graph-view-shows-and-how-to-read-it.md)

  *Graph view as a visual map of Digital Worker structure — what nodes represent & how connections reflect runtime data flow.*
* [**Node states in graph view & what they mean**](/agenticstudio/resource-library/hidden-graph-view/node-states-in-graph-view-and-what-they-mean.md)

  *Each node state — idle, active, completed, & error — & what each indicates during Digital Worker execution.*
* [**How to navigate nodes in graph view**](/agenticstudio/resource-library/hidden-graph-view/how-to-navigate-nodes-in-graph-view.md)

  *Node selection, the detail panel, & how to move through complex Digital Worker structures using zoom & pan.*

  <br>

</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/hidden-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.
