# Shimmy Documents

## Shimmy Documents

- [Hi!](https://docs.shimmyapp.com/hi.md): Welcome to Shimmy Documents! Here you will find more detailed information about Shimmy, the project development and forward planning.
- [Overview](https://docs.shimmyapp.com/shimmy/overview.md)
- [Mission 💪](https://docs.shimmyapp.com/shimmy/mission.md)
- [About ？](https://docs.shimmyapp.com/shimmy/about.md)
- [Team 👥](https://docs.shimmyapp.com/shimmy/team.md): Some of the peeps behind the magic! 🔮
- [Help Us Build ⚙️](https://docs.shimmyapp.com/shimmy/help-us-build.md)
- [What is Shimmy App?](https://docs.shimmyapp.com/fundamentals/what-is-shimmy-app.md)
- [Product ✨](https://docs.shimmyapp.com/fundamentals/product.md)
- [Technologies 💻](https://docs.shimmyapp.com/fundamentals/product/technologies.md)
- [Marketing 📢](https://docs.shimmyapp.com/fundamentals/product/marketing.md)
- [Use Cases 🫶](https://docs.shimmyapp.com/fundamentals/product/use-cases.md)
- [Platform Structure 🏛️](https://docs.shimmyapp.com/fundamentals/platform-structure.md)
- [Safety & Transparency](https://docs.shimmyapp.com/fundamentals/safety-and-transparency.md)
- [Public Roadmap](https://docs.shimmyapp.com/fundamentals/public-roadmap.md): The below outlines the go to market timeline for Shimmy.
- [Members](https://docs.shimmyapp.com/fundamentals/members.md)
- [V2 $SHM Token 💰](https://docs.shimmyapp.com/fundamentals/v2-usdshm-token.md)
- [Community & Rewards 💸](https://docs.shimmyapp.com/fundamentals/v2-usdshm-token/community-and-rewards.md)
- [Governance 🥸](https://docs.shimmyapp.com/fundamentals/v2-usdshm-token/governance.md)
- [Treasury 🔐](https://docs.shimmyapp.com/fundamentals/v2-usdshm-token/treasury.md): This page outlines the purpose of a Treasury, when our Native Crypto Token ($SHM) goes live.
- [Voting ✅](https://docs.shimmyapp.com/fundamentals/v2-usdshm-token/voting.md)
- [Tokenomics %](https://docs.shimmyapp.com/fundamentals/v2-usdshm-token/tokenomics.md)
- [Token Launch 🚀](https://docs.shimmyapp.com/fundamentals/v2-usdshm-token/token-launch.md)
- [Initial Distribution 🪙](https://docs.shimmyapp.com/fundamentals/v2-usdshm-token/initial-distribution.md)
- [Liquidity & Utility 💧](https://docs.shimmyapp.com/fundamentals/v2-usdshm-token/liquidity-and-utility.md)
- [FAQ](https://docs.shimmyapp.com/fundamentals/faq.md)
- [Socials & Links 🔗](https://docs.shimmyapp.com/external-links/socials-and-links.md): Take a look through, and join our pages!
- [For Members 👏](https://docs.shimmyapp.com/external-links/for-members.md)
- [Member Resources](https://docs.shimmyapp.com/external-links/for-members/member-resources.md)
- [For Engineers 🤖](https://docs.shimmyapp.com/external-links/for-engineers.md)
- [GitHub Integration](https://docs.shimmyapp.com/external-links/for-engineers/github-integration.md)
- [For Support 📬](https://docs.shimmyapp.com/external-links/for-support.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://docs.shimmyapp.com/hi.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.
