# AI Creator Platform

## Introduction

For those products that provide creation tools to obchestrate AI agents for creators, we name them **AI** **Creator Platforms.**

Gonesis is an open ecosystem. We allow creators to utilize existing open-source AI agents development tools like dify.ai and crewAI, to create and orchestrate new AI agents.

Additionally, Gonesis will also launch [G-AOS](/neuro-net/ai-creator-platform/g-aos-gonesis-ai-orchestration-studio.md), an open-source AI agents orchestration studio. It enables those users without programming skills to create powerful AI agents.

## Requirement

The Creator Platforms that support Neuro Net **MUST** meet the following requirements:

* **Standardization**: Able to import/export AI agents in a format that complies with the [AI721](/de-ai-agent/ai721.md) standard (primarily workflows), and deploy as a digital asset in Neuro Net.
* **Privacy Protection**: Enable encryption and access control for [knowledge bases](/neuro-net/ai-creator-platform/g-kb-gonesis-knowledge-base.md), and API support for external private knowledge bases.
  * Only the creator of the knowledge base can grant access permissions.
* **Open-source**: Making the source code transparent is fundamental to preventing malicious actions.

## Creator Economy

As a creator, you can benefit from creating high-quality AI agents that attract many application developers. This encourages a culture of shared learning and friendly competition among creators, fostering diversity in AI agents.

Creators can also choose from various AI creator platforms compatible with AI721. This encourages platforms to compete by offering better creative experiences and more attractive pricing to win over creators.&#x20;

Check the details on:

{% content-ref url="/pages/06Q0dUzja4eWyorMZanC" %}
[Creator Economy](/neuro-net/tokenomic/creator-economy.md)
{% endcontent-ref %}


---

# 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.gonesis.ai/neuro-net/ai-creator-platform.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.
