# Notes in Commenting and Collaboration

Notes are designed for **contextual explanation and documentation**, helping users interpret data, justify values, and improve decision-making. Planning enables **data-level annotation**, allowing users to document insights at granular levels such as rows, columns, or individual cells.

### Prerequisites

* You have access to a Planning sheet.

### Add a note to a cell

1. Select the cell to add a note in your Planning sheet.
2. Go to **Planning > Notes > Add New Note.**

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

3. Enter your **note, apply formats,** and click **Save**.

<figure><img src="/files/5xRz3xuTXgNQL583wZU3" alt=""><figcaption></figcaption></figure>

The note is now associated with the selected data point.

{% hint style="info" %}
Note

You can select multiple cells and add a single note that applies to all of them.
{% endhint %}

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

4. The note can be seen by hovering over the indicator.
5. The Pencil icon on the Note box can be used to edit an existing note.
6. The Delete icon on the Note box can be used to delete an existing note.

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

### Add notes at row or column level

1. Select the row or column header, and navigate to **Notes > Add New Note.**
2. **Enter a note** in the corresponding Notes field.

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

The note applies to the entire row or column and is visible across related data.

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

### Add report-level notes

1. Go to **Planning > Notes > Report Summary**

<figure><img src="/files/0o2e5IaSAE2vtsU908LJ" alt=""><figcaption></figcaption></figure>

2. **Enter your note** using the text editor.
3. **Apply formatting** such as:
   * Bullet points
   * Bold or italic text
   * Hyperlinks
4. **Save** your changes.

This note provides a high-level summary for the report.

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

### Add footnotes

Footnotes display notes collectively at the bottom of the report for easy reference.

1. Add notes to cells, rows, or columns.
2. Open the **Notes** menu.
3. Enable the **Footnote** option.

![](/files/4byV88Vix5ZW5l03rqMI)

All notes are displayed as numbered references in the footnote section.

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

### Use the notes column

The notes column provides a structured way to enter notes for each row by providing a dedicated column to capture row-level annotations.

1. From the **Notes** menu, enable the **Notes column**.
2. Enter notes directly for each row.

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

### Hide notes

You can hide notes to simplify the report view.

1. From the **Notes** menu, enable **Hide all notes**.

All notes are hidden from view, and note creation is disabled while this option is active.

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

### View all notes

A consolidated panel or view displays all notes associated with the report.

1. Go to the **Notes** menu.
2. Select **View all notes**.

<figure><img src="/files/1HvU4GNKappPut2mSPks" alt=""><figcaption></figcaption></figure>

### Configure note settings

Use note settings to customize how notes appear and behave.

1. Select **Notes** > **Settings**.

<figure><img src="/files/7rG2ICDghkI7GicgEnYG" alt=""><figcaption></figcaption></figure>

2. Configure options such as:
   * Indicator display (style and size)
   * Indicator position within the cell
   * Rollup Indicator
   * Footnote Border
   * Footnote height
   * Marker Setting
3. Apply your changes.

You can adjust how note indicators are displayed and positioned within cells

### Use marker mode

Marker mode allows you to highlight specific data points for emphasis. Marker mode lets you visually mark data for quick identification.

1. Go to **Notes > Marker Mode**&#x20;
2. Mark the cells, rows, or columns using the marker icon
3. Use the **clear option** to remove markings if needed.
4. Customize color, shape, and width of markings from **Notes Settings**

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


---

# 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.fabricplan.com/planning-sheets/how-tos/commenting-and-collaboration/notes-in-commenting-and-collaboration.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.
