# Zones

This is an overview of all your non-parking zones with a count of how many people are in those zones right now. The count of people currently present auto refreshes every couple of seconds so you always have the latest data available.

### Per day counts

Opening up the per day counts page shows you the exact number of zone travels in that zone for a certain day. Click on the day to return to the graph with that day as the x-axis.

{% hint style="info" %}
The platform calculated a day based on the date, and takes into account the event "**allow check in/out of zones after midnight**" value. This ensures people who checked into a zone after midnight are still calculated into the previous day.
{% endhint %}

### Bulk download

* If you would like to download a complete list of all the zone travels in one big CSV, there is a <img src="/files/Zu9owGjldAum4NxQHx2d" alt="" data-size="line"> button that allows that. The file will be generated in the background and sent to your email address.
* If you would like to download an occupancy overview of how many people were in the zones per 15 minutes of your event, a button exists for that too.

### Open up a zone

Clicking a zone opens up the detail page with a list of all people who are checked into this zone at this moment and a graph.

<figure><img src="/files/NbP091XxwnrBF6gd8hwG" alt=""><figcaption><p>An overview of how many people entered, left and are present in this zone</p></figcaption></figure>

This graph shows you how many people entered, left and were present in this zone in intervals. You can select the duration of the graph period, or change to another time.

You can also turn off certain lines on the graph by clicking the data color in the legend. This will result in a more detailed overview of other data lines.

<figure><img src="/files/cd4KwvjvIAfGvh1EwI8E" alt=""><figcaption><p>We turned off "<em>currently present</em>". This way the other lines pop out with more detail.</p></figcaption></figure>

{% hint style="info" %}
The graph duration options are

* 1 hour, very detailed with a marker every 2 minutes
* 6 hours with a marker every 15 minutes
* 12 hours with a marker every 20 minutes
* 1 day with a marker every 30 minutes
  {% 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/accreditation/attendance/zones.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.
