# Connecting to Granite

Once you have a wallet set up, you can connect to Granite Protocol:

1. Visit [app.granite.world](https://app.granite.world/)
2. Click the “Connect Wallet” button in the top right corner

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

3. Select your preferred wallet from the connection modal

<figure><img src="/files/Ie7abJdriq2KBPtviiZv" alt="" width="375"><figcaption></figcaption></figure>

3. Your wallet will prompt you to approve the connection. Review the requested permissions and approve.

<figure><img src="/files/8mgeVBeZTfZL1PH7cYZO" alt="" width="375"><figcaption></figcaption></figure>

5. Once connected, you’ll see:

* Your wallet address in the top right
* The two different markets in the menu
* Your account overview, including any supplies or borrowings
* Access to all protocol features

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


---

# 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.granite.world/core-protocol-features/getting-started/connecting-to-granite.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.
