# Setting

## **Enable the feature**

Before starting to work with Requisition approvals you first have to enable the feature, as it is disabled by default.

As an **Admin** user, you can set up the Requisition feature for your organization by navigating to the **Settings** page -> Enable **Requisition**

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

Once the Requisition feature is enabled, new elements will appear on your screen, and beside the **Requisition** icon will appear on the left menu.

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

## **Create Approval Flow**

Approval flows allow you to customize who is needed to approve each requisition and in what step. They are sequentially requested to give their approval to publish a new job.

To set up approval flows, click **+ New approval flow**, and fill in the requirements.

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

1. Name: The approval flow's name should be short and set apart from others with ease.
2. Approval flow: A defined series of steps that outlines the approval process, specifying which approvers are required at each stage.

* Approvers: a list of users will join the Approval flow at a step.
* Required approvals: the number of required approvals must be from the list of approvers available at each step.
* Click **+ Add approval step** to add more steps.

3. Click the **Save** button to complete.


---

# 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://help.hireforce.io/product-guides/requisition/setting.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.
