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

# Contact & Support

### Official Channels

* **Website**: [launchium.app](https://launchium.app)
* **Documentation**: <https://launchium.gitbook.io/launchium/>
* **API Status**: [status.launchium.app](https://status.launchium.app)
* **Twitter**: [@launchium](https://twitter.com/launchium)
* **Telegram**: [@launchium](https://t.me/launchium)
* **Telegram Community:** [@launchiumcommunity](https://t.me/launchiumcommunity)
* **Email**:
  * General: <support@launchium.app>
  * Partnerships: <partnerships@launchium.app>
  * Enterprise: <enterprise@launchium.app>
  * Security: <security@launchium.app>

### Community Resources

* **Telegram Community**: 24/7 active support and discussions
* **Twitter Updates**: Real-time announcements and feature releases
* **YouTube Channel**: Tutorials and webinars (Coming Q3 2025)
* **Developer Forum**: Technical discussions (Coming Q4 2025)
* **Discord Server**: Community hub (Coming Q4 2025)

### Support Tiers

| Tier           | Response Time | Access                    | Cost          |
| -------------- | ------------- | ------------------------- | ------------- |
| **Community**  | 24-48 hours   | Telegram, Email           | Free          |
| **Priority**   | 2-4 hours     | Direct support line       | LNCHM holders |
| **Enterprise** | 30 minutes    | Dedicated account manager | Custom        |

### Office Hours (UTC)

* **Technical Support**: 24/7
* **Business Inquiries**: Monday-Friday, 9:00-18:00
* **Emergency Hotline**: Available for critical issues

### Bug Reporting

Found a bug? Report it responsibly:

1. **Security vulnerabilities**: <security@launchium.app> (up to $500K bounty)
2. **Platform bugs**: Use GitHub issues or <support@launchium.app>
3. **Feature requests**: <feedback@launchium.app>


---

# 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://launchium.gitbook.io/launchium/contact-and-support.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.
