> 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/numbers.md).

# Numbers

The numbers section gives you statistics and check-in data for your list at a glance.

## Dashboard

The dashboard shows you an overall summary for your list across the whole event:

* **Total guests**: how many people are registered on this list.
* **Checked in at least once**: how many people checked in at least once during the event.
* **Tickets downloaded**: how many tickets have been downloaded (if tickets are enabled).
* **Parking cards downloaded**: how many parking cards have been downloaded (if parking is enabled).
* **Meals given**: how many catering meals have been distributed (if catering is enabled).

Below the summary you will find a **day-by-day breakdown**. Select an operation day to see:

* Expected and actual check-ins for that day
* Vehicle check-ins per parking zone (if parking is enabled)
* Meals planned and given per meal category (if catering is enabled)

## Visitors per day

A table showing per operation day:

* **Expected**: how many people are expected to visit.
* **Checked in**: how many people have checked in.
* **Max allowed**: the maximum number of visitors allowed.

## Vehicles per day

A table showing per operation day:

* **Expected**: how many vehicles are expected.
* **Checked in**: how many vehicles have checked into a parking zone.
* **Max allowed**: the maximum number of vehicles allowed.


---

# 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/numbers.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.
