> 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/arrange-an-interview.md).

# Arrange an Interview

## 1. Add New Candidates&#x20;

* This feature allows administrators to pre-enter new job candidates into the system, thereby simplifying and making it more convenient to manage and review relevant data in the future.
* There are a few ways for adding new candidates in the talent pool: 1. upload resume, 2. Input manually, 3 using Resume Assistant&#x20;
* Operation steps: \
  \[Recruitment] > \[Candidate] > \[Add Candidates]&#x20;
* Method 1: Upload resume\
  ① The system allows administrator to directly upload candidate's resume and parsed the data automatically. Click \[Next]. \
  ② Admin need to review the candidate's info and enter the required information e.g. applying position and click \[Submitted for storage]. \
  ③ After entering and saving the candidate’s information, the information will be displayed on the list on the \[Candidates] page.&#x20;
* Method 2: Input manually\
  After entering and saving the candidate’s information, the information will be displayed on the list on the \[Candidates] page.&#x20;

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

<figure><img src="/files/wV3ywS2xbikKvEi7uOe7" alt=""><figcaption><p>Import Resume</p></figcaption></figure>

<figure><img src="/files/cgMi4u8bRmjSWJjrQVg9" alt=""><figcaption><p>Import Resume</p></figcaption></figure>

<figure><img src="/files/e1FnkCm7SnMLTltfUcnt" alt=""><figcaption><p>Review info and submit to storage</p></figcaption></figure>

<div align="left"><figure><img src="/files/CruUmqWuRnG3W91bC1Fr" alt="" width="299"><figcaption></figcaption></figure></div>

<figure><img src="/files/LipCTVIy0jhHay7Ain0t" alt=""><figcaption><p>Method 2: Input Manually </p></figcaption></figure>

## 2. **Entering the Interview Process**

① After successfully adding a candidate, users can arrange an interview for the candidate.\
② Click to enter the candidate's page and press \[Next Stage] to begin arranging the process. \
**The entire process stages are:** \
**\[Initial Screening Passed] > \[Arrange Interview] > \[Send Offer] > \[Official Hiring]**

③ Select the interview template and confirm the email content to notify the candidate about the interview.\
④ Enter relevant information about the interview, then press \[Save]. Resumes or evaluation forms can be uploaded as attachments for future reference.\
⑤ Once the interview is arranged, administrators can view the interview schedule in the \[Interview Schedule] to see which days have interview arrangements.\
⑥ If the candidate passes the interview, proceed to the next stage \[Send Offer], where the email content and sending details can be edited. Once the candidate confirms, they can be added to the pending onboarding list.\
Note: The candidate's status can be changed to \[Elimination] at any time.

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

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

<div align="left"><figure><img src="/files/nMdQpFX5k3GMd0pyOGhg" alt=""><figcaption></figcaption></figure></div>

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

<figure><img src="/files/2tGguj5iHBw0Waz7ff0q" alt=""><figcaption><p>Send out Interview Invitation Letter</p></figcaption></figure>

<figure><img src="/files/RveYNgZksSxk4PvV3zLT" alt=""><figcaption><p>Input Interview details</p></figcaption></figure>

<figure><img src="/files/EjfV1dtsEiJSl0L5vxTf" alt=""><figcaption><p>After interview, HR can make offer/Eliminate the Candidate. Input Attachments for further ref</p></figcaption></figure>

<figure><img src="/files/5HQUCmxSsVI8grIE8MsH" alt=""><figcaption><p>Make Offer</p></figcaption></figure>

<figure><img src="/files/8q2FiMj3eZWjssB59DXS" alt=""><figcaption><p>Input Candidates Entry Details</p></figcaption></figure>

<div align="left"><figure><img src="/files/Yl2u1w4lCMtL1B3tG1Iw" alt=""><figcaption><p>Record Reasons for Eliminate Candidate</p></figcaption></figure></div>


---

# 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/arrange-an-interview.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.
