# Hackathons UK Wiki

## The Hackathon Community Wiki

This a project to build a wiki to help document how to get involved and organise hackathons.

### Contributing

Thanks for taking an interest in our project!

This site is published on GitBook and maintained on GitHub

If you want to help out, but don't know were to get started check the open issues!

*We don't bite and will work with you to make sure your contribution gets merged in!*

#### Writing Content

The site is written in Markdown, with multiple special features available to use!

First, put your content in the appropriate sub directory. Make sure your file ends with `.md` and that you've added your page to `/SUMMARY.md`

Make sure to check out the [GitBook docs](https://docs.gitbook.com/editing-content/markdown) to learn more about how you can format pages.

*Attribution: Content is forked from hack.athon.uk which is under an MIT license. Thank you to the contributors of hack.athon.uk*


---

# 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://not-the.hackathons.wiki/master.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.
