# Manage Candidates

The candidate management area is the main hub for your candidate database.

Here is where you can create & update your candidate profiles. You can also take actions such as sending emails, registration forms, adding notes and more.

Navigate to **Manage->Candidates**

<figure><img src="/files/mtyF1cWIJuyCtMYsUFhV" alt=""><figcaption><p>Manage Candidates</p></figcaption></figure>

### 1. New Candidate

Display a form that lets you create new candidate profiles. Please read the [Create Your First Candidate](/getting-started/create-your-first-candidate.md) guide for more information.

### 2. Called In Available

Display a list of all candidates that have been set as [called in available](/candidates/called-in-available.md).

### 3. Advanced Search

Display the advanced search form.

### 4. Owner Filter

Filter your search results where the candidate profile owner matches a specific KISREC user.

### 5. Search

Use the candidate search bar to instantly find a candidate profile by name, mobile phone, email, post code or reference.


---

# Agent Instructions: 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:

```
GET https://docs.kisrec.com/candidates/manage-candidates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
