# Days

This view shows you an overview of the days this form can add to their attendees and vehicles.

You can easily add days, edit the maximum amounts per day, or remove days.

{% hint style="info" %}
Editing the amount of attendees or vehicles can be done by changing the number in the text field. Once you navigate out of that text field, the value will be saved automatically.
{% endhint %}

{% hint style="warning" %}
If a form already has people or vehicles on a certain day and you lower the maximum amount belong the current amount, the number will be shown in red because there are more objects than allowed. Our platform will not remove people or vehicles automatically as it can't know which.
{% endhint %}

**Match limits to content**: This button allows you to set all the daily limits to the current content.

{% hint style="success" %}

* If there is a day with a limit of 10 people and 5 vehicles, but the content is only 2 people and 1 vehicle, the platform will set the limit of that day to 2 people and 1 vehicle.
* Days where 0 people and 0 vehicles will be deleted.
  {% endhint %}

## Day

Select a specific day. This will provide you with an overview of the visitors and vehicles that attended that day. Additionally, this page displays whether they checked in, downloaded their ticket, and selected food and beverages.


---

# 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/accreditation/lists/forms/days.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.
