# Modak Docs

## Modak Docs

- [How it Started](https://modak.gitbook.io/modak-docs/modak/how-it-started.md)
- [Speak to Earn](https://modak.gitbook.io/modak-docs/modak/speak-to-earn.md)
- [$WOOD](https://modak.gitbook.io/modak-docs/modak/usdwood.md): $WOOD is Modak's native token implemented in the Modak Town Ecosystem
- [Video Meetings](https://modak.gitbook.io/modak-docs/features/video-meetings.md)
- [Campfire](https://modak.gitbook.io/modak-docs/features/campfire.md)
- [(coming soon) Coffee Chat](https://modak.gitbook.io/modak-docs/features/coming-soon-coffee-chat.md)
- [Overview](https://modak.gitbook.io/modak-docs/architecture/overview.md)
- [Modak Session Controller Network (MSCN)](https://modak.gitbook.io/modak-docs/architecture/modak-session-controller-network-mscn.md)
- [Modak Media Relay Network (MMRN)](https://modak.gitbook.io/modak-docs/architecture/modak-media-relay-network-mmrn.md)
- [Modak Client SDK](https://modak.gitbook.io/modak-docs/architecture/modak-client-sdk.md)
- [On-Chain](https://modak.gitbook.io/modak-docs/architecture/on-chain.md)
- [Modak Client SDK](https://modak.gitbook.io/modak-docs/development/modak-client-sdk.md)
- [Modak Media Relay](https://modak.gitbook.io/modak-docs/development/modak-media-relay.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://modak.gitbook.io/modak-docs/modak/how-it-started.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.
