# No-Code Agent Builder

<figure><img src="/files/p15wx9K49sW3Oc3B9gBW" alt=""><figcaption></figcaption></figure>

#### No-Code Agent Builder – Build Smart Bots Without Code

The No-Code Agent Builder is Botify’s magic wand. It takes your ideas, typed in plain language, and turns them into fully functional agents using AI. You don’t need to know how to code. You need to know what you want your bot to do.

***

**Step 1: Describe What You Want**

You start with a simple prompt box that asks: *“What would you like to build today?”*\
Here, you describe your agent idea in as much detail as possible. The more context you provide, including goals, logic, and use cases, the more accurately Botify can design the flow.

You can type your prompt or use the mic icon to speak it.

***

**Step 2: Watch Botify Plan It Out**

Once you hit send, Botify AI will generate a detailed, step-by-step logic flow for your agent. It explains its actions, how they connect, and even which APIs or data sources might be used.

For example, it might plan to monitor Elon Musk’s tweets, auto-launch a token, buy/sell at key price points, and notify you via Discord. It’s like having a technical co-founder walk you through a blueprint in real time.

***

**Step 3: Visual Workflow Builder**

After approving the flow, you’ll see it automatically converted into a visual workflow using connected blocks. Each block represents a step in your agent’s logic, like “monitor Twitter,” “launch token,” “track price,” or “send alert.”

You can drag blocks around, tweak connections, or delete parts to refine how your agent works. It’s interactive, intuitive, and updates live.

You also get options to:

* **Run** the agent
* **Save** it as a draft
* Or **list** it on the marketplace for others to buy


---

# 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://botify-cloud.gitbook.io/docs/platform-overview/platform-pages/agent-section/no-code-agent-builder.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.
