> For the complete documentation index, see [llms.txt](https://itera.gitbook.io/taikun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itera.gitbook.io/taikun/manager/usage-reports.md).

# Usage Reports

For every *Project*  you can see its *TCU* for time period limited by *Start Date* and *End Date*.

Sort data by *Project* or *TCU* and filter them by choosing available or deleted projects.

### **TCU**

* Taikun Compute Unit
* &#x20;total CPUs and GB of RAM used in Project (TCU = CPU + RAM (in GB))

![Fig.1: Usage Reports](/files/-MfY6sjPDTjbpA7mTeCJ)

As you can see, the *Total TCU* changes immediately.

Clicking the project will redirects you to project's info (naturally works only for available projects).

​

#### Export Reports <a href="#export-billing-data" id="export-billing-data"></a>

The data displayed on the page are exported to .csv file - with name of your organization and time period (if selected).

#### ​ <a href="#undefined" id="undefined"></a>

#### Send Reports to E-mail <a href="#send-billing-data-to-e-mail" id="send-billing-data-to-e-mail"></a>

Use the button to send selected data to your mail (provided in [**My Profile**](https://itera.gitbook.io/taikun/user-guide-1/manager/my-profile)).

​

### Price Development <a href="#price-development" id="price-development"></a>

Graph for **Price Development** shows decrease and increase of prices for every project. You can change the timeline - *Daily*, *Monthly* and *Yearly*.

![Fig. 2: Price Development](https://gblobscdn.gitbook.com/assets%2F-MJQrhtis3vRAM281R7J%2F-MZRj5XhkLAGrjJz1pZs%2F-MZSxvhjh07IKhyNkJ7P%2Fprice%20development.gif?alt=media\&token=4d20e658-39de-4105-8820-67b0f5fbdd54)

*Monthly* and *Yearly* graphs are plotted if there is enough data.


---

# 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, and the optional `goal` query parameter:

```
GET https://itera.gitbook.io/taikun/manager/usage-reports.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
