# ARWEAVE WALLET KIT

- [Introduction to Arweave Wallet Kit](https://docs.arweavekit.com/arweave-wallet-kit/introduction.md): Hooks and Components for unified interaction with Arweave wallets
- [Setup](https://docs.arweavekit.com/arweave-wallet-kit/setup.md): Setup the Arweave Wallet Kit in React applications
- [Connect Button](https://docs.arweavekit.com/arweave-wallet-kit/connect-button.md): The Connect Button provides an option to easily integrate the Wallet Kit
- [Hooks](https://docs.arweavekit.com/arweave-wallet-kit/hooks.md): React hooks that provide deeper access into the wallet APIs
- [Customization](https://docs.arweavekit.com/arweave-wallet-kit/customization.md): Apply various customizations to the Wallet Kit UI


---

# 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.arweavekit.com/arweave-wallet-kit.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.
