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

# Notes

Notes let you and your team capture updates, share context, and communicate decisions without leaving the platform. Whether you're flagging a delay, aligning on a candidate before an interview, or handing off to a colleague, Notes keeps all of that context attached to the candidate where it belongs.

This is especially useful in multi-recruiter setups where decisions and updates need to be visible to everyone involved in the hire.

### What Notes does

* Lets you add notes to any candidate at any stage
* Accessible from both the candidate listing and the detailed report card
* Keeps context attached to the candidate — visible to your entire team
* Supports collaboration without switching to a separate tool

### 1. How to open Notes

Notes are accessible in two places so you can add context quickly whether you're in the list view or reviewing a candidate in detail.

**From the candidate listing**

<figure><img src="/files/tlIdS9UIffkaX1lZchkE" alt=""><figcaption><p>Add Notes from the candidate listing</p></figcaption></figure>

A notes icon sits at the end of each candidate row alongside other primary actions. Clicking it opens the notes panel directly, you don't need to leave the listing page to add or review notes.

**From the detailed report card**

<figure><img src="/files/ow6MMMGqIq5UO9WEeqlb" alt=""><figcaption><p>Add Notes from report card</p></figcaption></figure>

On the detailed report card, Notes appears directly below the candidate details. You can add a note right there without navigating away. To view previously added notes, click the icon next to **Add Note** to open the notes history.

### 2. When to use Notes

Notes are most useful in situations where context needs to be captured and shared before a decision is made. A few common scenarios:

**a. Candidate delay update**

A candidate has flagged they'll submit an assignment late. Add a note so your team is aware before the deadline passes.

**b. Pre-interview alignment**

You've confirmed prerequisite details with a candidate before their interview. Log it so the next person in the workflow knows the candidate is ready to proceed.

**c. Internal handoff**

You're passing a candidate to a colleague who will handle the next stage. Leave a note with relevant context so nothing is lost in the handoff.

<figure><img src="/files/1sy8CQK5vqg27Hz1gS5T" alt=""><figcaption><p>Notes Panel</p></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://docs.senseloaf.ai/candidate-listing/notes.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.
