> 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/candidate-listing.md).

# Candidate Listing

The Candidate Listing brings your entire hiring pipeline into a single, unified view. Search, filters, grades, and candidate actions are all in one place.

### What's new

The Candidate Listing has been redesigned to be cleaner and easier to work with:<br>

* **Single unified view** — all candidates across all stages are listed together in one place, replacing the previous tab-based layout
* **AI Smart Search and Smart Filters** — search using natural language or apply precise criteria-based filters directly from the listing
* **Click to open report card** — click on any candidate's name to open their full report card without navigating away
* **Rearrangeable columns** — reorder columns in the listing to suit how you prefer to review candidates

#### Viewing your candidates

<figure><img src="/files/YQ4gfNl2Vqe5Ur7wYJoS" alt=""><figcaption><p>Candidate Listing</p></figcaption></figure>

All candidates are listed in a single format regardless of which stage they're in. Each row shows key details at a glance, grades, stage, industry snapshot, status, and last activity, so you can triage quickly without opening every profile.

**Opening a report card**

Click on any candidate's name to open their full report card directly. This includes their matching insights, prescreening responses, interview evaluation, and activity history, all in one place.

**Rearranging columns**

You can reorder the columns in the listing to match how you prefer to work. Drag and drop column headers to arrange them in the order that makes most sense for your workflow.

#### Searching and filtering

<figure><img src="/files/GpxzhXYBLx4sK6A4jcq3" alt=""><figcaption><p>Searching &#x26; Filtering</p></figcaption></figure>

**AI Smart Search**

Type a query in plain language at the top of the listing and Senseloaf surfaces the matching candidates instantly.

Examples:

*"Top candidates with expired interviews in the last 10 days"*

*"React developers in Bangalore with grade A"*

**Smart Filters**

For precise filtering, use the Smart Filters panel on the left. Filter by overall grade, agent-specific grades, prescreening and interview status, industry snapshot, work history, education, location, and more.

→ See [Smart Filters & AI Search](/candidate-listing/ai-smart-search-and-smart-filters.md) for the full breakdown.

### Adding candidates

To add and evaluate new candidates, click **Screen Candidates** in the top-right corner.

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

* Upload resumes for up to 50 candidates at a time
* Every candidate is evaluated automatically using your configured matching strategy
* Each candidate is graded and assigned a score

### Row-level actions

Each candidate row includes actions you can take without leaving the listing view. Open the actions menu (⋯) on any row to:

* Communication History
* Trigger AI Prescreening
* Trigger AI Interview
* Move to Shortlist
* Move to Disqualified
* Favourite the candidate

***


---

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