> For the complete documentation index, see [llms.txt](https://hiresai-id.gitbook.io/hiresai.id-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hiresai-id.gitbook.io/hiresai.id-docs/overview/why-hiresai.md).

# Why Hiresai?

### Menghemat waktu proses rekrutmen hingga 50%

* **Tanpa Hiresai**: HR harus membaca ratusan CV manual, menyeleksi satu per satu, menjadwalkan interview awal, lalu melakukan evaluasi. Proses ini biasanya bisa memakan waktu 2–4 minggu hanya untuk tahap awal.
* **Dengan Hiresai:**
  * CV otomatis *screening* dalam hitungan menit.
  * Kandidat langsung bisa mengikuti AI Interview tanpa menunggu jadwal HR.
  * Hasil interview dan scoring kandidat sudah tersaji otomatis di dashboard.
  * Alur perekrutan lebih singkat: dari 3–4 minggu bisa dipangkas menjadi 1–2 minggu.

### Mengurangi bias seleksi

Dalam rekrutmen tradisional, keputusan HR bisa dipengaruhi faktor subyektif seperti: nama kandidat, asal universitas, bahkan foto di CV. Hiresai membantu mengurangi bias dengan:

* **AI-based Screening**: CV dinilai murni berdasarkan kualifikasi, pengalaman, dan skill yang relevan.
* **Interview AI**: Kandidat dinilai melalui pola bahasa, konsistensi jawaban, dan relevansi terhadap posisi, bukan faktor personal.
* **Data-Driven Dashboard**: HR mengambil keputusan berbasis data, bukan “feeling”.

### Membantu HR fokus pada kandidat terbaik

* HR tidak lagi menghabiskan waktu untuk screening manual kandidat yang tidak relevan.
* Dashboard Hiresai otomatis meranking kandidat berdasarkan skor kecocokan.
* HR bisa langsung melihat 3–5 kandidat terbaik untuk posisi tertentu dan mengalokasikan waktu hanya untuk mereka.
* Dengan ini, HR bisa lebih fokus ke:
  * Menyusun strategi employer branding.
  * Melakukan assessment lanjutan dengan kandidat potensial.
  * Membangun hubungan baik dengan talenta terbaik.


---

# 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://hiresai-id.gitbook.io/hiresai.id-docs/overview/why-hiresai.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.
