# Track the time spent on a job

On Scholars, you are paid by the hour. As such, it's essential to keep track of the time you spend on a job.

On the Scholars platform, we provide a way to keep track of time, which you must use in order to be able to get paid. We call them *timesheets*.

{% hint style="info" %}
All jobs on Scholars have what's called a **weekly cap**.

The weekly cap is a maximum number of hours you can work each week. This limit is usually marked in the contract, but if not, your project manager will let you know what your weekly cap is.
{% endhint %}

## How to start and stop the timer

{% stepper %}
{% step %}
Go to the *My Timesheet* page from the left-hand menu.

<figure><img src="/files/hz3Cmh8ISjlER3A3U4EG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
From the *Contract* dropdown, select the active contract you will be working on.

{% hint style="info" %}
If you don't see anything in the dropdown, it's because you don't have an active contract. An active contract appears on your profile once you accept a [job offer](/how-to/accept-or-reject-a-job-offer.md) that is made to you.
{% endhint %}

You can only log work inside the active date range of the selected contract. If the contract has not started yet, or if it has already ended, Scholars will not let you start a timer or add entries for that contract.
{% endstep %}

{% step %}
In the *Details* section, write what you'll be working on specifically. If the job uses timesheet categories, select the category that matches the work you are logging.
{% endstep %}

{% step %}
Click on *Start Timer* to start it. The timer will start running.

<figure><img src="/files/t3H3Jpfvi312lOlYGDnY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Perform your work as outlined by your project manager.
{% endstep %}

{% step %}
When you are done, or you are taking a break, click on *Stop Timer* to stop the timer.
{% endstep %}
{% endstepper %}

## Next Steps

**Tracking time is not enough to get paid** – you must also send a timesheet at the end of the work week (for example, on Friday evening). This only takes two clicks.

Please read the following page to learn how to send a timesheet:

{% content-ref url="/pages/1FDnhz5uphwGtA82tYBG" %}
[Send a timesheet](/how-to/send-a-timesheet.md)
{% endcontent-ref %}

## What can I review on My Timesheet?

The *My Timesheet* page shows recent logs, weekly timesheets, timesheets waiting for review, rejected timesheets, and accepted timesheets.

If a timesheet is rejected, open the *Rejected* tab to see the rejection note and who rejected it. You can update the timesheet and request review again.

For unit-based jobs, you can update the number of completed units when editing an entry that is still editable.

## Frequently asked questions

<details>

<summary>How should I track my breaks?</summary>

Stop the timer as you start your break, and start the timer when you finish your break.

</details>


---

# 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://docs.scholars.net/how-to/track-the-time-spent-on-a-job.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.
