> For the complete documentation index, see [llms.txt](https://metalympics.gitbook.io/metalympics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metalympics.gitbook.io/metalympics/metalympics-rules/cheating-and-disqualification.md).

# Cheating & Disqualification

It's unfortunate to see all the users that cheat and ruin the spirit of the fair competitions.&#x20;

While there are two different leagues we have prepared, there are still strict rules over the cheating program and movements that can possibly be derived from such programs.&#x20;

The following examples are, but not limited to, things that will disqualify the users permanently.

* Moving faster than it's configured
* Flying
* Teleporting
* Triggering the quest count more than once
* Finishing the game without finishing the given tasks

![Messing with the quest count](/files/ttQpKMBNUMTysO3c90Qp)

{% hint style="danger" %}
Such behaviors will be analyzed by the community, the Metalympics team, and The Sandbox team. The final decision is on Metalympics and The Sandbox.&#x20;
{% endhint %}

Metalympics constantly updates the list of the details of all the banned users that cheated in any previous events, and it will be shared by The Sandbox to prevent such cheaters from participating in any events on The Sandbox.&#x20;

{% hint style="info" %}
The Sandbox may proceed with the prize distribution first before analyzing any suspicious activities. If the suspicious users are deemed to have cheated, the ranking will be updated, and the prizes will be re-distributed.&#x20;
{% endhint %}


---

# 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://metalympics.gitbook.io/metalympics/metalympics-rules/cheating-and-disqualification.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.
