# Overview

The Firstbot Engine allows to create your own AI agents with minimal to no coding by connecting AI bots with tools and automating tasks through the workflow.&#x20;

<figure><img src="/files/2Po27Q6RikV8nJadOkQU" alt=""><figcaption><p>Engine - Build Section</p></figcaption></figure>

{% hint style="info" %}
An [agent ](/engine/agents.md)is a system of tools and bots, made to automate a complex task. An agent&#x20;

A [bot](/engine/bots.md) is an LLM based node (appears in blue), that can pass and receive istructions. Main purpose of bots is **communication**.&#x20;

A tool is a script that can execute a specific type of tasks that go beyond communication and simple response geneartion. Main purpose of tools is **execution**.&#x20;
{% endhint %}

## Learn more about

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How to Build an Agent</strong></td><td>Learn about every step of building an AI agent</td><td><a href="/files/ZI58Nwt5C8wJXl5zdqcx">/files/ZI58Nwt5C8wJXl5zdqcx</a></td><td><a href="/pages/28rNjlwdbFXaNGTnzCSq">/pages/28rNjlwdbFXaNGTnzCSq</a></td></tr><tr><td><strong>How to Publish</strong></td><td>Deploy your agent for easy access and reuse</td><td><a href="/files/5atb2fL41xamJVBtXrHZ">/files/5atb2fL41xamJVBtXrHZ</a></td><td><a href="/pages/C3hQiE6atIiTJG94EWB6">/pages/C3hQiE6atIiTJG94EWB6</a></td></tr><tr><td><strong>How to use Analytics</strong></td><td>Work with analytics to understand your billing</td><td><a href="/files/Opaph7fbtR0FJvJpCK8p">/files/Opaph7fbtR0FJvJpCK8p</a></td><td><a href="/pages/3w9cxFCEYjuxLwcU5oGU">/pages/3w9cxFCEYjuxLwcU5oGU</a></td></tr><tr><td><strong>Examples and Tutorials</strong></td><td>Learn from real cases step by step</td><td><a href="/files/qOSX6UREIEouXWBixit4">/files/qOSX6UREIEouXWBixit4</a></td><td><a href="/pages/tFk01nQuoGPmgCpPWzsQ">/pages/tFk01nQuoGPmgCpPWzsQ</a></td></tr></tbody></table>


---

# 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://doc.firstbot.tech/engine/overview.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.
