> For the complete documentation index, see [llms.txt](https://whitepaper.omeganetwork.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.omeganetwork.cloud/official-channels.md).

# Official Channels

This page lists the **official communication channels and verified resources** associated with Omega Network. Users are strongly encouraged to rely only on the links and contacts provided here when interacting with the Omega ecosystem.

Due to the growing presence of impersonation attempts and unofficial groups within the digital asset space, Omega Network advises users to verify any communication or announcements through the official channels listed below.

> <mark style="color:$primary;">Omega Network representatives will never request private keys, passwords, or sensitive account credentials through social media, messaging platforms, or email.</mark>

***

#### Official Website

The official Omega Network website serves as the primary source for announcements, updates, and ecosystem information.

```
https://omeganetwork.cloud/
```

***

#### Social Media

Official social media channels provide announcements, updates, and community engagement.

{% columns fullWidth="false" %}
{% column width="25%" %} <a href="https://x.com/omega_net_x" class="button secondary" data-icon="x-twitter">X</a>

<a href="https://t.me/official_omeganetwork" class="button secondary" data-icon="telegram">Telegram</a>

<a href="https://www.youtube.com/@omega_network" class="button secondary" data-icon="youtube">YouTube</a>
{% endcolumn %}

{% column width="75%" %} <a href="https://www.instagram.com/omeganetwork_cloud/" class="button secondary" data-icon="instagram">Instagram</a>

<a href="https://www.tiktok.com/@omega_network" class="button secondary" data-icon="tiktok">TikTok</a>
{% endcolumn %}
{% endcolumns %}

***

#### Official Email

<table data-header-hidden><thead><tr><th width="111.60003662109375"></th><th></th></tr></thead><tbody><tr><td>Support</td><td>contact@omeganetwork.cloud</td></tr><tr><td>Legal</td><td>legal@omeganetwork.cloud</td></tr><tr><td>Business</td><td>business@omeganetwork.cloud</td></tr><tr><td>Abuse</td><td>abuse@omeganetwork.cloud</td></tr></tbody></table>


---

# 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://whitepaper.omeganetwork.cloud/official-channels.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.
