> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/user-documentation/tasks-and-activities/time-entries.md).

# Time Entries

This lesson will explain the purpose of time entries and describe the functionality of the "Time Entries" option under the "Activities" tab.

### Accessing time entries

<figure><img src="/files/JpFc4aaeiNdyMRLqorb1" alt=""><figcaption></figcaption></figure>

You can access time entries via the "Time & Expense Entries" button that can by found under the "Activities" tab on the main toolbar. Clicking this will take you to the time activities page.

### The "Activities" page

<figure><img src="/files/2NOtmXZznrbmmPNIjEUg" alt=""><figcaption></figcaption></figure>

The "Activities" page displays all of the time and expense entries you have made on the system.

This allows you to quickly view any entries made against a case and the user that made them.

You can also add a time entry on this page, you can find out how to do this in [this](/user-documentation/the-case-tab/the-time-tab.md) lesson.

### What are time entries?

<figure><img src="/files/E4PFO6fhC3BPxzS3fK7L" alt=""><figcaption></figcaption></figure>

Time entries allow you to keep track of the time spent working on a case.

Using either the timer function or by making a manual entry, a user can log the time it takes them to complete a particular task against a case. This is useful for both reports and billing. Using reports it is possible to work out the average amount of time spent on a case or on completing a particular task, this can be put to use in how you put together your case plans or working out fixed fees.

Time entries can also be directly used in the billing functionality of AgileCase. Each time entry with a rate set against it will be added in to the calculation when an invoice is generated allowing you to accurately calculate the total paid hours spent on a case as well as account for any overtime.


---

# 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.agilecase.com/user-documentation/tasks-and-activities/time-entries.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.
