# Getting Started

**How to Access Mace**

Mace is accessible directly through any browser. Before you start, you’ll need to set up a wallet that supports the EVM. Since Monad testnet is yet to release users can interact with our application by adding our test network

* **Step 1: Install a Monad-compatible Wallet**

  * Download and install a compatible wallet, such as MetaMask.
  * Configure the wallet for Monad by adding the  Mace RPC endpoint and network information.
  * (Provide instructions or a link to a guide on how to set up the Monad network in MetaMask or another wallet.)

* **Step 2: Connect to Mace**
  * Visit the Mace app at app.mace.ag
  * Click “Connect Wallet” in the top right corner and follow the prompts to link your wallet.
  * Ensure that your wallet is funded with native Monad tokens for gas fees.

* **Step 3: Connect to Mace**
  * Visit the Mace landing page mace.ag and click "Launch App"
  * Click “Connect Wallet” in the top right corner and follow the prompts to link your wallet.
  * Ensure that your wallet is funded with native Monad tokens for gas fees.


---

# 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.mace.ag/getting-started.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.
