# Make.com Tutorial

Current AI agent-building tools are not user-friendly for the average person. For instance, Autogen and CrewAI require professional installation and debugging, posing significant challenges, especially for non-software engineering professionals. In contrast, the website Make is a no-code solution that can be used directly, greatly lowering the entry barrier and enabling most people to build their own AI agents.

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

**Here is an introduction:**

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

Here is the official YouTube channel of Make.com, which features various tutorials guiding you on how to use this tool to build different AI workflows and AI applications: <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/tools-and-tech/ai-agent-tools/make.com-tutorial.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.
