# Visualising notes

## First setup

To get started with Codecks Scene Notes, you can use the Setup Wizard included. Go to **Tools > Codecks Scene Notes > Setup Wizard**.

Fill in all the fields, login, and confirm. All of the information is saved into [Project Settings](/codecks-scene-notes/other/project-settings.md). You can always use the Wizard again to override the values, or edit them manually from within Project Settings.

## Bringing up the overlay

Codecks Scene Notes is operated through a Scene Overlay toolbar. 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 Overlay Menu:

<figure><img src="/files/AFyd1abFWytRtRLfKgTQ" alt="" width="563"><figcaption><p>Opening the Overlays Menu via the top-right dropdown</p></figcaption></figure>

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

<figure><img src="/files/cF62MW34CKDNWuIqaFd7" alt=""><figcaption><p>The Codecks Scene Notes overlay, closed</p></figcaption></figure>

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

## Pulling card data

The first time the tool is enabled, it pulls card data from the server.

<figure><img src="/files/HY3ZdwJig8LblUXwJP5o" alt="" width="563"><figcaption><p>Codecks Scene Notes enabled, with a few notes visible in the scene</p></figcaption></figure>

Once it’s done, you can always force a refresh of the data by clicking the Reload button.

{% hint style="danger" %}
Reloading data will discard any unsaved changes you might have, so make sure to save any edited Note before you Reload!
{% endhint %}

## 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, Codecks 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/codecks-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.
