# 5. 発行した請求明細の確認とダウンロード

作成した請求書は、画面上で明細を確認できます。また、CSVデータとしてダウンロードすることも可能です。

## 画面上から明細を確認する

左メニューより `請求書` > `請求書の作成` で、発行した請求書一覧が表示されます。確認したい請求グループのステータスにある `請求書を確認` をクリックすることで明細を確認できます。

* このページを印刷することで請求書/明細としてご利用いただくことが可能です。
* 一度作成した請求書はRipple内で保存されます。
* 請求書を再作成した場合は上書きされます。

## CSVデータをダウンロード

請求明細のCSVデータは、ひと月分一括でダウンロードすることが可能です。

`アカウント/サービス単位` または `タグ単位` でデータをダウンロードできます。

{% hint style="info" %}
タグ単位での請求データ作成の方法については、[こちら](/ripple/more-info/tag-invoice.md)をご覧ください。
{% endhint %}

右メニューより `請求書` > `請求書の作成` の画面から、`請求書作成`の横のダウンロードボタンをクリックすると、全ての請求グループのCSVデータをダウンロードできます。

{% content-ref url="/pages/-LcE34uPu7mgjrwSevyX" %}
[CSVデータの中身](/ripple/more-info/csv-data.md)
{% endcontent-ref %}


---

# 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.alphaus.cloud/ripple/guide/routine/download-csv.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.
