> For the complete documentation index, see [llms.txt](https://docs.obol.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.obol.org/version-v1.4/community-and-governance.md).

# Community & Governance

- [Governance](https://docs.obol.org/version-v1.4/community-and-governance/governance.md)
- [Collective Overview](https://docs.obol.org/version-v1.4/community-and-governance/governance/collective.md): Obol Collective Overview
- [The Token House](https://docs.obol.org/version-v1.4/community-and-governance/governance/token-house.md): The Token House
- [The RAF](https://docs.obol.org/version-v1.4/community-and-governance/governance/raf.md): The RAF
- [RAF #1](https://docs.obol.org/version-v1.4/community-and-governance/governance/raf/raf-1.md)
- [Delegate Guide](https://docs.obol.org/version-v1.4/community-and-governance/governance/delegate-guide.md): Delegate Guide
- [Grants Program](https://docs.obol.org/version-v1.4/community-and-governance/governance/grants-program.md)
- [How to create a proposal in Questbook?](https://docs.obol.org/version-v1.4/community-and-governance/governance/grants-program/how-to-create-a-proposal-in-questbook.md)
- [Grant Track for Boosting Obol DV Adoption](https://docs.obol.org/version-v1.4/community-and-governance/governance/grants-program/grant-track-for-boosting-obol-dv-adoption.md)
- [Grant Track for Strengthening the Collective: Operators & Community Growth](https://docs.obol.org/version-v1.4/community-and-governance/governance/grants-program/grant-track-for-strengthening-the-collective-operators-and-community-growth.md)
- [Grant Track for Establishing OBOL Token’s Role in DeFi & Governance](https://docs.obol.org/version-v1.4/community-and-governance/governance/grants-program/grant-track-for-establishing-obol-tokens-role-in-defi-and-governance.md)
- [The OBOL Token](https://docs.obol.org/version-v1.4/community-and-governance/obol-token.md)
- [Token Utility](https://docs.obol.org/version-v1.4/community-and-governance/obol-token/token-utility.md)
- [Staking & stOBOL](https://docs.obol.org/version-v1.4/community-and-governance/obol-token/staking-and-stobol.md): This page explains how OBOL staking works, the role of stOBOL, and what happens when tokens are delegated, transferred, or used in DeFi protocols. You can stake and unstake OBOL via stake.obol.org.
- [Token Distribution & Liquidity](https://docs.obol.org/version-v1.4/community-and-governance/obol-token/token-distribution-and-liquidity.md)
- [Token Holders FAQ](https://docs.obol.org/version-v1.4/community-and-governance/obol-token/token-holders-faq.md): This page is designed to answer the most common questions from OBOL token holders, particularly those holding liquid OBOL or stOBOL.
- [TGE FAQ](https://docs.obol.org/version-v1.4/community-and-governance/obol-token/tge-faq.md)
- [Community](https://docs.obol.org/version-v1.4/community-and-governance/community.md)
- [Staking Mastery Program](https://docs.obol.org/version-v1.4/community-and-governance/community/staking-masters.md): Information about the Staking Mastery Program
- [Techne](https://docs.obol.org/version-v1.4/community-and-governance/community/techne.md): Information about the Techne Credential Program.
- [Contribution & Feedback](https://docs.obol.org/version-v1.4/community-and-governance/contribution.md)
- [Filing a Bug Report](https://docs.obol.org/version-v1.4/community-and-governance/contribution/bug-report.md): Filing a bug report
- [Documentation Standards](https://docs.obol.org/version-v1.4/community-and-governance/contribution/docs.md): Documentation Standards
- [Feedback](https://docs.obol.org/version-v1.4/community-and-governance/contribution/feedback.md): Feedback for us


---

# 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.obol.org/version-v1.4/community-and-governance.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.
