> For the complete documentation index, see [llms.txt](https://wizard-docs.merlinchain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wizard-docs.merlinchain.io/how-to-use-wizard.md).

# How to Use Wizard

Wizard is designed to be simple, intuitive, and always available — ready to assist you anytime, anywhere. Here’s a quick guide to help you get started:

**Step 1: Access Wizard**

You can access Wizard directly from Merlin Chain’s official website, mobile app, or any officially supported platforms like Telegram and Discord. Just follow the official links to enter the Wizard interface.

**Step 2: Connect Your Wallet**

To ensure a secure and personalized experience, you’ll need to connect a Merlin Chain-compatible wallet (such as MetaMask or OKX Wallet).

Click the "Connect Wallet" button at the top right corner and follow the prompts to authorize access. Once connected, Wizard will recognize your account and be ready to assist you.

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

**Step 3: Ask Questions and Start the Conversation**

You can chat with Wizard naturally — simply type in any question or request. For example:

* *“What is Merlin Chain?”*
* *“Why did Merlin choose ZK-Rollup over Optimistic Rollup?”*

Wizard will leverage its knowledge base and AI capabilities to give you clear, detailed answers.

**Step 4: Get Instant, Helpful Answers**

Wizard will analyze your questions and respond promptly with comprehensive, actionable, and easy-to-understand information, ensuring you get the help you need without hassle.

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

**Step 5: Ongoing Support — Ask Anything, Anytime**

If you need more clarification, Wizard is always ready to continue the conversation until your questions are fully resolved. With 24/7 availability and multi-language support, Wizard is here to ensure you never feel lost in the Merlin Chain ecosystem.

**🎥Video Tutorial**

{% embed url="<https://www.youtube.com/watch?v=cH9xkGYg0Kg>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wizard-docs.merlinchain.io/how-to-use-wizard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
