> For the complete documentation index, see [llms.txt](https://docs.gridplus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridplus.io/apps-and-integrations.md).

# Apps & Integrations

- [Lattice Manager](https://docs.gridplus.io/apps-and-integrations/lattice-manager.md)
- [Managing Your Bitcoin Wallet](https://docs.gridplus.io/apps-and-integrations/lattice-manager/managing-your-bitcoin-wallet.md)
- [Creating Custom Address Tags](https://docs.gridplus.io/apps-and-integrations/lattice-manager/address-tags.md)
- [Using the Wallet Explorer](https://docs.gridplus.io/apps-and-integrations/lattice-manager/using-the-wallet-explorer.md)
- [Connecting Your Lattice to Your Own Private Endpoint](https://docs.gridplus.io/apps-and-integrations/lattice-manager/connecting-your-lattice-to-your-own-private-endpoint.md)
- [Lattice Manager Troubleshooting](https://docs.gridplus.io/apps-and-integrations/lattice-manager/lattice-manager-troubleshooting.md)
- [How to View the XPUB of Your Bitcoin Wallet](https://docs.gridplus.io/apps-and-integrations/lattice-manager/how-to-view-the-xpub-of-your-bitcoin-wallet.md)
- [MetaMask](https://docs.gridplus.io/apps-and-integrations/metamask.md)
- [Installing MetaMask](https://docs.gridplus.io/apps-and-integrations/metamask/installing-metamask.md)
- [Connecting to MetaMask](https://docs.gridplus.io/apps-and-integrations/metamask/connecting-to-metamask.md)
- [MetaMask Troubleshooting](https://docs.gridplus.io/apps-and-integrations/metamask/metamask-troubleshooting.md)
- [NuFi](https://docs.gridplus.io/apps-and-integrations/nufi.md)
- [Connecting to NuFi](https://docs.gridplus.io/apps-and-integrations/nufi/connecting-to-nufi.md)
- [NuFi Troubleshooting](https://docs.gridplus.io/apps-and-integrations/nufi/nufi-troubleshooting.md)
- [Frame](https://docs.gridplus.io/apps-and-integrations/frame.md)
- [Installing Frame](https://docs.gridplus.io/apps-and-integrations/frame/installing-frame.md)
- [Connecting to Frame](https://docs.gridplus.io/apps-and-integrations/frame/connecting-to-frame.md)
- [Advanced Frame Setup](https://docs.gridplus.io/apps-and-integrations/frame/advanced-frame-setup.md)
- [Frame Troubleshooting](https://docs.gridplus.io/apps-and-integrations/frame/frame-troubleshooting.md)
- [Rabby](https://docs.gridplus.io/apps-and-integrations/rabby.md)
- [Connecting to Rabby](https://docs.gridplus.io/apps-and-integrations/rabby/connecting-to-rabby.md)
- [Rabby Troubleshooting](https://docs.gridplus.io/apps-and-integrations/rabby/rabby-troubleshooting.md)
- [ShapeShift](https://docs.gridplus.io/apps-and-integrations/shapeshift.md)
- [MyCrypto](https://docs.gridplus.io/apps-and-integrations/mycrypto.md)
- [Connecting to MyCrypto](https://docs.gridplus.io/apps-and-integrations/mycrypto/connecting-to-mycrypto.md)
- [MyCrypto Troubleshooting](https://docs.gridplus.io/apps-and-integrations/mycrypto/mycrypto-troubleshooting.md)
- [Ambire Wallet](https://docs.gridplus.io/apps-and-integrations/ambire-wallet.md)
- [Connecting to Ambire](https://docs.gridplus.io/apps-and-integrations/ambire-wallet/connecting-to-ambire.md)
- [Ambire Troubleshooting](https://docs.gridplus.io/apps-and-integrations/ambire-wallet/ambire-troubleshooting.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gridplus.io/apps-and-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
