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

# Overview

Prophet maintains presence on six external platforms and two product surfaces. They are not interchangeable. Discord is where questions get answered, Telegram is an automated bot rather than a group chat, and the remaining channels are broadcast only. Choosing the wrong one is the most common reason a question goes unanswered.

Every link on this page was taken from the live site and is listed in full so it can be copied without visiting the homepage first.

## Where to go first

| If you want to                                | Go to                                                 |
| --------------------------------------------- | ----------------------------------------------------- |
| Ask a question or report a problem            | [Discord](https://discord.com/invite/F8CZyTrhfW)      |
| Receive market alerts in Telegram             | [Prophet bot](https://t.me/theprophetaibot)           |
| Follow announcements and market commentary    | [X](https://x.com/prophetmarketai)                    |
| Read longer explanations of how Prophet works | [Blog](https://prophetmarket.ai/blog)                 |
| Build against the platform                    | [API](https://prophetmarket.ai/api)                   |
| Trade                                         | [app.prophetmarket.ai](https://app.prophetmarket.ai/) |

{% hint style="info" %}
**There is no support email address**

Prophet does not publish a support inbox, help desk or ticket form. Discord is the support channel. Anyone offering you a Prophet support email is not from Prophet.
{% endhint %}

## In this section

The [Community Channels](broken://pages/ab6c1e9fe75dfcc76334c63a4fb5dce5b4d03434) page lists every official account with its exact URL and describes what each one is for. The [Getting Support](broken://pages/cff0cc8a21af77d048f863bd96d52ec9f27df5c4) page explains how to raise a problem so that it can actually be resolved, and what information to include. The [Official Links](broken://pages/de637f4d13b2464fd3c7cef1c022d8a07cb96a93) page is a single verification table, provided so that anybody can confirm at a glance whether an account claiming to be Prophet is genuine.

{% hint style="danger" %}
**Prophet will never contact you first asking for funds, keys or a seed phrase**

Impersonation is common in prediction markets and crypto adjacent products. Verify any account against the [Official Links](broken://pages/de637f4d13b2464fd3c7cef1c022d8a07cb96a93) table before responding to it, and read [Risks](file:///2549687/safety/risks.md) before acting on anything you are told in a community channel.
{% endhint %}

## Availability

Prophet is not available to US citizens or residents. This restriction applies to the community channels as well as the platform, and it is set out in full on the [Availability](file:///2549687/availability.md) page.


---

# 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.prophetmarket.ai/community/overview.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.
