> For the complete documentation index, see [llms.txt](https://docs.senseloaf.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senseloaf.ai/agents-output/ai-prescreening-report-card.md).

# AI Prescreening Report Card

The Prescreening Report Card evaluates candidate eligibility, intent, and baseline role fit based on their responses to prescreening questions. It helps you confirm mandatory requirements, identify disqualifiers, and understand early-stage readiness before moving candidates to interviews.

### 1. Layout

The Prescreening Report Card is organised into two complementary panels that work together — evaluation on the left, evidence on the right.

<figure><img src="/files/G8dnOTw7JM9rS6UbJCLF" alt=""><figcaption><p>Prescreening Report Card</p></figcaption></figure>

* **Left panel — Prescreening evaluation:** summary, core signals, disqualifier signals, and completion status
* **Right panel — Candidate responses:** structured view of question responses, selected options, and timestamps

This layout lets you understand why a candidate passed or failed prescreening while reviewing the exact responses that informed the evaluation, side by side.

### Prescreening insights

**a. Prescreening summary**

<figure><img src="/files/2rnyT8k3eLJXEzOIB0Ni" alt=""><figcaption><p>Prescreening Summary</p></figcaption></figure>

An overview of candidate eligibility and intent based on their responses. Use this to quickly determine whether the candidate meets mandatory requirements before reviewing the detail.

**b. Communication trail**

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

Shows invites, reminders, and response timestamps in chronological order. Provides visibility into candidate engagement and responsiveness throughout the prescreening process.

**c. Core Signals**

<figure><img src="/files/eosyWzipPUQLYRdBXNiM" alt=""><figcaption><p>Core Signals</p></figcaption></figure>

Shows question-level scoring and outcomes derived from prescreening answers. Ensures consistent assessment of availability, eligibility, and role expectations across all candidates.

**d. Disqualifier signals**

Highlights knockout responses that resulted in an F grade. Helps enforce mandatory criteria such as notice period, visa status, or location constraints. If a candidate was disqualified, this section shows you exactly which response triggered it.


---

# 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.senseloaf.ai/agents-output/ai-prescreening-report-card.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.
