> For the complete documentation index, see [llms.txt](https://docs.league.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.league.systems/player/faq/change-a-result.md).

# How do I change a result?

What you do to change a result is to first delete the old result, and then register a new one.

If you have permission to delete a result depends on a few things. If it is a friendly match, you can delete the result up to 7 days from the time the result was registered.

A league result can be deleted at any time while the round is active, if the administrator allows it. If the administrator does not allow it, then you need to contact the administrator who then will help you with this.&#x20;

By displaying details for the result you can see if you have permissions to delete or not. Click on the three vertical dots next to the result. Then a small window with details opens. If you ca see and click on the Delete button, you have permissions.

![](/files/-L_sFp4unGZJUa5f_q2c)


---

# 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.league.systems/player/faq/change-a-result.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.
