# Numerai Tournament

- [Overview](https://docs.numer.ai/numerai-tournament/readme.md): Everything you need to know to get started in under 5 minutes!
- [Data](https://docs.numer.ai/numerai-tournament/data.md): Details about the Numerai Dataset and how to get it.
- [Models](https://docs.numer.ai/numerai-tournament/models.md)
- [Submissions](https://docs.numer.ai/numerai-tournament/submissions.md): Submitting your predictions to Numerai
- [Model Uploads](https://docs.numer.ai/numerai-tournament/submissions/model-uploads.md): Free, zero-setup automation
- [Scoring](https://docs.numer.ai/numerai-tournament/scoring.md)
- [Definitions](https://docs.numer.ai/numerai-tournament/scoring/definitions.md): Overview of all definitions and vocabulary used to speak about scoring
- [Correlation (CORR)](https://docs.numer.ai/numerai-tournament/scoring/correlation-corr.md)
- [Meta Model Contribution (MMC)](https://docs.numer.ai/numerai-tournament/scoring/meta-model-contribution-mmc.md)
- [Feature Neutral Correlation (FNC)](https://docs.numer.ai/numerai-tournament/scoring/feature-neutral-correlation.md)
- [True Contribution (TC)](https://docs.numer.ai/numerai-tournament/scoring/true-contribution-tc.md)
- [Grandmasters & Seasons](https://docs.numer.ai/numerai-tournament/scoring/grandmasters-and-seasons.md): A prestige system for the Numerati.
- [Staking](https://docs.numer.ai/numerai-tournament/staking.md)
- [MCP](https://docs.numer.ai/numerai-tournament/mcp.md)
- [Bounties](https://docs.numer.ai/numerai-tournament/bounties.md): Help us improve Numerai and earn NMR!


---

# 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.numer.ai/numerai-tournament.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.
