> For the complete documentation index, see [llms.txt](https://flow-core.gitbook.io/flow-core-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flow-core.gitbook.io/flow-core-docs/documentation/editor-guide.md).

# Editor Guide

Use this section when you are building, inspecting, or debugging Flow Core content inside the Unity Editor.

Editor pages focus on what changes in assets, what changes on scene objects, and what only affects preview or debugging.

## Start With

| If you want to...                                     | Read                                                                             |
| ----------------------------------------------------- | -------------------------------------------------------------------------------- |
| Learn the normal graph authoring loop                 | [Editor Workflow](/flow-core-docs/documentation/editor-guide/editor-workflow.md) |
| Work directly inside the graph canvas                 | [Graph Editor](/flow-core-docs/documentation/editor-guide/graph-editor.md)       |
| Inspect scoped data while authoring                   | [Blackboard UI](/flow-core-docs/documentation/editor-guide/blackboard-ui.md)     |
| Make summaries and live values match the scene object | [Debug Context](/flow-core-docs/documentation/editor-guide/debug-context.md)     |

## Pages

* [Editor Workflow](/flow-core-docs/documentation/editor-guide/editor-workflow.md): Follow the bind, author, configure, verify loop for visual graph work.
* [Graph Editor](/flow-core-docs/documentation/editor-guide/graph-editor.md): Add nodes, connect ports, configure values, and keep graphs readable.
* [Blackboard UI](/flow-core-docs/documentation/editor-guide/blackboard-ui.md): Create and inspect typed data used by graph values.
* [Debug Context](/flow-core-docs/documentation/editor-guide/debug-context.md): Choose the scene object used for preview summaries and runtime inspection.
* [Detail Level Toggles](/flow-core-docs/documentation/editor-guide/detail-level-toggles.md): Control how much summary, comment, and value detail appears while authoring.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://flow-core.gitbook.io/flow-core-docs/documentation/editor-guide.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.
