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

# FAQs

### **How do I get involved in the community?**&#x20;

1. Get involved in Discord. Ask questions, share resources, and generally contribute to the conversation. If you build/write/see something interesting, share it in Discord!&#x20;
2. Get to know other people in the community. The easiest way is to see who is active on Discord or on [our Reputation Board](https://reputation.superteam.fun/) and shoot them a DM asking for a quick 15 minute intro meeting. We’re a friendly bunch!&#x20;

### **I have an idea for a project, what should I do?**&#x20;

Apply for an [Instagrant](https://earn.superteam.fun/grants/)! We’d love to give you between $1,000 - $10,000 (smaller is easier!) to build out your concept.

### What benefits do Members get relative to Contributors?&#x20;

Members get access to project channels in Discord (for easier contribution), access to Working Groups, preferential treatment on Instagrants, and additional benefits of Superteam’s distribution (e.g. sharing on social, ecosystem introductions, etc)&#x20;

### **How do I become a Member?**&#x20;

1. Consistently help other Superteam Members and contribute to Superteam projects, earning XP.
2. Win a Grant&#x20;

### **I have another question not answered here?**&#x20;

Feel free to drop us a note at <support@superteam.fun>.


---

# 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.superteam.fun/the-superteam-handbook/community/faqs.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.
