# Welcome to Aegis Protocol

Welcome to **Aegis Protocol** - your **all-in-one platform** for building, deploying, and monetizing **AI-powered bots and agents** across any social platform.\
This guide will help you get started in just a few minutes.

***

### **Step 1 - Sign Up & Access the Dashboard**

1. Go to [**app.aegisprotocol.ai**](https://app.aegisprotocol.ai)
2. Sign up using **Google** or **email authentication**.
3. Once logged in, you’ll land on your **dashboard**.

***

### **Step 2 - Create a New Bot/Agent**

1. Click **“Create New Bot/Agent”** (blue button at the top).
2. Describe your bot’s purpose in **plain English** - for example:

   > “Create a Telegram bot that manages tasks and reminders.”
3. Aegis will **instantly generate your bot’s code** and make it ready to run.

***

### **Step 3 - Import Existing Bots**

Already have a bot?

* Use the **Import** button to upload your existing code files.
* Once imported, you can:
  * Edit the bot using the **AI-assisted code editor**.
  * Debug, test, and run your bot directly inside Aegis.
  * Host it with **one click**.

***

### **Step 4 - Manage Your Files**

Under **“Your Files”**:

* View, edit, and manage all your generated or imported bot files.
* Every bot you create gets stored automatically.
* Files can be downloaded, updated, or extended with AI whenever needed.

***

### **Step 5 - Upcoming Features**&#x20;

We’re constantly improving the Aegis Builder experience.\
Here’s what’s coming soon:

* **Prebuilt Bots/Agent Templates** → Choose from ready-made frameworks.
* **Active Bots Dashboard** → Manage, track, and monitor running bots.
* **Tokenized Marketplace** → Launch your bots as tokens and monetize them.
* **Analytics & Usage Tracking** → View real-time stats on engagement and performance.

***

### **Next Steps**

* [Create Your First Bot](https://app.aegisprotocol.ai)
* [Join the Telegram Community](https://t.me/AegisProtocolChat)
* [Follow us on X](https://x.com/AegisProtocolAi)


---

# 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://aegis-protocol-1.gitbook.io/aegis-protocol/welcome-to-aegis-protocol.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.
