# Observables

- [Async](https://docs.corets.io/observables/async.md): Abstraction for async operations that can be hooked into React.
- [Value](https://docs.corets.io/observables/value.md): Simple value that can be hooked into React.
- [Store](https://docs.corets.io/observables/store.md): Simple store that can be hooked into React.
- [List](https://docs.corets.io/observables/list.md): Simple list that can be hooked into React.
- [Local Storage Value](https://docs.corets.io/observables/local-storage-value.md): Simple observable value that can be subscribed to, in React, using Hooks. State is automatically synced to the localStorage.
- [Local Storage Store](https://docs.corets.io/observables/local-storage-store.md): Simple observable store that can be subscribed to, in React, using Hooks. State is automatically synced to the localStorage.
- [Local Storage List](https://docs.corets.io/observables/local-storage-list.md): Simple observable list that can be subscribed to, in React, using Hooks. State is automatically synced to the localStorage.


---

# 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.corets.io/observables.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.
