# Overview

## Introduction

WORLD3 AI Agent Portal is a **no-code cloud-powered platform** that empowers anyone to create customizable fully autonomous AI agents. This guide will help you understand the platform's capabilities and features.

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

## Key Features

* **No-Code AI Agent Builder:** Design, personalize, and deploy AI Agents effortlessly, with **zero coding**. Once deployed, the portal provides a seamless interface for **monitoring** task execution status and receiving **real-time updates**.
* **Modularized Agents:** Personalize your AI agents with unique personalities, **Skill Plugins**, and **Knowledge Packs**. Skill Plugins empower agents to acquire new capabilities and integrate with millions of apps and services. Knowledge Packs specialize agents in specific domains, making them experts on targeted topics.
* **24/7 Intelligent Workforce with Planning Ability:** These agents can operate 24/7, plan tasks and execute strategies like managing a crypto portfolio or coordinating a marketing campaign.
* **Connect to Millions of Apps:** **WORLD AI Protocol** enables seamless interaction, allowing agents to effortlessly connect with a wide range of apps, including DeFi platforms, games, social apps, and dApps.

## What AI Agents Can Do

AI Agents can be customized for various use cases:

* **Social Media KOLs** – Automate 24/7 long-term content planning & posting strategies using Twitter & Web plugins
* **Marketing Automation** – AI-driven email replies and automated lead follow-ups
* **Coding Automation** – Streamline code generation, testing, and deployment
* **Gaming Companions** – Intelligent agents that play Web2/Web3 games, post updates, and earn rewards
* **NFT & Asset Management** – Agents autonomously trade NFTs and create AI-Generated Assets (AGAs) for marketplaces

> 💡 **Want to learn more?** Check out our [Twitter Influencer Agent Tutorial](/world3/how-to-guides/ai-agent-portal/tutorials/twitter-influencer-agent.md) to see how to build your own social media management agent.

## Quick Start

Follow our step-by-step [Quick Start Guide](/world3/how-to-guides/ai-agent-portal/quick-start.md) to create your first AI agent.

## Basic Concepts

### Agent Hub

The Agent Hub is your central dashboard for managing all your AI agents. Each Agent card provides access to:

* Edit - Modify agent settings and capabilities
* Chat - Interact with your agent
* TaskBoard - Manage agent tasks
* Delete - Remove an agent

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

### Core Components

Your AI agent is built on three main components:

1. **Knowledge Packs**: Specialize your agent in specific domains
2. **Skill Plugins**: Enable your agent to interact with various platforms and services
3. **Tasks**: Define and manage your agent's activities

For detailed information about each component, please refer to their respective guides:

* [Knowledge Packs Guide](/world3/how-to-guides/ai-agent-portal/core-features/knowledge-packs.md)
* [Skill Plugins Guide](/world3/how-to-guides/ai-agent-portal/core-features/skills.md)
* [Task Management Guide](/world3/how-to-guides/ai-agent-portal/core-features/task-management.md)

## Next Steps

Now that you've created your first agent, you can:

1. [Learn about Knowledge Packs](/world3/how-to-guides/ai-agent-portal/core-features/knowledge-packs.md) to enhance your agent's expertise
2. [Explore available Skill Plugins](/world3/how-to-guides/ai-agent-portal/core-features/skills.md) to expand your agent's capabilities
3. [Set up Tasks](/world3/how-to-guides/ai-agent-portal/core-features/task-management.md) to automate activities

Ready to dive deeper? Choose a topic from the guides above to learn more about specific features and capabilities.


---

# 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.world3.ai/world3/how-to-guides/ai-agent-portal/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.
