# My Reports

{% hint style="success" %}
A report is a **document** that provides information about your **effective work history**.
{% endhint %}

### Let's explore how to check the reports:

***

1. **Log in** to your NeoDove web application.
2. Navigate to the left-hand side of the screen, and at the bottom, you'll find the "**My Report**" option. Click on that to access the **desired report** for the user.

<figure><img src="/files/8SJnoaiCGkpBfuE4gu5C" alt=""><figcaption></figcaption></figure>

### Two main types of Reports are available :

***

* **Login Reports:** Login reports typically present a comprehensive activity report of a particular user for a specific day.
* **Call Reports:** A call report typically displays the overall productivity report of a specific user, including total talk time, the total number of calls made, and other relevant details.

<figure><img src="/files/Nrxidhu82bwkhrILxXNg" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Note:** On the left-hand side of the screen in the report section, there is a **filter option** for the 'date' or a 'calendar' option. Use this to check your **reports** based on the **specific date** you choose.
{% endhint %}


---

# 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.neodove.com/neodove-web-application/my-reports.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.
