> 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/company-settings/mapping-router/routers.md).

# ルーター一覧

ルーター一覧について説明します。

## ルーター一覧とは

ルーター一覧とは、作成されたフローチャートルーターの一覧を表示し、管理するための画面です。フローチャートルーターは、フローチャート形式で面接者の割り当てを行うためのルーターで、各ルーターにはAPIキーが割り当てられ、ウェブサイトに埋め込むためのタグを生成することができます。

## ルーター一覧でできること

| 機能          | 説明                                                                   |
| ----------- | -------------------------------------------------------------------- |
| ルーター一覧の表示   | 作成されたフローチャートルーターの一覧を確認できます                                           |
| タグの生成・コピー   | 各ルーターのタグを表示し、クリップボードにコピーできます。Form、Thanks、SPAページ用のJavaScriptタグを生成できます |
| アーカイブ表示切り替え | アーカイブ済みのルーターを表示・非表示を切り替えできます                                         |

## 表示項目

ルーター一覧では、以下の情報が表示されます：

* **ルーター名**: フローチャートルーターの名前
* **APIキー**: ルーター固有のAPIキー
* **タグ**: ルーター用のJavaScriptタグのコピー用アイコン
* **更新日**: 最終更新日時（YYYY/MM/DD形式）

## タグ生成機能

各ルーターのAPIキーをクリックすると、以下のタグを生成できます：

### Formタグ

フォーム用のJavaScriptタグです。ウェブサイトのフォームページに埋め込んで使用します。

### Thanksタグ

サンクスページ用のJavaScriptタグです。フォーム送信完了後のページに埋め込んで使用します。

### SPAタグ

SPA（Single Page Application）用のJavaScriptタグです。SPAタグ管理モーダルが開き、フォームページとサンクスページのURLを複数指定してコピーします。SPAサイトに埋め込んで使用します。複数のフォームページがある場合（2段階フォームなど）、すべてのURLを指定します。

## 使い方

### ルーター一覧の確認

1. 企業設定 > マッピング・ルーター > ルーター一覧にアクセス
2. 作成済みのフローチャートルーターが一覧で表示されます
3. 必要に応じて「アーカイブ済みを表示」チェックボックスでアーカイブ済みルーターも表示できます

### Form/Thanksタグのコピー

1. ルーター一覧でコピーしたいタグアイコンをクリック
2. APIキーがクリップボードにコピーされます

### SPAタグの生成

1. ルーター一覧でSPA画面用タグアイコンをクリック
2. SPAタグモーダルが開きます
3. 「問い合わせページURL」「サンクスページURL」を入力
4. 「コピーする」ボタンでタグをクリップボードにコピー

フォームページとサンクスページの対象URLを複数入力可能です。2段階フォームなど複数のフォームページがある場合、すべてのURLを設定します。

## 注意事項

* フローチャートルーターを作成するには、事前にフォームマッピング設定が必要です
* APIキーは各ルーター固有のもので、タグ埋め込み時に使用されます
* アーカイブ済みのルーターは通常の一覧では非表示になりますが、チェックボックスで表示できます
* タグの設置方法の詳細については、[タグの作成](/guides/initial-setup/tag-creation.md)や[タグの設置](/guides/initial-setup/tag-placement.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/company-settings/mapping-router/routers.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.
