# Reference Guides

Lookup material. These pages are for checking a fact, not for learning a workflow.

- [Glossary](../../docs/reference/glossary.md) defines every RECAP term used across the documentation.
- [Property and Parameter Access](../../docs/reference/property-and-parameter-access.md) lists every supported way to read and write resource properties and step parameters.
- [Server Configuration](../../docs/reference/server-configuration.md) lists every `ServerConfig` field, its default, and how YAML, environment variables, and CLI flags interact.
- [`recap-server` CLI](../../docs/reference/recap-server-cli.md) lists the command-line flags for the server entry point.

For exact Python signatures, parameters, and return models, see the generated [API Reference](../../reference/index.md).

For task instructions, see the [How-To Guides](../../docs/how-to/index.md). For design rationale, see [Explanation](../../docs/explanation/index.md).
