> For the complete documentation index, see [llms.txt](https://poe-developers.gitbook.io/hackathon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://poe-developers.gitbook.io/hackathon/poe-hackathon-1-10-7.md).

# Poe Hackathon #1 (10/7)

As part of the launch of the [Poe API v2](https://quorablog.quora.com/Introducing-the-Poe-API-v2-for-Developers), you're invited to join the first official Poe virtual hackathon on October 7th at 10AM PT! This will be your chance to build on top of the Poe platform and earn from a prize pool of $10k. You'll be able to talk to other participants and get support from the Poe team.

### Schedule

* 10/7, 10AM PDT: Hackathon kick-off livestream
* 10/7, 10:30AM PDT: Hackathon begins
* 10/8, 10AM PDT: Submission deadline
* 10/9, 5PM PDT: Winners are announced

### How to join the kickoff stream?

**When**: Oct 7, 2023 10:00 AM Pacific Time (US and Canada)\
**Topic**: Poe Hackathon #1&#x20;

**Web**: Please click the link below to join the webinar:\
<https://quora.zoom.us/j/96685186711?pwd=WFQwWitQVnlIM1E5Mjl4eUljZWZoZz09>\
Passcode: 586923

**Mobile**: Find and call the phone number for your location in the registry at: <https://quora.zoom.us/zoomconference?m=OTY2ODUxODY3MTE.xzI00ZibOVgyDgq58nm9t_EVnk8f0qmx>\
Webinar ID: 966 8518 6711\
Passcode: 586923

### What are the prizes?

* Top place: $5k
* Second place: $2k
* Third place: $1k
* Fourth place: $1k
* Fifth place: $1k

### What are the criteria for submissions?

* Only Poe [server bots](https://developer.poe.com/#ways-to-create-a-bot-on-poe) are eligible for submission
* When evaluating winners, we will be looking for bots that utilize the Poe platform and chat UI to uniquely address a need that isn't addressed as well (or at all) by existing alternatives
  * For example, a chat bot that simply helps you look up flight information does not meet our criteria because it addresses a need that can better be addressed by doing to Expedia's website. However, a bot that allows you to do unique things with the flight information that are only doable on a chat interface will qualify.
* Multiple submissions per participant are allowed but a participant can only win one prize.

### How do I participate?

The hackathon will be conducted remotely. The details about the submission process are being finalized and will be communicated on our Discord. To subscribe to further updates about this hackathon, join our [Discord](https://discord.gg/bCFyCh6Y), go to the #hackathon-subscribe channel, and leave a reaction on the message.

### Are there additional rules or terms?

Yes, by participating in the Hackathon, you agree to the [Poe Hackathon Rules](/hackathon/poe-hackathon-1-10-7-rules.md), the [Poe Terms of Service](https://poe.com/tos) and [Privacy Policy](https://poe.com/privacy).


---

# 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://poe-developers.gitbook.io/hackathon/poe-hackathon-1-10-7.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.
