> For the complete documentation index, see [llms.txt](https://guidebook.redi.io/guidebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guidebook.redi.io/guidebook/digital-renewables-dr/how-to-play/gameplay-schedule.md).

# gameplay schedule

**for the most engaging virtual experience, activities within the dr simulation can be broken down into daily schedules with specific time limits for which users can apply actions during the on-going round.**

&#x20;

<table data-header-hidden><thead><tr><th width="149">time</th><th>action</th><th>description</th></tr></thead><tbody><tr><td><p>0:00  - 11:59 </p><p>(everyday)</p></td><td>select your solar asset</td><td>to participate for each play round, select your solar power plant based on your assessment and solar knowledge</td></tr><tr><td><p>9:00 - 14:59 </p><p>(everyday)</p></td><td>apply your items </td><td>once your solar asset is selected, select your items from your inventory to boost production and  your overall points tally</td></tr><tr><td><p>15:00 </p><p>(everyday)</p></td><td>check daily solar generation points</td><td>daily solar output for every participating solar asset is announced (in hours equivalent produced)</td></tr><tr><td><p>18:00 </p><p>(everyday)</p></td><td>check daily rankings</td><td>rankings are updated everyday based on power output and items applied by users</td></tr><tr><td><p>18:00 </p><p>(every sunday)</p></td><td>check final ranking for each round</td><td>final ranking board for each round in announced &#x26; rewards are distributed</td></tr></tbody></table>

notes:

* all times are based on korean standard time (KST)
* selecting REC NFts, and NFT claim & buyback can be processed at any time


---

# 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://guidebook.redi.io/guidebook/digital-renewables-dr/how-to-play/gameplay-schedule.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.
