# Project Settings

You can find these in **Project Settings > Scene Notes**. Some settings are shared with the whole team, others are personal.

<table><thead><tr><th width="238.10546875">Setting</th><th>Function</th></tr></thead><tbody><tr><td><strong>Personal</strong></td><td></td></tr><tr><td>    Author Name</td><td>This is the name used to sign both new notes, and comments. You can input any name, including an email. By default this is the email of the signed-in Unity ID.</td></tr><tr><td><strong>Project</strong></td><td></td></tr><tr><td>    Notes Folder</td><td>The name of the folder in which Scene Notes will be stored. Changing it doesn't move data, so you might have to rename the corresponding folder to match.</td></tr><tr><td><strong>Visualisation Preferences</strong></td><td></td></tr><tr><td>    Display Title in Scene</td><td>If enabled, the title of the note will be visualised in the Scene View alongside the note's icon.</td></tr><tr><td>    Maximum Title Length</td><td>The maximum title length when visualising note titles in the Scene View. If a title is longer than this, it will be elided with "..."</td></tr><tr><td>    Title Colour</td><td>The colour of the title's text (if enabled).</td></tr><tr><td>    Title Background Colour</td><td>The colour of the title's background (if enabled).</td></tr><tr><td>    Icon Displays</td><td>Choose whether note icons in the Scene View display the note's state, or the category it belongs to.</td></tr></tbody></table>


---

# 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/other/project-settings.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.
