> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/immedio-forms/guides/guide.md).

# immedio Formsご利用ガイド

この記事では、immedio Formsを初めてご利用になるお客様に行っていただくセットアップ方法について説明します。

### メンバーの追加 <a href="#h_01j8y1epyazw98ccfsbg68ya6c" id="h_01j8y1epyazw98ccfsbg68ya6c"></a>

immedio Formsにはフォームの編集・結果確認ができるユーザと、フォームの送信時に過去名刺を編集できるユーザ（認証済み担当者）の2種類のユーザがあります。

[こちらの記事](/immedio-forms/first-steps/yzwosuru.md)から詳細を確認して、メンバーを追加して下さい。

### フォーム作成 <a href="#h_01j8y1j2xm0nydt7c4c25pvezw" id="h_01j8y1j2xm0nydt7c4c25pvezw"></a>

immedio Formsでは、[名刺データ化の範囲](/immedio-forms/guides/form-creation/ocr.md)とアンケートの内容を自由に設定することが出来ます。

アンケートについては、[1ページで聞くパターン](/immedio-forms/guides/form-creation/custom-properties.md)と、[分岐させながら複数ページで聞くパターン](/immedio-forms/guides/form-creation/section.md)から選んで設定して下さい。

また、送信後の面談日程打診やお礼メール送信も自動化出来ますので、必要に応じて設定して下さい。面談日程の打診にはimmedio側での設定も必要になります。

### 外部連携 <a href="#h_01j8y21x176w2bqe866pq8se68" id="h_01j8y21x176w2bqe866pq8se68"></a>

immedio FormsからMAやCRMにデータを転送する場合は、大きく以下3つの方法が可能です。

* CSVでダウンロードしてインポート
* [Zapier](/immedio-forms/guides/integrations/zapier.md)やWebhookを使って個別に連携
* [Salesforce](https://github.com/immedioinc/immedio-docs/tree/main/immedio-forms/guides/broken-reference/README.md), [Sansan](/immedio-forms/guides/integrations/sansan.md)とのAPI連携を利用

上記のうち2点目と3点目はリアルタイムの連携が可能ですが、フォームでの入力が始まる前に設定を完了しておく必要がありますので、ご注意下さい。

### フォームの展開・利用開始 <a href="#h_01j8y27dbrz9aqpjdz5sh4qj18" id="h_01j8y27dbrz9aqpjdz5sh4qj18"></a>

immedio Formsのフォームは[URLの形で配布](/immedio-forms/guides/form-distribution/sharing-url.md)することで、スマートフォン、タブレット、PCのいずれからもアクセスすることが可能です。

また、展示会の際は[ブース接客を想定した入力モード](/immedio-forms/guides/form-distribution/tradeshow.md)がありますので、そちらをご活用下さい。

入力が始まると、入力状況は[リアルタイムで集計して確認](/immedio-forms/guides/form-distribution/graph.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://docs.immedio.io/immedio-forms/guides/guide.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.
