> 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/page-management-lms-service.md).

# Page Management (LMS Service)

### sunbird.page\_management \[PRIMARY KEY: id]

Table used to store configurable page information

<table><thead><tr><th width="165.33333333333331">Column Name</th><th width="118">Data Type</th><th>Description</th><th>Sample Data</th></tr></thead><tbody><tr><td>id</td><td>text</td><td>Page Identifier</td><td>01228382478150860822</td></tr><tr><td>appmap</td><td>text</td><td>Page configuration with section information for mobile application</td><td><pre class="language-json"><code class="lang-json">[{"id":"01228382278062080019","index":1,"group":1},{"id":"01228382243946496017","index":1,"group":2}]
</code></pre></td></tr><tr><td>created_date</td><td>timestamp</td><td>Not used</td><td></td></tr><tr><td>createdby</td><td>text</td><td>UUID of the user who created the page</td><td>490ed1d2-c69d-4cf0-a50c-f37e658c128d</td></tr><tr><td>createddate</td><td>text</td><td>Record creation date</td><td>2017-07-08 05:03:29:679+0000</td></tr><tr><td>name</td><td>text</td><td>Name of the page</td><td>Course</td></tr><tr><td>organisationid</td><td>text</td><td>organisation Identifier for which the page is configured for</td><td></td></tr><tr><td>portalmap</td><td>text</td><td>Page configuration with section information for web portal application</td><td><pre class="language-json"><code class="lang-json">[{"id":"01228382278062080019","index":1,"group":1},{"id":"01228382243946496017","index":1,"group":2}]
</code></pre></td></tr><tr><td>updated_date</td><td>timestamp</td><td>Not used</td><td></td></tr><tr><td>updatedby</td><td>text</td><td>Not used</td><td></td></tr><tr><td>updateddate</td><td>text</td><td>Not used</td><td></td></tr></tbody></table>

### sunbird.page\_section \[PRIMARY KEY: id]

Table used to store page section details

<table><thead><tr><th width="171.33333333333331">Column Name</th><th width="118">Data Type</th><th>Description</th><th>Sample Data</th></tr></thead><tbody><tr><td>id</td><td>text</td><td>Page Section Identifier</td><td>0131191751772733441</td></tr><tr><td>alt</td><td>text</td><td>Not used</td><td></td></tr><tr><td>created_date</td><td>timestamp</td><td>Not used</td><td></td></tr><tr><td>createdby</td><td>text</td><td>UUID of user who created the section</td><td>9bb884fc-8a56-4727-9522-25a7d5b8ea06</td></tr><tr><td>createddate</td><td>text</td><td>Record creation date</td><td>2020-09-30 10:28:07:042+0000</td></tr><tr><td>datasource</td><td>text</td><td>Not used</td><td></td></tr><tr><td>description</td><td>text</td><td>Not used</td><td></td></tr><tr><td>display</td><td>text</td><td>Section display title in different languages</td><td>{"name":{"en":"Latest Courses"}}</td></tr><tr><td>dynamicfilters</td><td>text</td><td>Not used</td><td></td></tr><tr><td>imgurl</td><td>text</td><td>Not used</td><td></td></tr><tr><td>name</td><td>text</td><td>Section Title</td><td>Latest Courses</td></tr><tr><td>searchquery</td><td>text</td><td>Query to display the contents as part of section</td><td>{"request":{"filters":{"contentType":["Course"],"objectType":["Content"],"status":["Live"]},"sort_by":{"lastPublishedOn":"desc"},"limit":10}}</td></tr><tr><td>sectiondatatype</td><td>text</td><td>Data type of the Section</td><td>ContentBrowser/Content</td></tr><tr><td>status</td><td>int</td><td>Status of the record</td><td>1</td></tr><tr><td>updated_date</td><td>timestamp</td><td>Not used</td><td></td></tr><tr><td>updatedby</td><td>text</td><td>Record updated By</td><td>9bb884fc-8a56-4727-9522-25a7d5b8ea06</td></tr><tr><td>updateddate</td><td>text</td><td>Record last updated on</td><td>2020-09-30 10:46:11:529+0000</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/page-management-lms-service.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.
