> For the complete documentation index, see [llms.txt](https://wiki.1hive.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.1hive.org/community.md).

# 🌳Community

- [Swarms](https://wiki.1hive.org/community/swarms.md)
- [Gardens](https://wiki.1hive.org/community/swarms/gardens.md)
- [Celeste](https://wiki.1hive.org/community/swarms/celeste.md): Building and Governing Celeste
- [Quests](https://wiki.1hive.org/community/swarms/quests.md)
- [Buzz](https://wiki.1hive.org/community/swarms/buzz.md): Media and communication
- [Pollen](https://wiki.1hive.org/community/swarms/pollen.md): SourceCred management
- [Tulip](https://wiki.1hive.org/community/swarms/tulip.md): DeFi dApp development
- [Tulip Swarm Contributor Onboarding Handbook](https://wiki.1hive.org/community/swarms/tulip/tulip-swarm-contributor-onboarding-handbook.md): This is where All The Things for onboarding Tulip Swarm are elucidated.
- [Fauna](https://wiki.1hive.org/community/swarms/fauna.md): Platform moderation
- [Support](https://wiki.1hive.org/community/swarms/support.md): Community support
- [Flora](https://wiki.1hive.org/community/swarms/flora.md): Infrastructure & DevOps
- [Terra](https://wiki.1hive.org/community/swarms/terra.md): Translations and Global Integration
- [Morphosis](https://wiki.1hive.org/community/swarms/morphosis.md): Education
- [Commons](https://wiki.1hive.org/community/swarms/commons.md): Building the Commons
- [Luna](https://wiki.1hive.org/community/swarms/luna.md): Simulation and Modelling
- [Bug Bounty](https://wiki.1hive.org/community/swarms/bug-bounty.md): Bug reward management
- [Media](https://wiki.1hive.org/community/media.md): 1Hive is a community
- [Social Accounts](https://wiki.1hive.org/community/media/social-accounts.md): Managed by trusted community members.
- [Social Curation](https://wiki.1hive.org/community/media/social-curation.md): Community curated social media.
- [Buzz Bounty](https://wiki.1hive.org/community/media/buzz-bounty.md): Rewards for media and communication related work
- [Design](https://wiki.1hive.org/community/design.md)
- [Brand Guidelines](https://wiki.1hive.org/community/design/brand-guidelines.md): Guidance and assets for the 1Hive design aesthetic.
- [Courses](https://wiki.1hive.org/community/courses.md): Morphosis-developed courses for the 1Hive community and beyond
- [Data Analysis](https://wiki.1hive.org/community/courses/data-analysis.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://wiki.1hive.org/community.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.
