> For the complete documentation index, see [llms.txt](https://docs.department77.com/department-77/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.department77.com/department-77/guides/getting-started/2.-connect-your-wallet.md).

# 2. Connect your wallet

We're a multichain web3 game, which means you can use a few different wallets to connect to the game, and you can also attach multiple wallets to your bureau to see all your Department 77 NFTs in one place - even if those NFTs are located on different blockchains!

We currently support Terra Station, Meta Mask and Keplr. Connect your preferred wallet over on <https://department77.com/bureau/settings>, but keep in mind that the FIRST wallet you connect becomes your *primary wallet connection*, which can't be disassociated with your bureau.

We recommend using MetaMask as your primary wallet.

<figure><img src="/files/SiJV1z5PmW6CrgbrezUh" alt=""><figcaption><p>Connect your wallet</p></figcaption></figure>

{% hint style="warning" %}
If you're connecting via Keplr you need to also import your NFTs from Secret Network. This is because of the privacy-by-default mechanics of Secret Network. Once you have connected your Keplr wallet, click the 'Import NFTs' button to whitelist our NFT checker address so we can see what NFTs you have in your wallet. If you don't do this step, you won't be able to see your Secret Network assets in the game.
{% endhint %}


---

# 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.department77.com/department-77/guides/getting-started/2.-connect-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.
