> For the complete documentation index, see [llms.txt](https://docs.alphaus.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphaus.cloud/wave-chi/mobingi-wave/report-csv.md).

# 报告和CSV的看法

* 在此页面对照控制面板的报告和已下载的CSV，讲解各项目。

  在报告和CSV有同意词但不一样的单词和缩写的项目。

  下图中用相同颜色包围的部分是相同的项目。

![](/files/-LHG7k-nKUwPIz8ixvgt)

1. AccountID: AWS的帐户ID
   * 由于报告以每个帐户为单位表示/下载，因此每个CSV仅显示一个ID。
2. ServiceCode: AWS的每个服务名称
   * Elastic Cpmpute Cloud等，然而，在CSV中， `Elastic Compute Cloud` 为 `AmazonEC2` ，`Simple Storage Service` 为 `AmazonS3`等以缩写表示。
3. CostBeforeTax: 不含税的每月利用额
   * 报告中小数显示到小数第2位。 比如在此列报告中的 `$21.18` 和在CSV中的 `21.18966134` 是一致的。
4. Region: 地区
   * 在此例中，在控制面板显示为 `Asia Pacific(Tokyo)` ，而在CSV中则显示为`ap-northeast-1` 。 两者都是指东京地区。
5. UsageQuantity: 利用量
   * 此例在报告中是`1,394.05` 和在CSV中的 `1,394.056667` 是一致的。
6. InstanceType: 实例类型
   * 此例在报告和CSV都是 `t2.micro`，是一致的。
7. ItemDescription: 详细
   * 在此例中，报告和CSV都是`$0.0152 per on-demand t2.micro EC2 instance hour (or partial hour)` ，是一致的。


---

# 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://docs.alphaus.cloud/wave-chi/mobingi-wave/report-csv.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.
