> For the complete documentation index, see [llms.txt](https://help.runtimehrms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.runtimehrms.com/approvals.md).

# Approvals

- [Approvals Overview](https://help.runtimehrms.com/approvals/approvals-overview.md): Approvals give managers a primary interface to review any actions or requests that have been made on the Requests screen.
- [Missed Punch Approval](https://help.runtimehrms.com/approvals/missed-punch-approval.md): When you submit the Missed Punch request it goes through the Approval process by the authorized person.
- [Leave Approval](https://help.runtimehrms.com/approvals/leave-approval.md): When you request time off from work it goes through an approval process.
- [Time Relaxation Approval](https://help.runtimehrms.com/approvals/time-relaxation-approval.md): When you submit a time-out request for a specific period it goes through an approval process.
- [Comp Off Approval](https://help.runtimehrms.com/approvals/comp-off-approval.md): Comp Off Approval is an approval process to grant you permit to work on a holiday and get compensatory off on a working day.
- [Shift Change Approval](https://help.runtimehrms.com/approvals/shift-change-approval.md): Shift Change Approval is a process through which the designated individual reviews and takes action on your request.
- [Week Off Change Approval](https://help.runtimehrms.com/approvals/week-off-change-approval.md): Once you submit the Week Off Change request, it goes through the approval process as per your organization's policy.
- [Claim Approval](https://help.runtimehrms.com/approvals/claim-approval.md): Claim Approval allows your manager to take action to your claim request submission.
- [Helpdesk Approval](https://help.runtimehrms.com/approvals/helpdesk-approval.md): It is a process through which your requests undergo a review and approval process.
- [Workflow Approval](https://help.runtimehrms.com/approvals/workflow-approval.md): Workflow Approval is a multiple-step process where a request is approved by multiple approvers.
- [Strike Exemption Approval](https://help.runtimehrms.com/approvals/strike-exemption-approval.md): Strike Exemption Approval allows managers to approve or reject the pending Strike Exemption leave requests.


---

# 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://help.runtimehrms.com/approvals.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.
