# Troubleshooting

## Astar DApp Issues

<details>

<summary>How to transfer Astar assets on EVM account?</summary>

1. Create a new wallet in your Nova Wallet application.
2. `Select` the "DApps" (Android) or "Browser" (iOS) module.
3. `Select` the "Astar DApp Hub" from the list.
4. `Select` "Allow" after reviewing the pop up prompt.
5. `Select` "Nova Wallet (EVM)" from the list.
6. Once you have connected your account, in the "Assets" tab of the Astar DApp, you can copy your Astar EVM account address from the "EVM Account" section -> "Ethereum Extension".
7. You can now send assets to that EVM address.
8. After you have sent assets to that address, you can again connect to the Astar DApp Hub as described above, and then navigate to the "Assets" section to see your balances.
9. When connecting to any EVM DApp on Astar Network, you can select the "Use Metamask Connection" option, and your EVM account should appear.

</details>

## EVM Account Importing Issues

<details>

<summary>Cannot import EVM account via Private Key</summary>

Currently importing EVM accounts (such as your Metamask account) via private key is not supported. Please try importing via Mnemonic Seed Phrase.

</details>

<details>

<summary>Metamask import issue when importing 2nd/3rd/… account (need to change derivation path) </summary>

</details>


---

# 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.novawallet.io/nova-wallet-wiki/help-and-support/troubleshooting.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.
