# Request

This feature streamlines communication, helps track approvals, and ensures all requests are properly documented within the system.

1. **Request Tab** – Allows users to manage and track all requests, including PTO (Paid Time Off) and hour adjustments.
2. **Pending Requests / History Requests Tabs** –
   * **Pending Requests:** Displays requests awaiting approval.
   * **History Requests:** Shows all past and processed requests.
3. **Action Buttons** –
   * **Request PTO:** Submit a paid time off request.
   * **Request Hours Worked:** Request a correction for worked hours.
   * **Delete Selected Item:** Remove a selected request from the list.
4. **Request List Section** – Displays detailed information about submitted requests, including date, hours, type, notes, and current status.
5. **Edit Option** – Allows users to modify a pending request before it is approved or denied by a manager.

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

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

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

<figure><img src="/files/7XJ6C6Xm1ljf5tNG7vAl" alt=""><figcaption></figcaption></figure>


---

# 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://www.opentimeclock.com/docs/my-hours/request.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.
