> For the complete documentation index, see [llms.txt](https://help.hireforce.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hireforce.io/product-guides/placement-management/create-placements.md).

# Create Placements

{% hint style="info" %}
This feature is exclusive to Agency tenants and is not available for Direct Employers. If you're an agency managing clients, you can utilize this feature to optimize your process on Hireforce.

Placements are not created directly within the system. Instead, they are generated automatically when a candidate reaches the Hired stage in the hiring process. This ensures that placements are only recorded when a candidate has been successfully placed in a job.
{% endhint %}

**Hired Date:** The date on which the candidate was officially hired by the client.

**Start Date:** The date when the candidate started their new role at the company.

**End Date:** The end date of the candidate’s contract or employment, if applicable.

**Fee:** The fee associated with the placement, often represented as a percentage or fixed amount of the total revenue.

<figure><img src="/files/10DrQeMNYa6aki8CFwhA" alt="" width="328"><figcaption></figcaption></figure>

**Revenue:** The total revenue generated from the placement, representing the gross amount billed to the client.

* Select the currency
* Input the number of revenue

<figure><img src="/files/B4JqqntlyWwJnvjbceyZ" alt="" width="563"><figcaption></figcaption></figure>

**Profit Split**: Information on how the profit from the placement is divided, such as between different teams or individuals.

<figure><img src="/files/1DNUxaWosPRp4PtDsPaj" alt="" width="451"><figcaption></figcaption></figure>

* **Adding Members:**
  * **Click Add Member**: To include a member in the profit split, click the "Add Member" button.
  * **Select the Member**: Choose the member you want to add from the list.
  * **Input the Percentage**: Enter the percentage of the profit that the selected member will receive.

{% hint style="warning" %}
**Important Notes**:

* The **total percentage** of the profit split must equal **100%**.
* The percentage allocated to each member must be **greater than 0%**.
  {% endhint %}


---

# 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.hireforce.io/product-guides/placement-management/create-placements.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.
