# Reference

Use this section when you need precise lookup information rather than a guided workflow.

Reference pages are intentionally concise. Use them to confirm terminology, node families, built-in catalogs, settings, and execution semantics after you understand the basic authoring path.

## Start With

| If you want to...                              | Read                                                                                                                                                                                                                                  |
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Check the meaning of a Flow Core term          | [Terminology](/flow-core-docs/documentation/reference/terminology.md)                                                                                                                                                                 |
| Choose a node family                           | [Flow Node Kinds](/flow-core-docs/documentation/reference/flow-node-kinds.md)                                                                                                                                                         |
| Read node, instruction, or condition behavior  | [Node Reference](/flow-core-docs/documentation/reference/nodes.md), [Instruction Reference](/flow-core-docs/documentation/reference/instructions.md), or [Condition Reference](/flow-core-docs/documentation/reference/conditions.md) |
| Understand busy and rejected execution results | [Invoke and Reject Modes](/flow-core-docs/documentation/reference/invoke-and-reject-modes.md)                                                                                                                                         |

## Pages

* [Terminology](/flow-core-docs/documentation/reference/terminology.md): Canonical definitions for Flow Core concepts and runtime vocabulary.
* [Beginner Glossary](/flow-core-docs/documentation/reference/glossary.md): Short definitions for terms used by beginner pages.
* [FlowCore Settings](/flow-core-docs/documentation/reference/flow-core-settings.md): Settings that affect editor authoring and supported runtime behavior.
* [Flow Node Kinds](/flow-core-docs/documentation/reference/flow-node-kinds.md): Choose the right node family for a graph task.
* [Invoke and Reject Modes](/flow-core-docs/documentation/reference/invoke-and-reject-modes.md): Interpret busy-node handling, guard rejection, and chain outcomes.
* [Auto UI Tags](/flow-core-docs/documentation/reference/auto-ui-tags.md): Use supported tags to control generated editor UI display.
* [Built-in Catalog Overview](/flow-core-docs/documentation/reference/built-in-catalog-overview.md): Navigate built-in nodes, instructions, conditions, and generated member entries.
* [Character Interaction Catalog](/flow-core-docs/documentation/reference/character-interaction-catalog.md): Look up Flow Character and Flow Interaction catalog behavior.
* [Node Reference](/flow-core-docs/documentation/reference/nodes.md): Read reference pages for supported node behavior.
* [Instruction Reference](/flow-core-docs/documentation/reference/instructions.md): Read reference pages for built-in instruction behavior.
* [Condition Reference](/flow-core-docs/documentation/reference/conditions.md): Read reference pages for condition evaluation 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://flow-core.gitbook.io/flow-core-docs/documentation/reference.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.
