# Project Settings

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

<table><thead><tr><th width="236.47265625" valign="top">Setting</th><th valign="top">Function</th></tr></thead><tbody><tr><td valign="top"><strong>Codecks Project</strong></td><td valign="top"></td></tr><tr><td valign="top">    Org Name</td><td valign="top">The organisation to pull card data from. The org name is the one that makes up your domain URL. For instance, if your org is on example.codecks.org, the org name will be example.</td></tr><tr><td valign="top">     Default Deck ID</td><td valign="top">The ID of the default deck in which cards will end up when you create a Scene Note from Unity (they can be moved to another deck later).</td></tr><tr><td valign="top">    Specific Project IDs</td><td valign="top">The IDs of the projects (in Codecks) that notes will be taken from. It's preferable to choose these by running through the <a href="/pages/ueIvbyBgDQetXvAZtEC0#first-setup">configuration Wizard</a>, but you can also edit them by hand here.</td></tr><tr><td valign="top"><strong>Codecks User</strong></td><td valign="top"></td></tr><tr><td valign="top">    Last Used Email</td><td valign="top">The last email used to login in the Setup Wizard. This is just stored for convenience, so you don’t have to type it in case you need to login again.</td></tr><tr><td valign="top"><strong>Personal Preferences</strong></td><td valign="top"></td></tr><tr><td valign="top">    Display Title In Scene</td><td valign="top">If enabled, the title of the note will be visualised in the Scene View alongside the note's icon.</td></tr><tr><td valign="top">    Title Colour</td><td valign="top">The colour of the title's text (if enabled).</td></tr><tr><td valign="top">    Title Background Colour</td><td valign="top">The colour of the title's background (if enabled).</td></tr><tr><td valign="top">    Maximum Title Length</td><td valign="top">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 valign="top">   Lock Notes You Don't Own </td><td valign="top">When visualising a note, it will lock it from edits if the currently logged user doesn't match the note's Owner. This is useful to prevent editing other people's notes by mistake. Notes with no Owner will not be locked.</td></tr><tr><td valign="top"><strong>Unity Project</strong></td><td valign="top"></td></tr><tr><td valign="top">    Notes Folder</td><td valign="top">The folder in the project that Notes ScriptableObjects get created in.</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/codecks-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.
