> 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/community-channels.md).

# Community Channels

Prophet runs six external accounts. Two of them are interactive, four are broadcast. The distinction matters because posting a support question to a broadcast channel will not reach anybody who can help.

## Discord

> <https://discord.com/invite/F8CZyTrhfW>

Discord is the primary community and the only place where Prophet answers questions. If you have a problem with a market, a trade, a wallet or a resolution, this is where it goes. It is also where the most substantive discussion of market design happens, because the people who create the most markets tend to be there.

Read [Getting Support](broken://pages/cff0cc8a21af77d048f863bd96d52ec9f27df5c4) before posting a problem, since a question that includes the market link and the wallet address gets resolved considerably faster than one that does not.

## Telegram

> <https://t.me/theprophetaibot>

{% hint style="warning" %}
**This is a bot, not a group chat**

The Telegram link is an automated bot rather than a community discussion group. You can interact with it, but you are not joining a room full of other traders, and posting a support request to it will not reach a person. For anything that needs a human, use [Discord](https://discord.com/invite/F8CZyTrhfW).
{% endhint %}

## X

> <https://x.com/prophetmarketai>

Announcements, market commentary and platform updates. Replies are not a support channel and should not be relied on for anything time sensitive relating to your own positions.

## Instagram

> <https://instagram.com/prophetmarketai>

Visual and short form content. Broadcast only.

## TikTok

> <https://tiktok.com/@prophetmarketai>

Short form video. Broadcast only. This account appears in the site footer rather than the main navigation.

## LinkedIn

> <https://www.linkedin.com/company/prophetmarket/>

Company and industry updates aimed at a professional audience. Broadcast only. Also footer rather than main navigation.

## Which channels are interactive

| Channel   | Type          | Will a human reply |
| --------- | ------------- | ------------------ |
| Discord   | Community     | Yes                |
| Telegram  | Automated bot | No                 |
| X         | Broadcast     | Not reliably       |
| Instagram | Broadcast     | No                 |
| TikTok    | Broadcast     | No                 |
| LinkedIn  | Broadcast     | No                 |

## Product surfaces

Alongside the social accounts, four addresses belong to the product itself. The application lives at [app.prophetmarket.ai](https://app.prophetmarket.ai/) and the market list at [app.prophetmarket.ai/markets](https://app.prophetmarket.ai/markets). Longer form writing is published on the [blog](https://prophetmarket.ai/blog), and developers should start at the [API page](https://prophetmarket.ai/api), which leads to the [GraphQL playground](https://app.prophetmarket.ai/api/playground).

The frequently asked questions are an anchored section of the homepage at [prophetmarket.ai/#faq](https://prophetmarket.ai/#faq) rather than a standalone page, so a bare `/faq` address will not resolve.


---

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