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

# SoMon App

- [What is SoMon?](https://gitbook.social.monster/somon-app/quickstart.md)
- [Tribes](https://gitbook.social.monster/somon-app/tribes.md): Tribes are a on-chain & user-owned group within the SoMon app, centered around any topic, hobby, point of interest, or influencer. People can post and comment relevant content to a Tribe.
- [Wallet](https://gitbook.social.monster/somon-app/wallet.md): The SoMon app automatically creates a wallet for every user signing up, making the user experience smoother for users unfamiliar with Web3 and crypto.
- [Megaphone](https://gitbook.social.monster/somon-app/megaphone.md)
- [Content Guidelines](https://gitbook.social.monster/somon-app/content-guidelines.md): SoMon is an app where users are free to express their views. Nonetheless, everyone must be mindful to keep SoMon a space that is enjoyable and fun for everyone.
- [Leaderboards](https://gitbook.social.monster/somon-app/leaderboards.md): The SoMon app has a section called Leaderboards, where users can compete weekly against each other to obtain precious Badges to get more $OwO rewards at the end of the season!


---

# 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://gitbook.social.monster/somon-app.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.
