# Integrate Solflare

If you want to integrate Solflare Wallet into your app you can do that in one of two ways:

1. [Solana Wallet Adapter](/solflare/technical/integrate-solflare/using-the-solana-wallet-adapter.md)
2. [Solflare Wallet SDK](/solflare/technical/integrate-solflare/solflare-wallet-sdk.md)

We recommend using the Solana Wallet Adapter because it automatically injects the MetaMask adapter.


---

# 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.solflare.com/solflare/technical/integrate-solflare.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.
