# Essentials module

1. **ToDo List:**
   * Add new to-do items
   * Mark items as completed.
   * Delete items
   * Date-Wise to-do list.
2. **Document**
   * Easy document storage to the cloud in your server.
   * Share documents with other users or other roles.
   * Download document.
   * Delete documents
3. **Memos**
   * Written message or short notes.
   * Share with other users or roles.
   * Delete
4. **Reminders**
   * Add a reminder with the event name, date, and time.
   * One-time reminder or Repeated reminder – every day every week or every month
   * Nice calendar view.
5. **Messages**
   * Send messages to everyone within your business.
   * Send to a particular location.
   * Permission to allow sending or only viewing.
6. **Knowledge Base**
   * Add information about your business, product, and services.
   * Share these details if needed.
7. **Settings**
   * Separate settings are enabled for leave, payroll, attendance, sales target, and essentials.

<br>


---

# 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.kbgfuzion.com/erp/knowledge-base/modules/hrm-module/essentials-module.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.
