# Participate

- [How to participate](https://docs.adialab.crunchdao.com/participate/how-to-participate.md)
- [Create an account](https://docs.adialab.crunchdao.com/participate/create-an-account.md)
- [Setup](https://docs.adialab.crunchdao.com/participate/setup.md)
- [Your working directory](https://docs.adialab.crunchdao.com/participate/your-working-directory.md)
- [A basic but functional solution](https://docs.adialab.crunchdao.com/participate/a-basic-but-functional-solution.md)
- [Testing your code](https://docs.adialab.crunchdao.com/participate/testing-your-code.md): Once a solution seems interesting it's time to test its proper execution within the interface.
- [Submitting](https://docs.adialab.crunchdao.com/participate/submitting.md): Once tested a code can be submitted.
- [Get a score on the leaderboard](https://docs.adialab.crunchdao.com/participate/get-a-score-on-the-leaderboard.md): Once submitted it's time to run your model in the cloud
- [Run in the Cloud Environment](https://docs.adialab.crunchdao.com/participate/run-in-the-cloud-environment.md): To run your code, configure your Running Environment.
- [Monitoring your Cloud Runs](https://docs.adialab.crunchdao.com/participate/monitoring-your-cloud-runs.md): Once launched, check that everything is going fine with the execution logs.
- [Out-of-Sample Submission Selection](https://docs.adialab.crunchdao.com/participate/out-of-sample-submission-selection.md)
- [Out-of-Sample Evaluation Phase](https://docs.adialab.crunchdao.com/participate/out-of-sample-evaluation-phase.md)
- [Advanced Material](https://docs.adialab.crunchdao.com/participate/advanced-material.md): Here you will find some suggestions on how to tackle the problem. We provide two notebooks with different approaches.
- [Known Issues](https://docs.adialab.crunchdao.com/participate/known-issues.md)


---

# 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.adialab.crunchdao.com/participate.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.
