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

# Time tracking

The time track feature on our website allows moderators to easily track people's activities, whether it's for a specific [job](/event/planning/stations/substations/jobs.md) or general monitoring. Moderators can start and end tracking sessions with a simple click on a button.

The buttons to start or end time tracks are placed at strategical places throughout the platform:

* on the index page of the time tracks
* on the [check-in page](/event/accreditation/check-in-out/person-checkin-page.md) of each person
* on the shift page of a certain job
* on the [location page](/event/accreditation/attendance/members.md#location) in the accreditation attendance tab

This feature provides a streamlined and efficient way to track time and monitor activities.

{% hint style="info" %}
After a time track is finished, the moderator can mark whether the work was **completed or not** and add a description.
{% endhint %}

{% hint style="warning" %}
You can only have **one** time track running at the same time per person.
{% endhint %}

All time track data can be exported to a CSV file.

### New

Click the "*New*" button to start a new time track.

### Camera

Use your camera to scan a wristband via the <img src="/files/NmrCDoIRfL44LUDlyysi" alt="" data-size="line"> button. After this you can start your camera and start registering new time tracks, or find one and stop it.

If you have any issues with your camera permissions, check our [help](/event/misc/camera-access.md) page.


---

# 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/time-tracking.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.
