# Home

## About

This project features a growing collection of useful services, hooks, and components for the TypeScript and React ecosystems. We pay a lot of attention to DX, code quality, test coverage and full static typing.

{% content-ref url="components/router" %}
[router](https://docs.corets.io/components/router)
{% endcontent-ref %}

{% content-ref url="services/schema" %}
[schema](https://docs.corets.io/services/schema)
{% endcontent-ref %}

{% content-ref url="services/form" %}
[form](https://docs.corets.io/services/form)
{% endcontent-ref %}

{% content-ref url="services/accessor" %}
[accessor](https://docs.corets.io/services/accessor)
{% endcontent-ref %}

{% content-ref url="services/fiber" %}
[fiber](https://docs.corets.io/services/fiber)
{% endcontent-ref %}

{% content-ref url="services/translator" %}
[translator](https://docs.corets.io/services/translator)
{% endcontent-ref %}

{% content-ref url="observables/async" %}
[async](https://docs.corets.io/observables/async)
{% endcontent-ref %}

{% content-ref url="hooks/use-async" %}
[use-async](https://docs.corets.io/hooks/use-async)
{% endcontent-ref %}

{% content-ref url="hooks/use-stream" %}
[use-stream](https://docs.corets.io/hooks/use-stream)
{% endcontent-ref %}

{% content-ref url="hooks/use-action" %}
[use-action](https://docs.corets.io/hooks/use-action)
{% 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.corets.io/master.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.
