# Connecting Your EVM Wallet

To interact with Pinwin.xyz, you need to connect an EVM-compatible wallet. Here's how:

1. Click the "Connect Wallet" button on the Pinwin.xyz homepage on the top right corner
2. Choose your preferred wallet from the available options
3. Follow your wallet's prompts to approve the connection
4. Once connected, your wallet address will be displayed in the top right corner of the page

{% hint style="info" %}
Tips for a smooth connection:

* Ensure you're using a supported browser (e.g., Chrome, Firefox, Brave)
* If using a mobile device, you may need to use your wallet's built-in browser
  {% endhint %}


---

# 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://pinwin-xyz.gitbook.io/pinwin.xyz-docs/getting-started/publish-your-docs.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.
