> 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

Everybody has to put in their hours

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 %}

### New

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

### Camera

Use your camera to scan a wristband via the <img src="https://55689121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMH0qx2kDusOMcs9TvihF%2Fuploads%2Fgit-blob-92fcef96a101f8e17fea2d499edb71830f393ed9%2Fcamera.jpg?alt=media" 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.

### Export

If you have the permission to export time tracks, the download button in the header exports every time track of your event to a CSV file. The export opens in a window that shows you its progress, and once the file is ready a download button appears in that same window. You no longer have to wait for an email with a link.

The file contains, per time track: the person and the form and list they belong to, the job that was worked on, when it started and who started it, when it stopped and who stopped it (time tracks that were stopped automatically by the platform are marked as such), both comments, the duration in minutes, whether the work was completed, how many minutes that person was checked into the event on that day, and their tags.


---

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