From 24e08d57ef01456ed7773f88536f1926dafacf8d Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Fri, 19 Jul 2024 00:46:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 01a465b364..0d951fb18b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ https://github.com/user-attachments/assets/8508f4dc-b362-4cab-900f-644964a96cdf The AutoGPT Builder is the frontend. It allows you to design agents using an easy flowchart style. You build your agent by connecting blocks, where each block performs a single action. It's simple and intuitive! +[Read this guide](https://docs.agpt.co/server/new_blocks/) to learn how to build your own custom blocks. + ### 💽 AutoGPT Server The AutoGPT Server is the backend. This is where your agents run. Once deployed, agents can be triggered by external sources and can operate continuously.