> For the complete documentation index, see [llms.txt](https://docs.intent.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intent.trade/technical-overview/gmwallet/faq.md).

# FAQ

<details>

<summary>Can I export my private keys of gmWallet</summary>

You cannot export your private keys of gmWallet as gmWallet are **smart accounts wallets** - meaning they are not protected by any security key or seed phrase.&#x20;

</details>

<details>

<summary>Can Intent Trade help me recover my gmWallet if I lose access to my Solana wallet?</summary>

Since gmWallets are smart accounts wallets that are linked to your Solana addresses, Intent Trade cannot help you recover access to your gmWallet if you have lost access to your Solana address,\\

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.intent.trade/technical-overview/gmwallet/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.
