# Searching for notes

If there is a note in Codecks you cannot find, you can simply look for it by its card ID.

First, go to the Codecks website and Ctrl-click on the note's ID, in the bottom left corner. A card's ID always starts with the "$" sign.

<figure><img src="/files/AXhArGlKYwNP5Nj1sWoi" alt="" width="285"><figcaption><p>Copying a card's ID</p></figcaption></figure>

<figure><img src="/files/l0uPw5c7Xe2498maNULi" alt="" width="309"><figcaption><p>Paste a card's ID in the input field to look for it</p></figcaption></figure>

Then go into Unity, paste that ID in the text input box in the Scene Notes toolbar, and hit enter. If the card is loaded as part of the open scenes, it will be selected and the scene camera will go to it.


---

# 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/organising-notes/searching-for-notes.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.
