> 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/ripple/guide/routine.md).

# 毎月の請求書発行の手順

お客様が月初に、毎月行う必要のある作業を順にご紹介します。

{% content-ref url="/pages/-LaOzCeLI3GjrT6rZPvJ" %}
[1. 請求データ確定の連絡](/ripple/guide/routine/click-button.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaOzGCmvYGoGe2lTW\_H" %}
[2. 為替レートの登録](/ripple/guide/routine/set-conversion-rate.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaOzIHcJzxImkS2u3HU" %}
[3. ショットの費用を請求に含める](/ripple/guide/routine/add-fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaOzNMouaRca1badK8H" %}
[4. 請求書の作成](/ripple/guide/routine/issue-invoice.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaOzU-7KH2rFBbp5a3k" %}
[5. 発行した請求明細の確認とダウンロード](/ripple/guide/routine/download-csv.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaOzXzTmKs5SBt70wAD" %}
[6. エンドユーザーに請求明細を提示](/ripple/guide/routine/show-billing-statement.md)
{% endcontent-ref %}


---

# 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/ripple/guide/routine.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.
