> For the complete documentation index, see [llms.txt](https://learn.avalytics.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.avalytics.xyz/tutorials/connect-disconnect-your-wallet.md).

# Connect / Disconnect your wallet

Connecting your wallet to Avalytics is very straight forward. In this tutorial, we will be using Metamask to connect to Avalytics.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKA7mlcswkxhKfuLtJbow%2Fuploads%2FccCr0AW3uMG2aflmBOxb%2FConnect%20to%20metamask.mp4?alt=media&token=02e42cff-2a0f-42ba-bac8-77617bdaa480>" %}

Simply navigate your cursor to the top right corner of the dApp and click **Connect** and choose the wallet you want to connect to. Once connected, it will either display your address or resolved name.

Disconnecting your wallet is as easy as connecting your wallet.&#x20;

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKA7mlcswkxhKfuLtJbow%2Fuploads%2FQtoaSIvlhSLqeN7b1h0A%2FDisconnect%20from%20metamask.mp4?alt=media&token=76f1dd54-25d6-4929-abc1-8c9d4208c600>" %}

Navigate your cursor to the top right corner of the dApp where your address and click your **Address or Resolved name,** this will popup with your wallet where you can press **disconnect.**


---

# 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://learn.avalytics.xyz/tutorials/connect-disconnect-your-wallet.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.
