# Notes Browser window

When you have many notes in the scene, it can be handy to look at them as a list. For that, Scene Notes has the Notes Browser window:

<figure><img src="/files/Wx2bUEEzJQpqrKg2dbEK" alt="" width="563"><figcaption><p>The Notes Browser window</p></figcaption></figure>

The Notes Browser visualises the notes' author, title, a brief excerpt of the contents, the creation date, a screenshot (if present), and the state (as a vertical bar, to the left).

Click on a note to bring the camera there (if the note is currently loaded), and to ping its [corresponding ScriptableObject](/scene-notes/other/data-and-folders.md).

## Opening the Notes Browser

This window can be opened via the top menu under:

* **Tools > Scene Notes > Notes Browser window**, or
* **Window > Scene Notes > Notes Browser**

## Filtering notes

You can search and filter the notes visualised by using the top filters bar:

<figure><img src="/files/7EIYRVPT9x8M3AuSsslb" alt="" width="563"><figcaption><p>The notes being filtered by name, state, and category</p></figcaption></figure>

Searching using the search box will look into the note's title, contents, and author.

{% hint style="info" %}
**The Notes Browser is empty?**

If the window is empty when first opening it, it's because Unity might still be building the search index that the Notes Browser relies on. Look for the activity bar in the bottom right corner: is there an operation going?

If the notes still don't appear after a few seconds, you can try rebuilding the index. Go to **Window > Search > Index Manager**. In the window that open, select the first index (it should be called "Assets"), right-click, and choose Force Rebuild.

After a few seconds of wait, the notes should now appear in the Browser window.
{% 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/scene-notes/organising-notes/notes-browser-window.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.
