> 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/user-scenarios-for-wizard.md).

# User Scenarios for Wizard

Wizard plays a key role in the **Merlin Chain** ecosystem, offering a wide range of applications that enhance every step of a user's journey. Here are some concrete examples to help you fully understand what Wizard can do:

<mark style="background-color:purple;">**Ⅰ. Onboarding and Beginner Assistance**</mark>

If you're new to Merlin Chain or unfamiliar with blockchain, DeFi, or NFTs, no worries! You can ask Wizard questions like:

* *“What is Merlin Chain?”*
* *“How do I create an AA Wallet?”*
* *“Where and how can I buy Merlin tokens?”*

Wizard will provide clear, easy-to-follow explanations, step-by-step guides, and even recommend beginner-friendly resources to help you get started quickly and confidently.

<mark style="background-color:purple;">**Ⅱ. Technical Support**</mark>

Encountering technical issues while using Merlin Chain? Just ask Wizard:

* *“What is Gas on Merlin?”*
* *“How do I adjust the Gas fee in my AA Wallet?”*
* *“What can I do if my transaction is stuck and won’t confirm?”*

Wizard will offer practical solutions tailored to your situation, guiding you through troubleshooting and helping you resolve issues efficiently.

<mark style="background-color:purple;">**Ⅲ. Community Engagement and Creative Support**</mark>

As a member of the Merlin Chain community, if you want to host events or contribute to discussions, Wizard can help you brainstorm and plan:

* *“How can I organize a successful Merlin Chain AMA?”*

Wizard can provide event planning tips, schedule templates, and even help refine your promotional content. If you’re drafting a community proposal, Wizard can help organize your ideas and present them clearly.

<mark style="background-color:purple;">**Ⅳ. Developer Support**</mark>

For developers building **DApps or smart contracts** on Merlin Chain, you can ask Wizard:

* *“Where can I find Merlin Chain’s developer documentation?”*
* *“How do I interact with Merlin’s API?”*

Wizard will share documentation links, code examples, and other resources to help you work more efficiently.

<mark style="background-color:purple;">**Ⅴ. Cross-Chain Operations and Ecosystem Integration**</mark>

Cross-chain interaction is vital in the blockchain world, and Merlin Chain is no different. If you need assistance with this process, Wizard is here for you:

* *“How can I transfer assets from Ethereum to Merlin Chain?”*
* *“Which cross-chain bridges are supported by Merlin Chain?”*

Wizard will walk you through the cross-chain process, providing important details on gas fees, transaction times, and other considerations so you can proceed smoothly.


---

# 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/user-scenarios-for-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.
