> For the complete documentation index, see [llms.txt](https://markefan.gitbook.io/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://markefan.gitbook.io/documents/master.md).

# Markefan 開発ドキュメント

マーケティングオートメーションは、Webやメールなどの外部プラットフォームやCRMなどの社内システム環境と連携して使用することにより、より効果的に活用することができます。\
Markefanは「柔軟な環境」かつ「APIですべて連携」という、他のMAツールにはない特徴を持っているため、開発やカスタマイズを行うことにより、より自社環境にフィットしたマーケティングオートメーションを実現することが可能です。

本ドキュメントでは、プログラミング知識のある方であればエンドユーザーでも行うことができる「Markefan活用のための技術ドキュメント」を掲載します。

本ドキュメントに関連した連携開発の依頼やサポートをご希望の場合、またMarkefanの導入に関するご質問などありましたら、担当の代理店またはマーケファン株式会社の販売担当までお問い合わせください。

## 【コンテンツ】

* [主なAPIのサンプルコード](https://github.com/markefan/documents/tree/95473568a81c8640ad9937f2faff6692c8b4c7fc/API_document/README.md)\
  Markefanが持つ約350のAPIのうち、よく利用される機能を用いたサンプルコードを掲載します。他システムとの連携する場合に活用できます。
* [フォームスクリプト](https://github.com/markefan/documents/tree/95473568a81c8640ad9937f2faff6692c8b4c7fc/Code_Sample/README.md)\
  Webフォームはリード情報を収集するのに重要なパーツです。ユーザーに入力を促すような体裁や入力補助などが重要になります。Markefanダイナミックフォームでのこれらの作り方のTipsをご紹介します。
* [サンプルアプリケーション](https://github.com/markefan/documents/tree/95473568a81c8640ad9937f2faff6692c8b4c7fc/App_Sample/README.md)\
  Markefan API を利用したExcelマクロやWordPressとの連携などのサンプルアプリケーションのコードを掲載します。


---

# 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:

```
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.
