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

# Community Resources

Connect with other QuantsEdge traders and access community resources.

## Official Community Channels

| Platform      | Purpose                                            | Join                                                         |
| ------------- | -------------------------------------------------- | ------------------------------------------------------------ |
| **Discord**   | Real-time chat, strategy discussions, support      | [discord.gg/quantsedge](https://discord.gg/quantsedge)       |
| **Telegram**  | Quick Q\&A, market alerts, community signals       | [t.me/quantsedge](https://t.me/quantsedge)                   |
| **Twitter/X** | Platform updates, feature releases, insights       | @QuantsEdge                                                  |
| **YouTube**   | Tutorials, walkthroughs, webinars, success stories | [youtube.com/@quantsedge](https://youtube.com/@quantsedge)   |
| **Forum**     | In-depth discussions, searchable knowledge base    | [community.quantsedge.com](https://community.quantsedge.com) |

## Community Programs

### Referral Program

**Earn rewards:** Receive 20% commission on referee's fees for the first year, provide referees with 10% fee discounts, enjoy unlimited referral opportunities, and build recurring revenue through your referral network.

**Share:** Settings → Referrals → Your Unique Link

## Community Resources

### Strategy Library

**Community-shared strategies:** Access a library of tested strategies from successful traders, learn from their approaches and methodologies, clone and customize strategies to fit your trading style, and rate and review strategies to help the community identify the best performers.

**Access:** Strategy Lab → Community Strategies

**Top strategies:** Momentum Breakout (by @trader\_mike), Mean Reversion Pro (by @crypto\_quant), Trend Surfing (by @wave\_rider)

## Advanced Trader Network

### Exclusive Community (Pro/Enterprise)

**Benefits:** Exclusive access to private Telegram channels for advanced discussions, direct access to developers for feature requests and support, alpha feature testing opportunities, advanced strategy sharing among experienced traders, higher-level technical discussions, trade idea sharing for collaboration, and market intelligence from professional traders.

* Priority support

**Access:** Upgrade to Pro or Enterprise

**Join our thriving community** of algorithmic traders. Learn from others, share your knowledge, and grow together.

**Get Started:** [Telegram](https://t.me/quantsedge) | [Forum](https://community.quantsedge.com) | [Twitter](https://twitter.com/quantsedge)


---

# 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://quantsedge.gitbook.io/quantsedge-docs/help-and-support/community.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.
