> 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/overview.md).

# 機能概要/利用条件

## **機能概要**

自動ファイル出力機能で出力したファイルを、Googleドライブ、Box、Forma Data Manageme、FUJIFILM IWpro の指定した既存フォルダーへアップロードすることができます。\
既存フォルダーの配下には、指定した条件でフォルダー および フォルダー階層を自動生成することも可能です。

アップロード可能なファイルは下記のとおりです。

**【Googleドライブ連携、Box連携、Forma Data Manageme】**

* XML
* CSV
* データーアップロードCSV
* 帳票のPDF
* 帳票のExcel
* 画像
* ZIPファイル

**【FUJIFILM IWpro連携】**

* 帳票のPDF

{% hint style="warning" %}
FUJIFILM IWpro へは PDFのみアップロード可能です。
{% endhint %}

<figure><img src="/files/baTzgdFFkcOBpy9czg91" alt=""><figcaption></figcaption></figure>

## **Google連携、Box連携、Forma Data Manageme連携 機能を利用するための前提条件**

Google連携、Box連携、Forma Data Manageme連携 機能を利用するためには、以下の条件を満たしている必要があります。

* GoogleドライブにアクセスできるGoogleアカウントがあること。\
  （Google連携機能を使用する場合）
* BoxにアクセスできるBoxアカウントがあること。\
  （Box連携機能を使用する場合）
* Forma Data ManagemeにアクセスできるForma Data Managemeアカウントがあること。\
  （Forma Data Manageme連携機能を使用する場合）
* i-Repo Managerで自動ファイル出力機能がONの設定であること。
* i-Repo Serverから、連携を行いたい各サービス（Google、Box、Forma Data Manageme）へのアクセスが可能であること。

{% hint style="success" %}
i-Reporterクラウド版では、 Google、Box、Forma Data Manageme すべてへのアクセス可能です。
{% endhint %}

## **FUJIFILM IWpro連携機能を利用するための前提条件**

FUJIFILM IWpro連携機能を利用するためには、以下の条件を満たしている必要があります。

* FUJIFILM IWpro連携機能は、 i-Reporter 及び FUJIFILM IWpro を日本国内で ご契約いただいているユーザー様に限りご利用いただけます。
* FUJIFILM IWproの文書管理にアクセスできるアカウントがあること。&#x20;
  * 連携先は文書管理です。ワークスペースではありません。
  * 連携先のキャビネット、ドロワーにアクセスできるアカウントであること。
* i-Repo Serverが、irclapp01.conmas-i-reporterドメイン、FUJIFILM IWproの ドメインへアクセスが可能であること。

{% hint style="success" %}
i-Reporterクラウド版では、上記すべてへのアクセスが可能です。
{% endhint %}

{% hint style="warning" %}
FUJIFILM、FUJIFILMロゴ、およびFUJIFILM IWproは、富士フイルム株式会社の 登録商標 または 商標 です。
{% endhint %}

## **事前設定**

### **自動ファイル出力設定**

本機能は、i-Reporterの 「自動ファイル出力機能」 で出力したファイルをGoogleドライブ、Box 、 Forma Data Manageme、FUJIFILM IWproへ連携する機能です。\
あらかじめ、i-Repo Managerで 「自動ファイル出力機能」 の設定がONになっている必要があります。

{% hint style="info" %}
詳細は、 「[自動ファイル出力設定](/output-the-data/data-output/auto-fileoutputsetting.md)」 をご参照ください。
{% endhint %}


---

# 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/overview.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.
