# Filtering notes

While visualising notes in the scene, you can filter and display only the ones you need, according to different filters.

## Display Hand

You can visualise only the notes that are in your user's Hand in Codecks. Click the Display Hand button to toggle this mode on/off.

<figure><img src="/files/GlLvQ6OdG9gDRqC5ZojA" alt=""><figcaption><p>The Display Hand button</p></figcaption></figure>

Keep in mind that when displaying the Hand, other filters are removed.

## Filtering notes by Deck

You can hide/show notes by their Codecks deck. To do so, click on the dropdown arrow on the Filter by Decks button, and select the decks you want to see or hide:

<figure><img src="/files/yFXkK0ggpgNt4AFNI3E7" alt="" width="302"><figcaption><p>Use the filter dropdown to select the categories to show or hide</p></figcaption></figure>

If you click on the button itself, you can turn the filter on/off, but the tool will remember the decks you selected in the dropdown.

## Filtering notes by State

You can hide/show notes by their state (Not Started, In Progress, or Done). To do so, click on the dropdown arrow on the Filter by State button, and select the states you want to see or hide.

<figure><img src="/files/wruTSM8CNHvnizXvsD3S" alt="" width="273"><figcaption><p>The Filter by State dropdown</p></figcaption></figure>

If you click on the button itself, you can turn the filter on/off, but the tool will remember the states you selected in the dropdown.

## Filtering notes by Owner

You can hide/show notes by their owner. To do so, click on the dropdown arrow on the Filter by Owner button, and select the owners you want to see or hide.

<figure><img src="/files/Qzqvf57sLbWa28RJM8i6" alt="" width="283"><figcaption><p>The Filter by Owner dropdown</p></figcaption></figure>

If you click on the button itself, you can turn the filter on/off, but the tool will remember the owners you selected in the dropdown.

{% hint style="success" %}
Showing/hiding the Hand or filtering doesn’t destroy the notes or reloads data. If you have unsaved data, it will not be lost.
{% endhint %}


---

# 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://tools.continis.io/codecks-scene-notes/organising-notes/filtering-notes.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.
