# About aleo-hooks

`aleo-hooks` library aims to be a simple to use, yet flexible and reliable wallet-agnostic React hooks library that will simplify developing Aleo React dApps.&#x20;

React Hooks are functional components that isolate the reusable part from app business logic. Hooks make it easy to reuse stateful logic between components and develop complex dApps.

Github: <https://github.com/OrdosHQ/aleo-hooks>

Live demo: <https://aleo-react-boilerplate.vercel.app/>

NPM: <https://www.npmjs.com/package/aleo-hooks>

Telegram discussion and support group: <https://t.me/aleohooks>


---

# 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://aleo-hooks.gitbook.io/aleo-hooks/about-aleo-hooks.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.
