> For the complete documentation index, see [llms.txt](https://cyclone-nepal.gitbook.io/digital-hr-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cyclone-nepal.gitbook.io/digital-hr-user-manual/content-management.md).

# Content Management

The Content Management menu in Digital HR empowers administrators to oversee and update content on predefined pages, including essential documents such as company rules, terms and conditions, about us, app policy, and company policy. Here's how you can effectively manage content:

1. **Accessing Content Management:**
   * Navigate to the Content Management menu within Digital HR.
2. Click on Add Content&#x20;
3. Add Content Title
4. Select from the predefined content type \["Company Rules", "Terms and Conditions", "About Us", "App Policy", and  "Company Policy"]
5. Set status to active
6. Write appropriate Description
7. Click on Create Content button.

{% hint style="info" %}
All these pages can be viewed from the mobile application.
{% endhint %}


---

# 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:

```
GET https://cyclone-nepal.gitbook.io/digital-hr-user-manual/content-management.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.
