> For the complete documentation index, see [llms.txt](https://hyfbe.gitbook.io/teacher-curriculum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyfbe.gitbook.io/teacher-curriculum/contributing.md).

# Contributing

## Did you find a mistake?

* Ensure the mistake was not already reported by searching on GitHub under [Issues](https://github.com/HackYourFuture-CPH/teacher-curriculum/issues).
* If you're unable to find an open issue addressing the problem, [open a new one](hhttps://github.com/HackYourFuture-CPH/teacher-curriculum/issues/new). Be sure to include a title and clear description, as much relevant information as possible, and a suggested correction.

## Did you write a patch that fixes a mistake?

* Open a new GitHub pull request with the patch.
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
* Formatting, layout, and other cosmetic patches are welcome. Please label these issues `layout`

## Do you intend to add a new chapter or section, or change an existing one?

* Suggest your change with an issue labeled `content` so everyone can discuss it.

## Do you have questions about the design or content of the course?

* Open an issue labeled `question`.

## Do you want to contribute to the curriculum?

HackYourFuture is a (mostly) volunteer effort. We thank you for your support!

The HYF Team


---

# 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://hyfbe.gitbook.io/teacher-curriculum/contributing.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.
