# Connect Wallet

To interact with AstraPad, you need to connect a supported wallet.

## Steps:

1. Click **Connect Wallet** in the top-right corner.
2. Select your wallet provider (e.g., MetaMask, WalletConnect).
3. Approve the connection request in your wallet app.
4. Once connected, you’ll see your wallet address displayed on the interface.

> **Tip:** <mark style="color:$danger;">Always double-check the URL to ensure you are on the official AstraPad site before connecting your wallet.</mark>

<figure><img src="/files/P96FeL5jVA1lesUEnMD8" alt=""><figcaption></figcaption></figure>

## Official URLs:

<mark style="color:$success;">astrapad.ai</mark>\ <mark style="color:$success;">astrapad.fun</mark>\ <mark style="color:$success;">astrapad.dev</mark>\ <mark style="color:$success;">astrapad.net</mark>\ <mark style="color:$success;">astrapad.org</mark>\ <mark style="color:$success;">astrapad.xyz</mark>


---

# 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.chatastra.ai/ecosystem/astrapad/getting-started/connect-wallet.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.
