# Community

- [Liked Projects](https://docs.maker.co/community/liked-projects.md): Save and revisit your favorite projects by “liking” them—click the heart icon on any project card to add it to your personal Liked tab.
- [Community Remixes](https://docs.maker.co/community/community-remixes.md): Fork any project—yours or shared—into a brand-new copy without altering the original. Your remixes live in their own tab for easy access and further experimentation.
- [Support & Contact](https://docs.maker.co/community/support-and-contact.md): Whether you're just getting started or running into a snag, here’s how Maker support works and what you can expect.


---

# 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.maker.co/community.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.
