> For the complete documentation index, see [llms.txt](https://docs.wow3.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wow3.app/early-user-campaign/campaign-rules.md).

# Campaign Rules

To ensure a fair and enjoyable experience for everyone, please review the following campaign rules and regulations:

**Eligibility:**

* This campaign is open to all WOW3 users who sign up to join the campaign during the Early User Campaign period.
* Multiple accounts per user are strictly prohibited.

**Fair Play:**

* Any attempts to manipulate the campaign mechanics through automated bots, scripts, or other unethical means will result in disqualification.
* Activities that harm the WOW3 platform or its users, such as spamming, offensive language, or disruptive behavior, will not be tolerated.
* WOW3 reserves the right to investigate any suspicious activity and take appropriate action, including account suspension or disqualification.

**Reward Eligibility:**

* Users must actively participate in the campaign by completing designated tasks as specified by WOW3.
* Rewards will be distributed based on the official campaign rules and point system in place. Any attempt to exploit loopholes or gain unfair advantages will lead to disqualification.
* WOW3 reserves the right to amend the campaign rules at any time with prior notice.

**Data & Privacy:**

* By participating in this campaign, you agree to the WOW3 Terms of Service and Privacy Policy.
* WOW3 will collect and use user data in accordance with its privacy policy for the sole purpose of administering the campaign.

**Reporting:**

* If you encounter any suspicious activity or have questions about the campaign, please report them directly to WOW3 through the designated support channels.

**Consequences:**

* Violation of any campaign rule may result in disqualification, removal of earned rewards, or account suspension at WOW3's discretion.


---

# 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://docs.wow3.app/early-user-campaign/campaign-rules.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.
