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

# Community Management

- [Building community flywheels](https://scribbles.devrel.page/community-management/building-community-flywheels.md): Let's take a dive into learning what flywheels are and how to make them, eventually using them to build better communities.
- [DevRel = Community Management?](https://scribbles.devrel.page/community-management/devrel-community-management.md): Developer relations and community management often look like two sides of the same coin, but taking a step back it becomes clear that they are distinct yet related.
- [Creating high-quality communities](https://scribbles.devrel.page/community-management/creating-high-quality-communities.md): Gerard runs through the key elements in growing a successful tech community around meet-ups and events.
- [How to grow a healthy Open-Source community?](https://scribbles.devrel.page/community-management/growing-open-source-community.md): Twitter Spaces fireside chat as we discuss growing healthy open-source communities with Brian Douglas, Developer Advocate at GitHub.
- [Managing communities at scale](https://scribbles.devrel.page/community-management/managing-communities-at-scale.md): Orbit CEO Patrick Woods and Community Lead Rosie Sherry, discuss how you manage a community at scale and the lessons learned scaling up along the way with Ben Lang, Community Lead at Notion.
- [Using community to drive growth](https://scribbles.devrel.page/community-management/using-community-to-drive-growth.md): How you drive business growth with Community and why you need a Go-to-Community strategy, not just Go-to-Market.
- [Useful community success metrics](https://scribbles.devrel.page/community-management/how-different-folks-from-various-backgrounds-started-building-community-and-what-worked-for-them..md): How experienced community leaders from various backgrounds started building community and what worked for them.
- [Communities aren't funnels](https://scribbles.devrel.page/community-management/communities-arent-funnels.md): In this session from DevRelCon London 2019, Josh Dzielak introduces the orbit model, an alternative way of thinking about developer roles within communities.
- [How to mobilise your community during a pandemic](https://scribbles.devrel.page/community-management/how-to-mobilise-your-community-during-a-pandemic.md): Andreia shares how the OutSystems team worked with their developer community to create apps that would help in the response to COVID-19.


---

# 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://scribbles.devrel.page/community-management.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.
