> For the complete documentation index, see [llms.txt](https://wiki.simpler.grants.gov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.simpler.grants.gov/get-involved/community-events/fall-2024-coding-challenge/event-submissions-and-winners.md).

# Event Submissions & Winners

The first Collaborative Code & Design Challenge was a short weekend "hackathon" event where competitors came together to create proposals. The winner was selected by a "crowd favorite" vote from all participants.

## Winner

[Dante's Login](https://docs.google.com/presentation/d/12fRxDYeAqVTG4xeNhd5GjITdgcaA1H8PbI-NSYHIfjg/edit?usp=share_link) - Kari Aanestad and Brian Krohn

## Submitted Projects

[Improving Search](https://docs.google.com/document/d/1RH-9ij7fjPhIqzM0qCZwdnGWt1hVKao6/edit?usp=sharing\&ouid=108978626373867578681\&rtpof=true\&sd=true) - Sarah Simister

[Subscriptions](https://docs.google.com/document/d/1RH-9ij7fjPhIqzM0qCZwdnGWt1hVKao6/edit?usp=sharing\&ouid=108978626373867578681\&rtpof=true\&sd=true) - Brian Krohn, Chantal Forster, Kari Aanestad, Liz Hoffman, Paul Gehrig, Sukhi Chuhan

[Search & Subscribe](https://docs.google.com/presentation/d/1BAhUlzwG6ET7DSWJHNL3JLGMC5b9j29K-GqIv_1Hr_U/edit#slide=id.p) - Kari Aanestad, Sukhi Chuhan, Chantal Forster, Paul Gehrig, Liz Hoffman, Brian Krohn

[Improving Site Clarity](https://docs.google.com/presentation/d/1erkSjAWb-O4T5U8I-LCYX9TRGd1qaypkC_FqHsotYYE/edit#slide=id.p) - Rachel, Judy, Aura

[Data Consolidation Over Site Redesign](https://drive.google.com/file/d/1re6jhEf2onoRzo_RvFljjTIk3qhk3603/view) - Judy Wieber


---

# 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://wiki.simpler.grants.gov/get-involved/community-events/fall-2024-coding-challenge/event-submissions-and-winners.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.
