# Overview

**Welcome to AgentGPT**

A decentralized AI ecosystem where autonomous agents power the future of blockchain automation.

***

#### **Ecosystem Overview**

Explore AgentGPT’s core components and resources:

| **Section**              | **Description**                                   | **Links**                                                      |
| ------------------------ | ------------------------------------------------- | -------------------------------------------------------------- |
| **Agent Framework**      | Build, deploy, and manage AI agents on-chain.     | [AgentGPT Framework](/agent-gpt/getting-started/quickstart.md) |
| **Marketplace**          | Discover pre-built agents, tools, and datasets.   | [Agent Marketplace](/agent-gpt/examples/simple-agent.md)       |
| **Staking & Governance** | Stake $AGPT, earn rewards, and vote on proposals. | [Staking Docs](/agent-gpt/agentgpt-produtcs/staking.md)        |
| **Developer Hub**        | Access SDKs, APIs, and smart contract templates.  | [Developer Docs](https://agent-gpt.gitbook.io/agent-gpt)       |

***

#### **Documentation Hub**

| **Category**        | **Guides & Tutorials**                        | **Quick Links**                                             |
| ------------------- | --------------------------------------------- | ----------------------------------------------------------- |
| **Getting Started** | New to AgentGPT? Learn the basics.            | [Introduction](/agent-gpt/getting-started/introduction.md)  |
| **Use Cases**       | Industry-specific applications and workflows. | [Use Case Library](/agent-gpt/essentials/use-cases.md)      |
| **Contributing**    | Join the open-source community.               | [Contribution Guide](/agent-gpt/essentials/contributing.md) |

***

#### **Community & Support**

| **Resource**           | **Description**                                              | **Links**                                                                       |
| ---------------------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------- |
| **Telegram Community** | Collaborate with developers, ask questions, and share ideas. | [Join Telegram](https://t.me/AgentGPTChannel)                                   |
| **DAO Governance**     | Discuss and vote on protocol upgrades.                       | [DAO Docs](/agent-gpt/agentgpt-produtcs/governance-and-dao-integration.md)      |
| **Social Media**       | Stay updated on announcements and events.                    | [Twitter](https://x.com/agentgptorg) / [GitHub](https://github.com/agentgptorg) |
| **Bug Bounties**       | Earn rewards for identifying vulnerabilities.                | [Bug Bounty Program](/agent-gpt/essentials/contributing.md)                     |

***

#### **Developer Resources**

| **Tool**                     | **Purpose**                                 | **Links**                                                    |
| ---------------------------- | ------------------------------------------- | ------------------------------------------------------------ |
| **GitHub Repositories**      | Access open-source codebases and SDKs.      | [Core Protocol](https://github.com/agentgptorg)              |
| **API Documentation**        | Integrate AgentGPT into your dApps.         | [API Docs](/agent-gpt/full-api-reference/api.md)             |
| **Smart Contract Templates** | Pre-audited templates for agent deployment. | [Templates Library](/agent-gpt/integration-examples/ai21.md) |

***

#### **Legal & Governance**

| **Document**         | **Description**                           | **Links**                                                                           |
| -------------------- | ----------------------------------------- | ----------------------------------------------------------------------------------- |
| **Terms of Service** | Rules governing Platform use.             | [ToS](/agent-gpt/legal/terms-of-services.md)                                        |
| **Privacy Policy**   | Data handling practices.                  | [Privacy Policy](/agent-gpt/legal/privacy-policy.md)                                |
| **DAO Governance**   | Review active proposals and voting rules. | [Governance Portal](/agent-gpt/agentgpt-produtcs/governance-and-dao-integration.md) |

***

#### **Get Support**

Need assistance? Reach out to the AgentGPT team:

* **GitHub Issues**: Submit a [Ticket](https://github.com/agentgptorg)
* **Email**: <support@agent-gpt.org>
* **Live Chat**: Available on [Telegram](https://t.me/AgentGPTChannel) (24/7).


---

# 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://agent-gpt.gitbook.io/agent-gpt/home/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.
