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

# Links

Official Paragon channels and resources.

## Social

| Platform  | Link                                          |
| --------- | --------------------------------------------- |
| Twitter/X | [@tradeparagon](https://x.com/tradeparagon)   |
| Telegram  | [Join Telegram](https://t.me/paragon_trade)   |
| Discord   | [Join Discord](https://discord.gg/qd6a9gTqqr) |

## Support

| Channel     | Link                                                                              |
| ----------- | --------------------------------------------------------------------------------- |
| Support Bot | [Paragon Support Bot](https://t.me/ParagonSupportBot) — Open a ticket on Telegram |
| Email       | <help@paragon.trade>                                                              |

## Trading

| Platform         | Link                                                                                |
| ---------------- | ----------------------------------------------------------------------------------- |
| Trade Paragon    | [app.hyperliquid.xyz/trade/para:BTC.D](https://app.hyperliquid.xyz/trade/para:BTCD) |
| Hyperliquid Docs | [hyperliquid.gitbook.io](https://hyperliquid.gitbook.io)                            |

## Development

| Resource | Link                                                                                  |
| -------- | ------------------------------------------------------------------------------------- |
| GitHub   | [github.com/N8V-Labs](https://github.com/N8V-Labs)                                    |
| API Docs | [Hyperliquid API](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api) |

## Data

| Resource          | Link                                                                                                  |
| ----------------- | ----------------------------------------------------------------------------------------------------- |
| Index Methodology | Market makers should reach out for [Index Composition API](/developers/index-composition-api.md) keys |

## Brand

| Resource       | Link                                                                                         |
| -------------- | -------------------------------------------------------------------------------------------- |
| Brand Kit      | [Brand Kit](/community/brand-kit.md)                                                         |
| Brand Assets   | [github.com/N8V-Labs/paragon-brand-assets](https://github.com/N8V-Labs/paragon-brand-assets) |
| Media Contacts | Reach out via [Telegram](https://t.me/paragon_trade)                                         |

## Stay Updated

Follow [@tradeparagon](https://x.com/tradeparagon) and join our [Telegram](https://t.me/paragon_trade) and [Discord](https://discord.gg/qd6a9gTqqr) for:

* New market listings
* Protocol updates
* Trading competitions
* Community events


---

# 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:

```
GET https://docs.paragon.trade/community/links.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.
