# General FAQ

## Connecting to Acala

### **Why is the Acala app not connecting to my Polkadot.js extension?**

#### The Acala app may have trouble connecting to your Polkadot.js extension for a few reasons. Please try the following:

Make sure that your extension is set to “Allow use on any chain.” Refresh the web page.

![](/files/2TLNOxHDrHQJIVkDQXf8)

Make sure that you are allowing the website access to your extension. Open “Manage Website Access” and make sure that [apps.acala.network](https://apps.acala.network/) is allowed. Refresh the web page.

![](/files/XzB7Xfk5Ot03u18De0dm)

If those attempts fail, try turning off ad blockers in your browser settings. Refresh the web page.

If you are still having trouble connecting, it’s possible that another browser extension is interfering or there is some other unknown issue with your browser. Consider downloading a new web browser and redownloading the polkadot.js extension. You can import your account to the polkadot.js extension in the new browser by selecting “import account from pre-existing seed” and entering your seed phrase. Then proceed to connecting the Acala app at <https://apps.acala.network/>

### How do I switch to a different account in the Acala app?

You can switch to a different account by clicking on your account name in the upper right hand corner of the app. After clicking on your account name, a pop-up window will appear where you can select `change` to switch to a different account.

## **Transfers to and from Acala**

### **Can I send tokens to my Ledger?**

Yes, you can transfer tokens on Acala to Ledger by following the instructions [here](https://wiki.acala.network/get-started/acala-network/acala-account/account-generation/ledger-hardware-wallet).

## Signing Transactions

### Why am I getting an error when I try to sign my transaction?

You could be getting an error because you are trying to use a wallet that isn't supported. Ledger wallets will not work even if used with the polkadot.js browser extension. Additionally, users with other active wallet extensions can sometimes receive errors.&#x20;

### Why is the transfer button greyed out on the Acala Dapp?&#x20;

Please ensure you have both your AdBlock and all VPNs you use turned off if you would like to use the Acala Dapp to transfer your assets.

You can use ACA or any other token listed on Acala swap to pay transaction fees.


---

# 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/general-faq.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.
