# Timesheet Overview

## What is a Timesheet?&#x20;

A [Timesheet](/maica-knowledge-base/getting-started/maica-key-concepts/timesheet.md) is a record to capture time spent delivering services for a given [Resource](/maica-knowledge-base/getting-started/maica-key-concepts/resource.md). This includes information about the [Appointment](/maica-knowledge-base/getting-started/maica-key-concepts/appointment.md) or [Shift](/maica-knowledge-base/getting-started/maica-key-concepts/shift.md) related to the service, any breaks taken, travel times where applicable, as well as any other information that must be reported.

[Timesheets](/maica-knowledge-base/getting-started/maica-key-concepts/timesheet.md) are comprised of [Timesheet Entries](/maica-knowledge-base/timesheets/timesheet-overview/create-a-timesheet-entry.md). &#x20;

## What is a Timesheet Entry?&#x20;

[Timesheet Entries](/maica-knowledge-base/timesheets/timesheet-overview/create-a-timesheet-entry.md) are used to track the hours worked by a [Resource](/maica-knowledge-base/getting-started/maica-key-concepts/resource.md) for a particular service within a particular Appointment as part of Maica. They can also be created manually for any additional requirements.&#x20;

{% hint style="info" %}
Timesheet Entries in Maica are automatically generated after an `Appointment` is `Completed`. This can be configured on a `Resource`  record by setting the `Timesheet Management` dropdown to `Enabled` , or within your `Maica Settings`. To learn more, [click here](/maica-knowledge-base/maica-administration-guide/system-processes/timesheet-generation.md).&#x20;
{% 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://knowledge.maica.com.au/maica-knowledge-base/timesheets/timesheet-overview.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.
