> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-work/recruitment-management/recruitment-position.md).

# Recruitment Position

## 1. New Recruitment Positions&#x20;

* This function allows administrators to add some positions that the company is currently recruiting for. After filling in, the job being advertised will be displayed in the list of job openings, which will also help reduce the process that administrators need to handle when entering job candidates in the future.
* Operation steps: \
  \[Recruitment] > \[Recruitment Position] > \[Recruiting] > \[New Positions]
* The administrator can enter the department to which the relevant position belongs and the employee responsible for the interview to facilitate future review and management. After entering all the information, click "Save".
* After completion, the administrator can see the newly added position information on the "Job Recruitment" page.

<figure><img src="/files/9I0zeBMMINlehcYRdOcJ" alt=""><figcaption></figcaption></figure>

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

## 2. Stop Recruitment&#x20;

* The administrator can edit the position information or stop the recruitment if necessary.
* If the position is closed for recruitment, the administrator can enter the reason for stopping recruitment on the page.
* You can view positions that have stopped recruiting on the Stop Recruitment page
* Operation steps: \
  \[Recruitment] > \[Recruitment Position] > \[Stop Recruitment]
* If the position is recruited again in the future, the administrator can reopen the position for recruitment on the "Stop Recruitment" page.

<figure><img src="/files/82waQIkS4Zlh36n9ksm9" alt=""><figcaption></figcaption></figure>

<div align="left"><figure><img src="/files/mVv8vH04BleTMOq3IrSB" alt="" width="374"><figcaption></figcaption></figure></div>

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

## 3. Post Jobs to Recruitment Websites&#x20;

* The resume assistant automatically fills YOOV WORK's recruitment position information into the job posting page of the recruitment website, to help improve job posting efficiency and system supports JobsDB.
* This function requires the latest version of Resume Assistant (you need to refresh this page after installation to use this function).

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

<div align="left"><figure><img src="/files/X8fVgQ27y4zXV5eVmtn7" alt="" width="386"><figcaption></figcaption></figure></div>

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


---

# 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://docs.coreway.com/yoov-work/recruitment-management/recruitment-position.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.
