> For the complete documentation index, see [llms.txt](https://docs.memhustle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.memhustle.com/help.md).

# Help

- [FAQ](https://docs.memhustle.com/help/faq.md): MemHustle Q\&A
- [About MemHustle](https://docs.memhustle.com/help/faq/about-memhustle.md): 🔥 Time to get to know MemHustle closer.
- [About Gameplay](https://docs.memhustle.com/help/faq/about-gameplay.md): 🦆 No worries, it's easy and super catchy. You'll get it for sure. Take a quick look, and you're good to go!
- [About Hustle Points](https://docs.memhustle.com/help/faq/about-hustle-points.md): 🤓 Attention. This is an important part.
- [About Referral System](https://docs.memhustle.com/help/faq/about-referral-system.md): 🌏 Let’s make MemHustle viral and benefit from it! Bring your Frens and we are all set.
- [About Gameplay Boosts](https://docs.memhustle.com/help/faq/about-gameplay-boosts.md): 😎 Wanna progress faster? We’ve got some options for you. Level up your gameplay with MemHustle boost tools.
- [About MemGallery](https://docs.memhustle.com/help/faq/about-memgallery.md): Open a place of unique and rewarding mem-art gathered from the hidden corner of MemWorld 🤩
- [About other stuff](https://docs.memhustle.com/help/faq/about-other-stuff.md): 🦾And last but not least — we hope you’ve found everything you need.
- [Support](https://docs.memhustle.com/help/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 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.memhustle.com/help.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.
