> For the complete documentation index, see [llms.txt](https://tools.continis.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.continis.io/scene-notes/other/project-settings.md).

# Project Settings

You can find these in **Project Settings > Scene Notes**. These are shared with the team.

<table><thead><tr><th width="238.10546875">Setting</th><th>Function</th></tr></thead><tbody><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>Save Screenshots as Sub-assets</td><td>When enabled, new screenshots are stored as sub-assets inside the note's file. When disabled, screenshots are saved as standalone PNG files.</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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
