# Connecting to MIDNIGHT

As MIDNIGHT is a Web3 marketplace, all interactions are operated through a wallet.&#x20;

MIDNIGHT's wallet integration has been implemented via [Privy](https://www.privy.io/). Privy allows you to attach a Web3 wallet to your email/phone number, or connect an existing wallet, such as MetaMask. &#x20;

{% hint style="info" %}
Mobile Users: Whilst MIDNIGHT works on any browser, when interacting with marketplace functions (i.e. bidding, buying, etc), it is HIGHLY recommended to do this from within the Wallet's browser inside the application.&#x20;
{% 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://docs.midnight.art/getting-started/connecting-to-midnight.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.
