> 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.md).

# DeScientists

- [Overview](https://docs.bio.xyz/bio/descientists/descientists.md)
- [Quickstart Guides](https://docs.bio.xyz/bio/descientists/quickstart-guides.md)
- [Join Ignition Sales](https://docs.bio.xyz/bio/descientists/quickstart-guides/fund.md)
- [Stake BIO](https://docs.bio.xyz/bio/descientists/quickstart-guides/bio-staking-guide.md)
- [Bridge BIO](https://docs.bio.xyz/bio/descientists/quickstart-guides/bridge-bio.md)
- [Swap Tokens on Bio](https://docs.bio.xyz/bio/descientists/quickstart-guides/how-to-swap-tokens-on-bio.md)
- [Buy Tokens on Bio with Fiat](https://docs.bio.xyz/bio/descientists/quickstart-guides/buy-bio-ecosystem-tokens.md)
- [Provide Liquidity](https://docs.bio.xyz/bio/descientists/quickstart-guides/provide-liquidity.md)
- [Launch an Asset](https://docs.bio.xyz/bio/descientists/launch-an-asset.md)
- [Launch BioDAO](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-biodao.md)
- [Launch IPT](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-ipt.md)
- [Launch Agent](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent.md)
- [Introduction](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent/1-introduction.md)
- [Launch Paths](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent/2-launch-paths.md)
- [Narrative and Brand](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent/3-narrative-and-brand.md)
- [Marketing and Community](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent/4-marketing-and-community.md)
- [Creative Assets](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent/5-creative-assets.md)
- [The Launch Process](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent/6-the-launch-process.md)
- [Post-Launch Success](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent/7-post-launch-success.md)
- [Support from Bio.xyz](https://docs.bio.xyz/bio/descientists/launch-an-asset/launch-an-agent/8-support-from-bio-xyz.md)
- [Portal](https://docs.bio.xyz/bio/descientists/launch-an-asset/portal.md)
- [About BIO, veBIO and BioXP](https://docs.bio.xyz/bio/descientists/about-bio-assets.md)
- [BIO](https://docs.bio.xyz/bio/descientists/about-bio-assets/bio.md)
- [veBIO](https://docs.bio.xyz/bio/descientists/about-bio-assets/vebio.md)
- [BioXP](https://docs.bio.xyz/bio/descientists/about-bio-assets/bioxp.md)


---

# 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.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.
