# Overview

Reports provide a detailed analysis and convey information in a structured and organized way.

HRMS provides you with unlimited Custom Reporting via Artificial Intelligence bot **Celia**. Runtime HRMS can generate an unlimited number of reports based on user requirements. We use Machine Learning( ML) and Natural Language Processing (NLP) to generate any type of report a user may need.&#x20;

To generate Custom Reports, go to Navigation menu > Reports > Custom Reports.

<figure><img src="/files/cYNp4baNzhCIT3Tk5MCs" alt=""><figcaption><p>Custom Reports </p></figcaption></figure>

&#x20;This feature allows you to ask your question from Celia and Celia will generate the report for you.

**Sample Questions and Use cases:**

1. If you want to see the diversity ratio among employees. You can ask: **What is the gender diversity?**
2. If you want to know how many people took CL in previous month. You can ask: **How many people took CL last month?**


---

# 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.runtimehrms.com/reports/overview.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.
