> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/email-and-automation/email-lists.md).

# メールリスト

### リストとサブスクライバー（登録者）

「リストとサブスクライバー」タブでは、以下のことができます。

* すべての登録者を表示
* リストを表示
* セグメント
* 登録解除者を表示
* 登録者のインポート、エクスポート、削除
* フィルター表示とタグ付け

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

### リストの作成

リストは、サブスクライバーをセグメント化し、キャンペーンや自動化で使用するのに役立ちます。

リストを作成する手順は以下の通りです。

1. リストとサブスクライバータブを選択
2. リストタブをクリック
3. リストを追加をクリック
4. リストの名前を入力し、保存をクリック

### セグメント

セグメントを使用すると、特定のプロパティ、人、アクションを定義し、それらのための特定のセグメントを作成することができます。リストと同じように機能しますが、より詳細な設定が可能です。

セグメントを作成する方法は２通りあります。

1. セグメントタブを選択し、「セグメントの追加」をクリック
2. 「すべてのサブスクライバー」タブを選択し、フィルタを使用して、セグメントを作成する定義済みリストを作成

### 連絡先のインポート

他のプラットフォームでリストを持っていたり、顧客データのデータベースを持っている場合、それらのユーザーを直接メール購読者リストに素早く追加することができます。

サブスクライバータブを選択し、「さらに」をクリックして「インポート」を選択します。

注意事項を確認し、「今すぐインポート」をクリックすると処理が開始されます。

### 連絡先のエクスポート

連絡先リストを他のプラットフォームに出力する必要がある場合は、エクスポートタブを選択すると、リストがCSVファイルとしてコンピュータにエクスポートされます。


---

# 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.opusbooster.com/platform/email-and-automation/email-lists.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.
