> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/agency/ja/what-would-you-like-to-learn-about/finance/manage-invoice-settings-as-an-agency.md).

# エージェンシーとして請求書設定を管理する

あなたの **請求書設定** では、impact.com の手数料請求書と一部のパートナー請求書設定を管理できます。

#### impact.com の請求書設定を管理する

1. 左側のナビゲーションバーから、 ![](/files/f3f5e4335376ed6e5221abf12acf1b9ea0c3728f) **\[メニュー] → 財務**.
2. 左側のナビゲーションメニューから、 **設定** → **ドキュメント設定**.
3. の下の *impact.com 請求書* セクションで、次の項目を入力してください:

   |                       |                                                                                                                                      |
   | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
   | **設定**                | **説明**                                                                                                                               |
   | ベンダーコード               | ベンダーコード（お持ちの場合）を入力すると、impact.com の手数料請求書に表示できます。                                                                                     |
   | impact.com 請求書をメールで送信 | ![](/files/299580ca9968de05b2fbace4fa82386d3163ac8a) **\[オンにする]** 主要な経理担当者が、組織の毎月の impact.com 手数料請求書を impact.com からメールで受け取るようにする場合は。 |
   | 請求先                   | impact.com の手数料請求書を既定の請求先住所または別の住所に請求する場合は切り替えてください。                                                                                 |
4. 必要な変更を行ってください。
5. 選択 **保存**.

#### パートナー請求書設定を管理する

1. 左側のナビゲーションバーから、 ![](/files/f3f5e4335376ed6e5221abf12acf1b9ea0c3728f) **\[メニュー] → 財務**.
2. 左側のナビゲーションメニューから、 **設定** → **ドキュメント設定**.
3. の下の *パートナー請求書* セクションで、次の項目を入力してください:

   |         |                                                                                                                                                                           |
   | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | **設定**  | **説明**                                                                                                                                                                    |
   | 書類タイトル  | 次の ![](/files/d4575d1dccbc18ba974a1262c5f8723cad6e8358) **\[ラジオボタン]** パートナー請求書の名称を **税務請求書** または **受領者作成税務請求書**.                                                          |
   | 書類日付の反映 | 次の ![](/files/d4575d1dccbc18ba974a1262c5f8723cad6e8358) **\[ラジオボタン]** パートナー支払い請求書に次を反映させたい場合は **生成日** または次を基準にする場合は **前月末日**.                                             |
   | 支払期日の説明 | <p>口座への資金提供方法や、パートナーに伝えたい支払期日に関する詳細をここに追加してください。たとえば、資金提供の頻度や、通常とは異なるアクションのロック／支払いスケジュール期間の理由などです。</p><p>これを空白のままにすると、Impact はパートナー支払い請求書の連絡先に従って、支払期日を自動的にこの欄に入力します。</p> |
   | 入金書類    | 次の ![](/files/d96661f94258c9458d94b8dd54b95aba3df92f1e) **\[チェックボックス]** 口座への入金方法として **請求書に基づいて入金する** または **今後の費用に基づいて入金する**.                                              |
4. 必要な変更を行ってください。
5. 選択 **保存**.


---

# 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://help.impact.com/agency/ja/what-would-you-like-to-learn-about/finance/manage-invoice-settings-as-an-agency.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.
