# Note model
Notes are short messages used to store some useful information within your agents' team.
# Properties
| Attributes | Type | Description | 
|---|---|---|
| agent_id | integer | A unique identifier of an agent who is the author of a note. | 
| created_at | string | A creation date of a note. | 
| note | string | A text of the note. | 
| note_id | integer | A unique identifier for the note which is given by User.com automatically. |