# Timesheet

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

The Timesheet panel under the Work Module records the time required for each task, which is then used to calculate the total time logged for individual projects. This helps in calculating the average time taken to complete tasks when generating reports for analysis.

In the top left corner, there is a "Log Time" section that allows users to log time for new or previously created tasks.

<figure><img src="/files/6uU5sppfyvsYouTbI25V" alt=""><figcaption></figcaption></figure>

Logging time requires basic details such as the project name, task name, employee name, start date and time, end date and time, along with additional information. The entered data is then displayed in a tabular format in the final list.

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

To view the logged time individually, click on the task name hyperlink, which redirects to a detailed page. This page displays basic information such as project name, task name, priority, employee name, category, description, start date and time, and end date and time. It also includes sections for adding comments, tasks, files, time logs, notes, and history.

This feature provides comprehensive information for better understanding and analysis.


---

# 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://wheel-erp.gitbook.io/wheel-erp-user-guide/work/timesheet.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.
