# Visualising notes

## Bringing up the interface

Scene Notes is operated through a Scene Overlay. To open it, either hover on the Scene View and press the **\`** key (the one next to Shift, on a British keyboard), or click on the three vertical dots menu at the top-right corner of the Scene View, and select Overlays Menu:

<figure><img src="/files/NhwjKuYR4KWxU2T2zuWR" alt="" width="347"><figcaption><p>The Overlays Menu, that allows you to enable and disable overlays</p></figcaption></figure>

Once the Overlays Menu opens, click on Scene Notes to visualise the overlay. Once the overlay is enabled, you should see it appear somewhere in your Scene View:

<figure><img src="/files/j9gvMxE11yGmZKf5zsCB" alt="" width="144"><figcaption><p>The Scene Notes overlay, closed</p></figcaption></figure>

The overlay appears in its closed state. Click on it to enable it, and visualise the Scene Notes:

<figure><img src="/files/ujS1f5kFls8DgPM9Syzw" alt="" width="375"><figcaption><p>Scene Notes enabled, with a note visible in the scene</p></figcaption></figure>

{% hint style="info" %}
There will be no icons in the scene at first because on the first setup you haven't [created any note yet](/scene-notes/using-the-tool/creating-and-editing-notes.md#creating-a-new-note).
{% endhint %}

To hide the notes again, disable the overlay by clicking on the first button.

## Loading notes for a specific Unity scene

Once a scene is associated to a note, that note will be automatically loaded in Unity when the scene is open. Opening and closing scenes will automatically show/hide the related notes.

## Focusing on scene notes

If the Scene View is very busy with gizmos and icons, it might be hard to see scene notes. To get focus, click on the Focus button. All gizmos and icons for other components will be disabled, putting the spotlight on the notes.

<figure><img src="/files/3EAkwV46m3A8BhjxXykS" alt="" width="383"><figcaption><p>The Focus Mode button</p></figcaption></figure>

Click on the button again, or disable the overlay, to see other gizmos again.

{% hint style="info" %}
When enabling Focus mode, Scene Notes will remember which gizmos were already disabled. This way when you exit Focus mode, those gizmos won't be enabled by mistake.
{% 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/using-the-tool/visualising-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.
