# Make.com使い方ガイド

現在のAIエージェント構築ツールは、一般ユーザーにはあまり使いやすいとは言えません。例えば、AutogenやCrewAIは専門的なインストールやデバッグが必要で、特にソフトウェアエンジニアでない人にとっては大きなハードルとなります。一方、Makeはノーコードソリューションを提供しており、簡単に利用可能です。このため、参入障壁が大幅に下がり、多くの人が自分自身のAIエージェントを構築できるようになっています。

<https://www.make.com/en>

#### 以下は概要です：

{% embed url="<https://youtu.be/ADpijI_TqnE>" %}

こちらはMake.comの公式YouTubeチャンネルです。このチャンネルでは、このツールを使ってAIワークフローやAIアプリケーションを構築する方法を解説するチュートリアルを公開しています： <https://www.youtube.com/@itsmake>


---

# Agent Instructions: 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://docs.aiandbusiness.com/ja/aijentoai-agent/ai-agent-tools/makecomigaido.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.
