# Swarm Network

- [Network Governance](https://docs.swarmnetwork.org/swarm-network/network-governance.md): This documentation summarizes the practical usage of Swarm governance. based on the authoritative network-approved Swarm Network Constitution.
- [Getting started](https://docs.swarmnetwork.org/swarm-network/network-governance/getting-started.md)
- [The Swarm Network](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network.md)
- [Powers](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network/powers.md)
- [Governance](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network/governance.md)
- [Members](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network/members.md)
- [Swarm Council](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network/the-swarm-council.md)
- [Treasury](https://docs.swarmnetwork.org/swarm-network/network-governance/the-swarm-network/treasury.md)
- [Initiating Governance Actions](https://docs.swarmnetwork.org/swarm-network/network-governance/actions.md)
- [Introduction](https://docs.swarmnetwork.org/swarm-network/network-governance/actions/ballots.md): Governance action proposals, and how to submit one.
- [Proposals](https://docs.swarmnetwork.org/swarm-network/network-governance/actions/proposals.md): Governance Actions start as ideas that originate in the Swarm community, eventually developing into a crystallized proposal.
- [Ballot Types](https://docs.swarmnetwork.org/swarm-network/network-governance/actions/ballot-types.md)
- [Submitting a GAP](https://docs.swarmnetwork.org/swarm-network/network-governance/actions/proposal-process.md): How to submit a governance action proposal for balloting.
- [Governance Action Voting Process](https://docs.swarmnetwork.org/swarm-network/network-governance/intro.md)
- [Ballots](https://docs.swarmnetwork.org/swarm-network/network-governance/intro/ballots.md)
- [Retrieving the text of previous ballots](https://docs.swarmnetwork.org/swarm-network/network-governance/intro/retrieving-the-text-of-previous-ballots.md)
- [Voting](https://docs.swarmnetwork.org/swarm-network/network-governance/intro/voting.md)
- [SWM Token](https://docs.swarmnetwork.org/swarm-network/swm-token.md): The SWM token is the essential element which powers the SWARM ecosystem.
- [SWM Staking](https://docs.swarmnetwork.org/swarm-network/swm-staking.md): Stake your SWM tokens to participate in network governance and earn rewards.


---

# Agent Instructions: 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:

```
GET https://docs.swarmnetwork.org/swarm-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
