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

# Availability

*Where Prophet can and cannot be used.*

{% hint style="danger" %}
**Prophet is not available to US citizens or residents**

By accessing Prophet you confirm that you are not located in the United States and are not a US citizen or resident. This restriction is not a technicality and it is not waivable.
{% endhint %}

Prediction markets carry varying legal status across jurisdictions, and Prophet is unavailable in some regions beyond the United States. Availability can change as regulation develops in individual markets.

## Your responsibility

Determining whether you may lawfully use Prophet where you are is your responsibility. Prophet applies restrictions where it is required to, and that does not amount to legal advice about your own position. If the status where you live is unclear to you, seek advice locally before depositing funds.

## Age

Prophet is intended for adults. Do not use the platform if you are below the age of majority in your jurisdiction.

{% hint style="warning" %}
**Trade responsibly**

Prophet involves financial risk and is not a source of income. If trading has stopped being a considered decision for you, stop and seek support locally.
{% endhint %}


---

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