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

# Premium Membership

In the Discord we offer a premium membership where you get access to a bunch of private channels that the normal user does not have access to.

## Access Includes

### My Personal Trades

![](/files/POwIX07eVBVV0J7QpLIY)

One of those channels is my personal trade alerts. Where I go over my entries, stop losses, and take profits. I will alert you whenever I take a trade and will also notify you of important news that's currently happening in the market.

### Other Features That Are Included With Premium:

* FREE Access to my private buy/sell indicator
* Access to the 🧪premium-chat where you can ask questions about your trades
* Access to my risk management course
* Access to my fundamental analysis Excel spreadsheet
* Access to my hot press keywords Excel Spreadsheet
* You will also receive access to all the Pro member rooms

### Sign up

If you're interested in signing up or want to see everything that comes with Premium membership, you can do so [here.](https://tradinglab.ai/premium/)


---

# 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.tradinglab.ai/discord/premium-membership.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.
