# How to Win CCDC

[![Deploy to GitHub Pages](https://github.com/mubix/howtowinccdc/actions/workflows/deploy.yml/badge.svg)](https://github.com/mubix/howtowinccdc/actions/workflows/deploy.yml)

Notes, Slides, Comments, and Commands on How to Win CCDC

Live Link: <https://howtowinccdc.com/>

If you have something to contribute, please feel free to edit the `index.adoc` file to add slides.

Original Doc: <https://docs.google.com/presentation/d/1pPXLg3KqwSMLRCNRfows5QnVI2mLjSmll5vN2WHMFJg>

Please report incorrect information or broken links via [GitHub Issues](https://github.com/mubix/howtowinccdc/issues).


---

# 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://wiki.howtowinccdc.com/readme.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.
