> For the complete documentation index, see [llms.txt](https://docs.eventication.com/event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventication.com/event/accreditation/lists/forms/days.md).

# 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
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://docs.eventication.com/event/accreditation/lists/forms/days.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.
