# HIDDEN - Graph view

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


---

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