# Placement

This workflow allows the user to move candidates into a placed state and generate the associated placement.

![Screenshot of a Kyloe Workflow config dialog.](/files/3ofLhttbicWUckuZIxrs)

1. The value you enter here is what you want the submitted candidate's status to be updated to.
2. The value you enter here is what you want the status of the candidate (the status field on the candidate record) once they've been placed.
3. This is the name for this configuration.
4. This will restrict this config to a particular job/vacancy type, as above.
5. By default, all the configs are available to all users, assuming they have access to Workflow. However, it is possible to restrict access to specific configs, useful if there are different business streams.
   * Selecting **private labels** here will restrict the template to only those users with a matching private label.
   * Selecting **Department IDs** here will restrict the template to only those users with a matching Department ID.
   * Selecting User **Type IDs** here will restrict the template to only those users with a matching User Type ID.

{% hint style="info" %}
In order to complete the placement record when running the workflow the user may need to populate some additional fields in Bullhorn directly. Kyloe Workflow only populates a few, core fields when the placement is created.
{% endhint %}


---

# 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.kyloepartners.com/kyloe-workflow/kyloe-workflow-admin-guide/placement.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.
