# i-Repo Link is

<div align="left"><figure><img src="/files/ejBZZeDrq5sOKCU38C1E" alt=""><figcaption></figcaption></figure></div>

## Coordinated with external systems and i-reporter with no code

* Create i-reporter document from external system data
* Register the input data of i-reporter document and PDF of the document into the external system
* Data linkage between i-reporter document and external systems in real time

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

## Introduction of i-repo Link function

**In the link between i-reporter and external systems, I-Repo Link creates a "exclusive API" for executing ① and ② below, and setting these execution methods. all deployments to the necessary environment can be performed with no code.**

### ①External system → i-reporter automatic document creation

* **Create an i-reporter document using the data of the external system.**
  * The "exclusive API" created by i-repo Link is automatically deployed to the i-repo link server.
  * The execution method of the "exclusive API" created by i-repo link depends on the specifications of the linked external system.

### ②i-Reporter → Registration of document input data for external system

* Register the data of the document entered in i-reporter on the external system when save as editing or save as completed.
  * The "exclusive API" created by the i-repo link is automatically deployed on the i-repo link server.
  * The execution of the "exclusive API" created by i-repo Link is complete save and editing save in i-reporter to use the webhook function.
* Can be registered as a document input result\ <mark style="color:red;">※Registered data depends on the specifications on the linked external system.</mark>
  1. input data of document
  2. document PDF
  3. document EXCEL
  4. image of attached in document <mark style="color:red;">※Scheduled to implement in future updates</mark>

**i-Repo Link creates "action files" and "Python programs" to execute the following ③, ④, and ⑤ in real-time linkage between i-Reporter document and external systems using ConMas Gateway. setting up these execution methods and deploying to the required environment all with no code.**

### ③Get input data from external system to document

### ④Register new data from the document to the external system

### ⑤Get master data from external system to document

* "Action files" and "Python programs" created with i-Repo Link are automatically deployed to the Gateway server.
* Gateway setting (URL, token) of the action cluster corresponding to the Forms that uses the "action file" and "Python program" created by i-Repo Link, Gateway settings (URL, token) of the Select master cluster are also set automatically. there is no need to set these separately in ConMas Designer.

## External system that can be linked with i-Repo Link

* Business system
  * kintone
  * Fu-Jin/Raijin
  * Others <mark style="color:red;">※Scheduled to implement in future updates</mark>
* Database <mark style="color:red;">※Scheduled to implement in future updates</mark>
  * Oracle
  * SQL Server
  * PostgreSQL
  * MySQL
* Excel file <mark style="color:red;">※Scheduled to implement in future updates</mark>


---

# 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://cimtops.gitbook.io/i-repo-link-manual/english/3.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.
