# Intro

<figure><picture><source srcset="https://3277680928-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1WFLYsqEXV27nqQXHqyF%2Fuploads%2Fml4SrbcWllSnUoegYYdo%2FDocsTitle_dark.png?alt=media&#x26;token=677be6ea-262d-4075-96d9-2f0cb763ad13" media="(prefers-color-scheme: dark)"><img src="https://3277680928-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1WFLYsqEXV27nqQXHqyF%2Fuploads%2FiyTc8rme63Xz9PFJWrbg%2FDocsTitle.png?alt=media&#x26;token=d286f814-6c61-4bb5-8d75-37992bb0cd07" alt=""></picture><figcaption></figcaption></figure>

:link: Available on the [**Unity Asset Store**](https://bit.ly/codecksscenenotes_as)&#x20;

Codecks Scene Notes is a Unity integration of [**Codecks**](https://www.codecks.io), which brings added power to an already cool project management tool.

See what it is about in this quick trailer:

{% embed url="<https://youtu.be/xApCaowevM0?si=fuQOerWkQk8wa8na>" %}

### Requirements

To use Codecks Scene Notes you need to have an existing Codecks account (free tier is fine), and you need a working internet connection. You can create one at [**codecks.io**](https://www.codecks.io).

{% hint style="info" %}
If you are looking for a simple notes integration that is completely project-based (no server, no backend), you can consider my other asset [Scene Notes](https://app.gitbook.com/o/H7d16Mb6Kh6UVBcl27Si/s/f2fYPDIaF7cUuVyaE6CE/)!
{% endhint %}

### Terminology

In Codecks, every note, bug, issue, etc. is represented by a card, and cards are grouped into decks. In this tool, once cards make it into Unity we refer to them as Scene Notes.

There is a one to one correspondence: (in Codecks) a **Card** < > a **Scene Note** (in Unity)

In essence, to create a Scene Note you take a Codecks card and you assign it a position in space, and a scene that it is associated with.

{% hint style="warning" %}
A Scene Note can't exist without having a Codecks card associated to it.
{% 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/intro.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.
