> 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/preferences.md).

# Preferences

You can find these in **Preferences > Scene Notes**. These are personal settings.

<table><thead><tr><th width="238.10546875">Setting</th><th>Function</th></tr></thead><tbody><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>Include Gizmos in Screenshots</td><td>When enabled, gizmos will be visible in screenshots taken from the Scene View.</td></tr><tr><td>Default Create Note Action</td><td>The default action when clicking the Create Note button in the toolbar. 'Linked to Selected' creates a note that is right away linked to the selected GameObject. 'Linked to Selected' falls back to 'Independent Note' if no single GameObject is selected.</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/preferences.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.
