> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/output-the-data/external-systems-integration.md).

# 外部システム連携機能（Googleドライブ,Box,Forma Data Manageme,FUJIFILM IWpro 連携機能）

- [機能概要/利用条件](https://manuals.i-reporter.jp/output-the-data/external-systems-integration/overview.md)
- [Googleドライブに連携する場合の事前設定](https://manuals.i-reporter.jp/output-the-data/external-systems-integration/preset-for-googledrive.md)
- [Boxに連携する場合の事前設定](https://manuals.i-reporter.jp/output-the-data/external-systems-integration/preset-for-box.md)
- [Forma Data Managemeに連携する場合の事前設定](https://manuals.i-reporter.jp/output-the-data/external-systems-integration/preset-for-bim360docs.md)
- [帳票定義ごとのアップロード先フォルダーの設定（Googleドライブ、Box、Forma Data Manageme共通）](https://manuals.i-reporter.jp/output-the-data/external-systems-integration/folder-settings.md)
- [FUJIFILM IWproに連携する場合の事前設定](https://manuals.i-reporter.jp/output-the-data/external-systems-integration/preset-for-fujifilmiwpro.md)
- [帳票定義ごとのアップロード先フォルダーの設定（FUJIFILM IWpro）](https://manuals.i-reporter.jp/output-the-data/external-systems-integration/folder-settings-fujifilmiwpro.md)
- [FUJIFILM IWpro連携ログ](https://manuals.i-reporter.jp/output-the-data/external-systems-integration/log.md)
- [既存フォルダー配下に作成するフォルダーの設定（Googleドライブ、Box、Forma Data Manageme、FUJIFILM IWpro共通）](https://manuals.i-reporter.jp/output-the-data/external-systems-integration/folder-settings-under-existing-folders.md)
- [注意事項](https://manuals.i-reporter.jp/output-the-data/external-systems-integration/caution.md)


---

# 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://manuals.i-reporter.jp/output-the-data/external-systems-integration.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.
