# Getting Started

- [Wallet Setup](https://wiki-apps.acala.network/general/wallet-setup.md)
- [Talisman](https://wiki-apps.acala.network/general/wallet-setup/talisman.md): The Talisman browser extension allows you to safely store, send, receive, and harness your assets. The Talisman web app allows you to seamlessly manage your assets across relay chains and parachains.
- [Polkadot.js](https://wiki-apps.acala.network/general/wallet-setup/installing-polkadot.js.md): This is a guide for installing the Polkadot.js browser extension, the wallet used to interact with Acala Apps and any parachain on Polkadot, similar to MetaMask on Ethereum.
- [SubWallet](https://wiki-apps.acala.network/general/wallet-setup/subwallet.md): SubWallet is a user-friendly wallet for the Polkadot and Kusama ecosystem. They aim to provide users with a simple and secure way to connect to blockchain-based applications like DeFi and GameFi.
- [Address Binding](https://wiki-apps.acala.network/general/address-binding.md): What is address binding? Learn how to bind your Substrate account to your own EVM account.
- [Checking Your Balance](https://wiki-apps.acala.network/general/checking-your-balance.md): Information on how to check your token balances on Acala.
- [Accessing Crowdloan Rewards](https://wiki-apps.acala.network/general/accessing-crowdloan-rewards.md): Accessing your Crowdloan Rewards in Polkadot.js
- [Accessing Build Acala Tokens](https://wiki-apps.acala.network/general/accessing-build-acala-tokens.md)
- [General FAQ](https://wiki-apps.acala.network/general/general-faq.md): Frequently asked questions about connecting to Acala and performing transfers.
- [Token Transfers](https://wiki-apps.acala.network/general/bringing-tokens-to-karura.md): Information on how to send and receive tokens
- [DOT Transfers](https://wiki-apps.acala.network/general/bringing-tokens-to-karura/dot-transfers.md): Information on how to transfer DOT to Acala
- [Sending & Receiving ACA](https://wiki-apps.acala.network/general/bringing-tokens-to-karura/sending-and-receiving-aca.md): Information on how to transfer ACA
- [Sending lcDOT](https://wiki-apps.acala.network/general/bringing-tokens-to-karura/sending-lcdot.md): Information on how to transfer lcDOT
- [Acala Wormhole Bridge](https://wiki-apps.acala.network/general/bringing-tokens-to-karura/acala-wormhole-bridge.md): Information for how to use the multi-chain Acala Wormhole Bridge
- [Claiming Vested ACA](https://wiki-apps.acala.network/general/claiming-vested-aca.md): Information on how to claim vested ACA from Build Acala 2 and the Acala Crowdloan.


---

# 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://wiki-apps.acala.network/general.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.
