> For the complete documentation index, see [llms.txt](https://docs.fuku.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuku.ai/getting-started/markdown-4.md).

# AI Interviewer (Faye / Fiona)

Q: What is the AI Interviewer?\
A: The AI Interviewer conducts structured interviews, evaluates responses, and generates a standardized interview report.

***

Q: Is the interview fully automated?\
A: Yes. Candidates complete interviews asynchronously without human involvement.

***

Q: Can I customize interview questions?\
A: Yes. You can tailor questions based on roles, seniority, and competencies. (pls contact Fuku for customized solutions). AI interview questions are autogenerated based on Job title and CVs provided.

&#x20;

Q : How to Use the AI Interviewer

A: The AI Interviewer is enabled by default for job postings, helping you automatically screen candidates with minimal effort.

Option 1: AI Interview via Job Posting (Default)

Create or publish a job posting

AI Interview is enabled by default

Once a candidate applies, an interview link is automatically sent to them

The candidate completes the interview asynchronously

Once completed, you’ll see the candidate status updated to “AI Interviewed”

You can:

Review the interview video

Download the interview report

The interview results will appear directly under the job’s candidate list.

***

Option 2: Trigger AI Interview Manually (via Fiona Page)

You can also start an AI interview without a job post:

Go to the Fiona page (Home)

Upload candidate profiles manually or

Upload an Excel file with candidate name + email address

The system will automatically trigger the AI interview

Once completed, the interview report will appear under:

\
Open Positions → Candidate Status: “AI Interviewed”

***

What You’ll Receive

AI-generated interview summary

Candidate evaluation and insights

Downloadable interview report

Optional video review

&#x20;

Option 3  Send Interview Link Manually

Go to Open Positions

Select the role you want

Copy the interview link

Manually send the link to your desired candidates (via email, WhatsApp, LinkedIn, etc.)

Once the candidate completes the interview, their status will automatically update to “AI Interviewed”, and you’ll be able to review the interview video and report.

***

Best Practices

Use AI interviews early to filter large applicant volumes

Review reports before scheduling live interviews

Combine AI insights with human judgment for final decisions

***

Reminder

AI Interview helps standardize screening and save time — final hiring decisions always remain with your team.


---

# 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.fuku.ai/getting-started/markdown-4.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.
