> For the complete documentation index, see [llms.txt](https://help.hireforce.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hireforce.io/product-guides/recommendation/recommendation-at-candidate-profile.md).

# Recommendation at Candidate Profile

## Overview

This feature recommends job openings that are the best fit for a particular candidate’s profile.

* **Match and Rank**: The system analyzes the candidate’s profile, compares it to available job openings, and ranks the jobs based on how well they match the candidate’s qualifications. This helps the hiring team prioritize outreach.
* **Save Time**: The hiring team can quickly view ranked job matches, enabling faster and more efficient matching of candidates to jobs.

## How does it work?

### View Recommended on the Candidate Profile&#x20;

1. Open a Candidate profile and click on the Recommendation tab&#x20;
2. The list of the recommended jobs will be displayed in ascending percentages matching from highest to lowest according to the following rankings:

   Rank S: From 80% to 100% match

   Rank A: From 50% to 79% match

   Rank B: From 20% to 49% match

   Rank C: Less than 19% match
3. Use the filter to narrow down the Recommendation list&#x20;

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

### View Specific Recommended Detail&#x20;

* Click on the matching score shown on a job
* You can see detailed criteria that match the candidate

<figure><img src="/files/6pAkLUWJHONaTTntr5ZJ" alt=""><figcaption></figcaption></figure>


---

# 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://help.hireforce.io/product-guides/recommendation/recommendation-at-candidate-profile.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.
