> For the complete documentation index, see [llms.txt](https://docs.we360.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.we360.ai/reference/product/work-and-time-management/manual-time.md).

# Manual Time

**Manual Time** lets employees record work they did while the tracker wasn't running — for example, offline work, client meetings away from the desk, or time on a device without the agent. Entries go through a manager approval workflow, so the extra time is accounted for without compromising trust in the data.

## Why Use Manual Time

* **Close gaps in the record** — capture legitimate work that automatic tracking couldn't see.
* **Keep totals accurate** — ensure attendance and productivity reflect real effort.
* **Stay accountable** — every entry is reviewed and approved before it counts.

## Submitting a Manual Time Entry

An employee creates a request with **Add Manual Time**, providing:

* The **date** (past dates only — no future entries) and **start / end time**. Duration is calculated automatically.
* A **time attribution** — Productive, Neutral, or Unproductive (defaults to Productive).
* A **summary** explaining what the time was for.
* An optional **attachment** (a single image) as supporting evidence.
* An optional **manual time type**, if your administrator has configured type options.

Every new entry starts as **Pending** and notifies the employee's manager by email.

## Approval Workflow

Manual-time requests move through three states — **Pending → Approved / Rejected**. From the **My Team** view, a manager reviews pending requests and either approves or rejects them, adding a **remark** in each case:

* **Approve** — the time is accepted and counts toward the employee's attributed hours.
* **Reject** — the request is declined and contributes no hours.

Only entries whose date is fully in the past can be actioned. Employees can delete their own **Pending** entries, but once an entry is approved or rejected it is locked. This mirrors the review flow used for [Timesheets](/reference/product/work-and-time-management/timesheets.md), so managers work with a familiar approve/reject process.

{% hint style="info" %}
Only **approved** manual time counts toward tracked hours and analytics — pending and rejected entries do not.
{% endhint %}

## Reviewing Manual Time

All submitted entries — with their approval status, summary, and any attached evidence — are available in the **Manual Time** report (see [Reports](/reference/user-interfaces/portal/universal-tools/reports.md)) for auditing and record-keeping.


---

# 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.we360.ai/reference/product/work-and-time-management/manual-time.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.
