> 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/meeting-settings/card-settings/index.md).

# カード一覧

カード一覧ページでは、作成されたカードの管理と操作を行うことができます。

## カード一覧とは

カード一覧とは、Web接客で使用するカードを一覧表示し、管理するためのページです。作成されたカードの確認、編集、コピー、削除などの操作を行うことができます。カードが未作成の場合は、新規作成を促すガイダンスが表示されます。

## カード一覧でできること

| 機能      | 説明                        |
| ------- | ------------------------- |
| カード一覧表示 | 作成されたカードを一覧で確認できます        |
| カード編集   | 既存のカードをクリックして設定画面に移動できます  |
| カードコピー  | 既存のカードをコピーして新しいカードを作成できます |
| カード削除   | 不要なカードを削除できます             |
| 新規カード作成 | 新しいカードを作成できます             |

## カード一覧の表示項目

カード一覧では以下の情報が表示されます：

### 管理タイトル

カードの管理用タイトルが表示されます。このタイトルは各カードで設定した「管理タイトル」です。

### 更新日時／最終更新者

* **更新日時**: カードが最後に更新された日時が「yyyy.MM.dd HH:mm」形式で表示されます
* **最終更新者**: カードを最後に更新したユーザー名が表示されます

### 操作

カードに対して実行できる操作が表示されます：

* **コピー**: 既存のカードをコピーして新しいカードを作成します
* **削除**: カードを削除します（削除後は復元できません）

## カードの操作方法

### カードの編集

1. カード一覧で編集したいカードの行をクリックします
2. 各カード画面に移動し、詳細な設定を編集できます

### カードのコピー

1. カード一覧で対象カードの「操作」列にある「⋮」ボタンをクリックします
2. メニューから「コピー」を選択します
3. 「カードをコピーしました」というメッセージが表示され、コピーされたカードが一覧に追加されます

### カードの削除

1. カード一覧で対象カードの「操作」列にある「⋮」ボタンをクリックします
2. メニューから「削除」を選択します
3. 「カードを削除しました」というメッセージが表示され、カードが一覧から削除されます

#### カードが削除できない場合 <a href="#card-deletion-error" id="card-deletion-error"></a>

カードがフローチャートやセグメントで使用されている場合は削除できません。カードを削除するには、先にフローチャートやセグメントからカードの紐づけを解除してください。

### 新規カードの作成

1. カード一覧画面右上の「新規作成」ボタンをクリックします
2. 各カード画面に移動し、新しいカードの設定を行います

## カードが未作成の場合

カードが1つも作成されていない場合は、以下の内容が表示されます：

* **メッセージ**: 「『カード』が登録されていません。」
* **説明**: 「Webサイトに『カード』を表示することが出来ます。」
* **新規作成ボタン**: カード作成を促すボタン
* **モックアップ画像**: カード表示のイメージ画像

## 注意事項

* カードの削除は取り消すことができません
* フローチャートやセグメントで使用されているカードは削除できません
* カードの編集には適切な権限が必要です


---

# 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/meeting-settings/card-settings/index.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.
