# Managing Your Quests

Once a quest goes live, you cannot significantly alter it. This is primarily to avoid being unfair to the questers, as significant changes could render their efforts futile. There are only a few aspects that you can amend.

Here's what you cannot change:

* The tasks. While you can modify details like the Twitter handle to be followed or the discord channel to be joined or the website to be visited, you cannot entirely remove the task and replace it with something else.
* The start date or end date of the campaign. Even if it's only scheduled and not live yet, you can't modify these dates.
* The rewards. You can't alter the tokens, the NFTs, the number of winners, the reward pool, or even the amount of XPs a user will receive for a particular task.

What can you change?

* You can update the campaign name, description, banner, and logo. Essentially, you can change anything that users wouldn't have spent time on.

However, for loyalty tasks, which typically run for a longer duration, you can change any of the aspects mentioned above.


---

# Agent Instructions: 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:

```
GET https://docs.intract.io/product-guide/community-hub-guides/quests/managing-your-quests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
