# Agentic Bot Builder

{% hint style="info" %}
Agentic Bot Builder is currently undergoing intensive internal testing. Stay tuned for the latest updates by following our X account!
{% endhint %}

**StarryNift** is an AI chatbot-building platform designed to empower Web3 users with AI-powered tools. At its core, **Starry AI** is the intelligent module within StarryNift, offering two distinct workspaces:

1. **Classic Bot Builder** – AI-driven assistants powered by LLMs for general interactions.
2. **Agentic Bot Builder** – Advanced AI agents capable of self-reasoning and evolving, designed for complex Web3 applications.

#### **Why We Release Agentic Bot Builder?**

Web3 trading and security challenges require AI solutions that go beyond simple chatbot interactions. **Agentic Bots** are designed to provide self-reasoning, adaptive decision-making, and continuous evolution, making them essential for navigating complex blockchain environments. They automate security analysis, data integration, and risk assessments, ensuring users stay ahead of scams and malicious activities.

#### **Key Features of Agentic Bot Builder**

* **Develop AI Agents** – Create smart, self-learning bots with top LLMs.
* **Modular Integration** – Connect with databases, APIs, and blockchain networks.
* **Workflow Automation** – Execute complex tasks with AI-powered reasoning.
* **Deployment Flexibility** – Trigger bots via webhooks, schedulers, or applications.


---

# 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.starrynift.art/starryai-sdk/agentic-bot-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.
