> For the complete documentation index, see [llms.txt](https://lern.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lern.sunbird.org/use/developer-guide/user-and-org-service/data-models/cassandra/data-dictionary/user-notes.md).

# User Notes

### sunbird.user\_notes \[PRIMARY KEY: id]

<table><thead><tr><th width="166.33333333333331">Column Name</th><th width="126">Data Type</th><th>Description</th><th>Sample Data</th></tr></thead><tbody><tr><td>id</td><td>text</td><td>Identifier</td><td>0127589083239956481071</td></tr><tr><td>contentid</td><td>text</td><td>content identifier on which user notes is recorded</td><td>do_21273722793293414414343</td></tr><tr><td>courseid</td><td>text</td><td>Course Id in which the content is present</td><td>do_21273766432272384014646</td></tr><tr><td>createdby</td><td>text</td><td>user UUID who created the notes</td><td>54f4b468-a13b-4207-bbb1-b61d5889b2d3</td></tr><tr><td>createddate</td><td>text</td><td>timestamp at which user notes was created</td><td>2019-05-10 10:17:50:399+0000</td></tr><tr><td>isdeleted</td><td>boolean</td><td>If user notes was deleted or not</td><td>False</td></tr><tr><td>note</td><td>text</td><td>notes data</td><td>Need to revise the content</td></tr><tr><td>tags</td><td>list&#x3C;text></td><td></td><td></td></tr><tr><td>title</td><td>text</td><td>Title of the notes</td><td>Revisit content</td></tr><tr><td>updatedby</td><td>text</td><td>user UUID who updated the record</td><td>54f4b468-a13b-4207-bbb1-b61d5889b2d3</td></tr><tr><td>updateddate</td><td>text</td><td>timestamp at which user notes was updated</td><td>2019-05-10 10:23:58:131+0000</td></tr><tr><td>userid</td><td>text</td><td>user UUID who created the notes</td><td>54f4b468-a13b-4207-bbb1-b61d5889b2d3</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lern.sunbird.org/use/developer-guide/user-and-org-service/data-models/cassandra/data-dictionary/user-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
