# Day Groups

Day groups are what the title says. It is a group of days that are joined together. People who want to work for this event will only be able to select the whole day group (all days) or none of the days.

These day groups can be closed at a certain time.

{% hint style="warning" %}
This feature does not have any effect on [groups](/event/planning/groups.md) joining the event.
{% endhint %}


---

# 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.eventication.com/event/planning/day-groups.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.
