# 開発ドキュメント

## 開発ドキュメント

- [Markefan 開発ドキュメント](https://markefan.gitbook.io/documents/master.md)
- [主なAPIのサンプルコード](https://markefan.gitbook.io/documents/index.md)
- [Markefanへログインする](https://markefan.gitbook.io/documents/index/userlogin.md)
- [Markefanへのリードのインポート](https://markefan.gitbook.io/documents/index/customerimport.md)
- [Markefanへのリードの高度なインポート](https://markefan.gitbook.io/documents/index/customeradvancedimport.md)
- [既存キャンペーンにリードを追加する](https://markefan.gitbook.io/documents/index/mailmagazineupdate.md)
- [リードを削除する](https://markefan.gitbook.io/documents/index/customerdelete.md)
- [メールのステータスを取得する](https://markefan.gitbook.io/documents/index/campaignstatusget.md)
- [メールの未開封／未クリックを取得する](https://markefan.gitbook.io/documents/index/campaignstatusadvancedget.md)
- [リード情報を取得する](https://markefan.gitbook.io/documents/index/customerget.md)
- [セグメントに属するリードを取得する](https://markefan.gitbook.io/documents/index/customerbysegmentget.md)
- [キャンペーン対象のリードを取得する](https://markefan.gitbook.io/documents/index/campaigncustomerget.md)
- [フォームスクリプト](https://markefan.gitbook.io/documents/index-1.md)
- [サンプルアプリケーション](https://markefan.gitbook.io/documents/index-2.md)
- [VBAサンプル](https://markefan.gitbook.io/documents/index-2/index.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://markefan.gitbook.io/documents/master.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.
