# Notes

A **note** can be associated with any client.

The API allows you to create, retrieve, update, and delete notes. You can fetch a specific note or retrieve a list of all your notes.

### The Notes object

<table><thead><tr><th width="215">Attribute</th><th width="123">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>id</code></td><td>string</td><td>The unique identifier for a note.</td></tr><tr><td><code>clientId</code></td><td>string</td><td>The ID of the client associated with this note.</td></tr><tr><td><code>type</code></td><td>string</td><td><p>The type of note. Valid values are:</p><ol><li><code>report</code> - included in generated client reports.</li><li><code>internal</code> - only visible internally and excluded from generated reports.</li></ol></td></tr><tr><td><code>note</code></td><td>string</td><td>The content of the note.</td></tr><tr><td><code>createdAt</code></td><td>string</td><td>The date and time when the note was created.</td></tr><tr><td><code>updatedAt</code></td><td>string</td><td>The date and time when the note was updated.</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://docs.complycube.com/documentation/api-reference/core-resources/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.
