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

# Shortlist and Disqualify

Once candidates have moved through the hiring pipeline, Senseloaf gives you a clear way to act on their evaluations. Candidates who are a strong fit can be moved to **Shortlisted**, and those who don't meet the criteria at any stage can be moved to **Disqualified**. Both actions can happen automatically or manually, and if you're connected to an ATS, they sync across automatically too.

### 1. Automatic shortlisting and disqualification

If you've set up the Hiring Automation Agent, candidates are moved to Shortlisted or Disqualified automatically based on the rules you've configured — no manual action needed.

<figure><img src="/files/V29msyeOyaBrOjgVa2xA" alt=""><figcaption><p>Hiring Automation to Shortlist/Disqualify</p></figcaption></figure>

**Examples of automation rules:**

* When Interview grade ≥ A or B → move to Shortlisted
* When Resume Matching grade ≤ C → move to Disqualified
* When Prescreening grade = F → move to Disqualified

As candidates complete each stage, the automation evaluates their grade and moves them accordingly — keeping the pipeline moving without your team having to step in at every handoff.

{% hint style="warning" %}
Automation rules for shortlisting and disqualification are set up in the Hiring Automation Agent. See the [Hiring Automation](/hiring-agents/hiring-automation.md) article to learn how to configure them.
{% endhint %}

### 2. Manual shortlisting and disqualification

You can also move candidates to Shortlisted or Disqualified manually at any point in the pipeline — regardless of which stage they're currently in.

**From the candidate listing**

Open the actions menu (⋯) on any candidate row and select **Move to Shortlist** or **Move to Disqualify**. You can also bulk select multiple candidates and apply the action to all of them at once.

<figure><img src="/files/YA8kzQ2jljiMLXHz1trA" alt=""><figcaption><p>Shortlist/Disqualify from candidate listing</p></figcaption></figure>

**From the report card**

The same actions are available from within the candidate's detailed report card — useful when you've reviewed the full evaluation and want to act immediately without going back to the listing.

<figure><img src="/files/1YSnG4FZivbS9iHuit5G" alt=""><figcaption><p>Shortlist/Disqualify from the report card</p></figcaption></figure>

### 3. ATS sync

If your Senseloaf account is connected to an ATS, shortlist and disqualify actions sync automatically. When you move a candidate to Shortlisted or Disqualified in Senseloaf, whether through automation or manually, the candidate is moved to the corresponding stage in your ATS as well.

This means your team always has a consistent view of where every candidate stands — no manual updates needed across tools.

{% hint style="danger" %}
**Note:** ATS stage mapping is configured during integration setup. If your ATS stages don't appear to be syncing correctly, check with your Senseloaf admin or reach out to the support team.
{% endhint %}


---

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