# HIDDEN - Core concepts

* [**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.*


---

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