> 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/report-card.md).

# Report Card

Report Cards bring together evaluation insights from Resume Matching, AI Prescreening, and AI Interview into a single, decision-ready profile. Instead of switching between tools or opening resumes separately, you get a complete, verifiable view of a candidate's capability, fit, and readiness — all in one place.

Each agent in your workflow has its own dedicated report card, structured to surface the most relevant evaluation data for that stage.

### 1. AI Matching Report Card

Shows how well a candidate's resume aligns with the job role and your configured matching strategy. It translates matching signals into clear, explainable insights to support early shortlisting decisions.

<figure><img src="/files/ESxOBIWyhoAeoZQonnxc" alt=""><figcaption><p>Resume Matching Report Card</p></figcaption></figure>

The [AI Matching report card](/agents-output/ai-matching-report-card.md) is split into two panels:

* **Left panel** — overall summary, role context snapshot, and criteria-level evaluation breakdown
* **Right panel** — parsed resume view for verifying evaluation signals against the source data

{% hint style="info" %}
Click **View Strategy** in the evaluation section to see the exact criteria, measurement logic, and scoring weights used to calculate the grade.
{% endhint %}

### 2. AI Prescreening Report Card

Shows how a candidate performed in prescreening — covering eligibility, intent, and baseline role fit based on their responses.

<figure><img src="/files/0IXNWmjvnjs9a1GlIZj0" alt=""><figcaption><p>AI Prescreening Report Card</p></figcaption></figure>

The [AI Prescreening report card](/agents-output/ai-prescreening-report-card.md) is split into two panels:

* **Left panel** — prescreening summary, response evaluation, core signals, and completion status
* **Right panel** — structured view of the candidate's question responses and timestamps

### 3. AI Interview Report Card

Shows how a candidate performed in the AI interview — combining performance signals, behavioural insights, and integrity indicators to give you a complete view of interview readiness and role fit.

<figure><img src="/files/TXs88CWErQddEZdfuKAV" alt=""><figcaption><p>AI Interview Report Card</p></figcaption></figure>

The [AI Interview report card](/agents-output/ai-interview-report-card.md) is split into two panels:

* **Left panel** — interview evaluation including competency assessment and integrity indicators
* **Right panel** — structured view of the candidate's question responses and full conversation transcript so you can validate the evaluation against what was actually said.


---

# 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/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.
