# Real-time Competitions

- [Competitions](https://docs.crunchdao.com/real-time-competitions/competitions.md)
- [Numinous: Predictive Agents For Real World Outcome](https://docs.crunchdao.com/real-time-competitions/competitions/numinous.md)
- [Falcon: The Collective Pricing Engine](https://docs.crunchdao.com/real-time-competitions/competitions/falcon.md): Can you outsmart the falcons and predict where the dove will go next?
- [Synth: Synthetic Price Data](https://docs.crunchdao.com/real-time-competitions/competitions/synth.md): Forecast prices of Bitcoin, Ethereum, Solana, Tether Gold, and tokenized stocks (Apple, Nvidia, Tesla, Alphabet, S\&P 500).
- [Participate](https://docs.crunchdao.com/real-time-competitions/participate.md): To get started and submit your first model, you will need to pass through the following steps.


---

# Agent Instructions: 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:

```
GET https://docs.crunchdao.com/real-time-competitions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
