# Integrate with Enclave Money

- [Embedded Wallet](https://docs.enclave.money/integrate-with-enclave-money/embedded-wallet.md)
- [Initialize project and setup provider](https://docs.enclave.money/integrate-with-enclave-money/embedded-wallet/initialize-project-and-setup-provider.md): Let's start by installing the SDK package and initializing the provider.
- [Onboarding and Account Access](https://docs.enclave.money/integrate-with-enclave-money/embedded-wallet/onboarding-and-account-access.md)
- [Get User Info](https://docs.enclave.money/integrate-with-enclave-money/embedded-wallet/get-user-info.md): Access user details from the useWallet hook
- [Trigger a swap](https://docs.enclave.money/integrate-with-enclave-money/embedded-wallet/trigger-a-swap.md)
- [Trigger a token transfer](https://docs.enclave.money/integrate-with-enclave-money/embedded-wallet/trigger-a-token-transfer.md)
- [SDK Reference](https://docs.enclave.money/integrate-with-enclave-money/sdk-reference.md)
- [Integrate with Privy](https://docs.enclave.money/integrate-with-enclave-money/sdk-reference/integrate-with-privy.md)
- [Integrate with Turnkey](https://docs.enclave.money/integrate-with-enclave-money/sdk-reference/integrate-with-turnkey.md): The steps given below contain instructions on how to integrate Enclave's SDK with an application that uses Turnkey's React SDK
- [API Reference](https://docs.enclave.money/integrate-with-enclave-money/api-reference.md)
- [Health](https://docs.enclave.money/integrate-with-enclave-money/api-reference/health.md)
- [User](https://docs.enclave.money/integrate-with-enclave-money/api-reference/user.md)
- [Smart Balance](https://docs.enclave.money/integrate-with-enclave-money/api-reference/smart-balance.md)
- [Smart Account](https://docs.enclave.money/integrate-with-enclave-money/api-reference/smart-account.md)
- [Passkey Account](https://docs.enclave.money/integrate-with-enclave-money/api-reference/passkey-account.md)
- [Delegated Action](https://docs.enclave.money/integrate-with-enclave-money/api-reference/delegated-action.md)
- [Unified Deposit Address](https://docs.enclave.money/integrate-with-enclave-money/api-reference/unified-deposit-address.md): Endpoints to create and manage unified deposit addresses


---

# 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.enclave.money/integrate-with-enclave-money.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.
