# Conan Flow

{% hint style="success" %}
As of v1.0 Conan Flows are in they early inception, they are fully functional, but in future releases we will be looking to:

* Make them easier to create.
* Allow them to be easier/have more options to subscribe to.
* Add more features on top of them
  {% endhint %}

To see how to create flows...

{% content-ref url="/pages/-M9U7XCo-dXPV6CR9lR\_" %}
[Creating Flows](/data/flows/creating-flows.md)
{% endcontent-ref %}

To see how to use flows...

{% content-ref url="/pages/-M9U7cLgvlKmRZ\_5X\_O4" %}
[Serialising Flows](/data/flows/flows-as-state.md)
{% endcontent-ref %}

To see how apart from serialising, you can also observe flows...

{% content-ref url="/pages/-MCGyBaveah67TW2aqPr" %}
[Observing Flows](/data/flows/testing-flows.md)
{% endcontent-ref %}


---

# 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/flows.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.
