# CONAN DATA

- [General Concepts](https://docs.conanjs.io/data/general-concepts.md)
- [Conan State](https://docs.conanjs.io/data/conan-state.md)
- [Actions & Reducers](https://docs.conanjs.io/data/conan-state/actions.md)
- [Reducers](https://docs.conanjs.io/data/conan-state/actions/reducers.md)
- [Actions](https://docs.conanjs.io/data/conan-state/actions/types-of-actions.md)
- [Creating State](https://docs.conanjs.io/data/conan-state/creating-state.md)
- [Observing State](https://docs.conanjs.io/data/conan-state/subscribing-state.md)
- [Live rendering](https://docs.conanjs.io/data/conan-state/subscribing-state/live-rendering.md)
- [Connecting](https://docs.conanjs.io/data/conan-state/subscribing-state/connecting.md)
- [Composing State](https://docs.conanjs.io/data/conan-state/pipes-composing-state.md)
- [Scaling State](https://docs.conanjs.io/data/conan-state/scoping-state.md)
- [Orchestrating State](https://docs.conanjs.io/data/conan-state/orchestrating-state.md)
- [Life cycle](https://docs.conanjs.io/data/conan-state/life-cycle.md)
- [Async handling](https://docs.conanjs.io/data/conan-state/life-cycle/async-handling.md)
- [Introspection](https://docs.conanjs.io/data/conan-state/life-cycle/introspection.md)
- [Testing state](https://docs.conanjs.io/data/conan-state/testing.md)
- [Conan Flow](https://docs.conanjs.io/data/flows.md)
- [Creating Flows](https://docs.conanjs.io/data/flows/creating-flows.md)
- [Serialising Flows](https://docs.conanjs.io/data/flows/flows-as-state.md)
- [Observing Flows](https://docs.conanjs.io/data/flows/testing-flows.md)


---

# 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://docs.conanjs.io/data.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.
