# Schedule

**Every Sunday,** the schedule for the upcoming week is provided, along with the time at which each daily game will be made published.

**Discord's timestamp** function, which lets you receive the time according to **where you are in the world**, is used to provide the time. Therefore, a flawed calculation cannot lead to a mistake.

**Games from the same week are posted at the same time** for convenience.

To allow each player to participate when it suits them, **game timings will change from week to week.**&#x20;


---

# 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://metamindgames.gitbook.io/metamindgames/the-games/schedule.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.
