> For the complete documentation index, see [llms.txt](https://docs.bio.xyz/bio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent.md).

# Launch Agent

Welcome to the central guide for launching your own BioAgent on the Bio Protocol. This documentation is structured to guide you through the entire lifecycle, from initial concept to post-launch success.

**Applications will be opening soon:** We will shortly start accepting applications for new BioAgents. All submissions will be added to our candidate pool and reviewed by the team as time permits. Start thinking about what you would like to launch.

***

This guide is broken down into several sections. Whether you're a developer, a scientist, or an entrepreneur, we recommend reading through them in order to understand the entire process.

* [**1. Introduction: What is a BioAgent?**](/bio/descientists/launch-an-asset/launch-an-agent/1-introduction.md)
  * Learn what BioAgents are, who can build them, and the value they bring to the ecosystem.
* [**2. Choose Your Launch Path**](/bio/descientists/launch-an-asset/launch-an-agent/2-launch-paths.md)
  * Explore the two pathways for launching: bringing your own code or using a Bio-generated template for a simplified, no-code experience.
* [**3. Narrative and Brand**](/bio/descientists/launch-an-asset/launch-an-agent/3-narrative-and-brand.md)
  * Learn how to build a compelling story and a strong brand that connects with the community.
* [**4. Marketing and Community**](/bio/descientists/launch-an-asset/launch-an-agent/4-marketing-and-community.md)
  * A deep-dive into the timeline and tactics for a successful launch, from pre-launch hype to post-launch momentum.
* [**5. Creative Assets & Visuals**](/bio/descientists/launch-an-asset/launch-an-agent/5-creative-assets.md)
  * A guide to creating a strong visual identity for your agent using AI-powered tools.
* [**6. The Launch Process**](/bio/descientists/launch-an-asset/launch-an-agent/6-the-launch-process.md)
  * A step-by-step guide to the formal application, readiness, and launch phases.
* [**7. Post-Launch Success**](/bio/descientists/launch-an-asset/launch-an-agent/7-post-launch-success.md)
  * Learn how to manage your project after launch, including community engagement, sustainable funding, and scientific validation.
* [**8. Support from Bio.xyz**](/bio/descientists/launch-an-asset/launch-an-agent/8-support-from-bio-xyz.md)
  * Discover the resources and support the Bio.xyz team provides to ensure your launch is a success.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
