> For the complete documentation index, see [llms.txt](https://docs.kaaryasetu.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaaryasetu.in/complete-a-task/view-history.md).

# View history

## View history

Your profile **Statistics** tab shows the information about your completed tasks and earnings.

### All time history

A the top, you can see the general statistics for all the time since you've registered:

* How many tasks have been completed, declined, or are under review.
* How much you've earned in total.

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

### 2-month history

At the bottom, you can see your task statistics for the last two months.

#### Filter tasks

You can press to filter tasks by status: **Accepted**, **Under review**, **Rejected**. What you'll see in the filtered list:

* Days when you completed tasks.
* Total amount of money for each of those days.

#### View tasks for a specific date

Press on a date to open the task list. For each task you'll see the following details:

* Requester.
* Project name.
* Money credited.

#### Open the task page

Press on the project name. On the page that opens you can:

* View the task completion time, its number, price, and status.
* Contact the requester and rate the task.


---

# 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://docs.kaaryasetu.in/complete-a-task/view-history.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.
