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

# Favourites

Not every candidate is ready to be shortlisted or disqualified right away. Favouriting gives you a way to mark candidates you want to revisit, without changing their status or affecting where they are in the pipeline.

It's a flexible, lightweight layer that sits across your entire hiring workflow, giving you space to pause and reflect before making a final call.

### What favouriting does

* Lets you mark candidates at any stage of the pipeline
* Does not affect stage movement or automation rules
* Available from both the candidate listing and the detailed report card
* Aggregates all favourited candidates in a dedicated view for easy review

### 1. How to favourite a candidate

Favouriting is available in two places so you can act quickly whether you're scanning through a list or reviewing a candidate in detail.

**a. From the candidate listing**

<figure><img src="/files/YTFysb8NPsVeclbNyVzT" alt=""><figcaption><p>Add to Favourites from Candidate Listing</p></figcaption></figure>

Click the favourite icon directly on the candidate row. You don't need to open their profile — it's accessible right from the list.

**b. From the detailed report card**

<figure><img src="/files/5TyrAJqlo30wjy5aZlTa" alt=""><figcaption><p>Add to Favourites from Report Card</p></figcaption></figure>

When you're reviewing a candidate's full evaluation, the favourite action is available at the top of the report card alongside other primary actions.

{% hint style="info" %}
To remove a candidate from your Favourites, click the favourite icon again on any candidate that's already been marked.
{% endhint %}

### 2. Viewing your favourited candidates

To view all your favourited candidates, open the **Stages** dropdown at the top of the Candidate Listing page and select **Favourites**. This filters the listing to show only candidates you've bookmarked. You can see each candidate's status, grades, and key profile details at a glance.

<figure><img src="/files/mq9UEMHlXtB536f5Katf" alt=""><figcaption><p>Candidates marked as Favourites</p></figcaption></figure>

### 3. Actions available on favourited candidates

From the Favourites view, you can still take action on candidates based on where they are in the pipeline. Available actions include:

* **Trigger AI Prescreening** — send the prescreening questionnaire to the candidate
* **Trigger AI Interview** — send the interview invite to the candidate
* **Move to Shortlist** — mark the candidate as shortlisted
* **Move to Disqualify** — remove the candidate from the pipeline

{% hint style="info" %}
Favouriting a candidate does not move them out of their current pipeline stage. They continue to be tracked in their original stage — the Favourites view is simply an additional layer for your own reference.
{% 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/favourites.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.
