# OpenHack '20

## OpenHack '20

- [Welcome!](https://openhack.gitbook.io/openhack-20/readme.md)
- [Wall of Love](https://openhack.gitbook.io/openhack-20/wall-of-love.md): Here's what OpenHack members liked about the program, how OpenHack helped them and why they would recommend OpenHack to their juniors.
- [Program Overview](https://openhack.gitbook.io/openhack-20/cohort-2/program-overview.md): 14th December, 2020 - 1st February, 2020
- [Projects](https://openhack.gitbook.io/openhack-20/cohort-2/projects.md): Project ideas chosen and built by students in the Alpha track
- [Communication](https://openhack.gitbook.io/openhack-20/cohort-2/communication.md)
- [Getting Help](https://openhack.gitbook.io/openhack-20/cohort-2/getting-help.md): Keep in mind that an important part of open source is self-reliance. We expect you to look for answers before approaching us for help. Try to ask your doubts in the open, unless it's specific to you.
- [Program Overview](https://openhack.gitbook.io/openhack-20/cohort-1/program-overview.md): 5th September, 2020 - 21st November, 2020
- [Projects](https://openhack.gitbook.io/openhack-20/cohort-1/projects.md): Choose a project which you are passionate about. Don't go with one just because it can be built with a language/framework you already know. New ideas are welcome!
- [Achievements](https://openhack.gitbook.io/openhack-20/cohort-1/achievements.md)
- [Communication](https://openhack.gitbook.io/openhack-20/cohort-1/communication.md)
- [Getting Help](https://openhack.gitbook.io/openhack-20/cohort-1/getting-help.md): Keep in mind that an important part of open source is self-reliance. We expect you to look for answers before approaching us for help. Try to ask your doubts in the open, unless it's specific to you.
- [Students](https://openhack.gitbook.io/openhack-20/responsibilities/students.md)
- [Mentors](https://openhack.gitbook.io/openhack-20/responsibilities/mentors.md)
- [Junior Mentors](https://openhack.gitbook.io/openhack-20/responsibilities/junior-mentors.md)
- [FAQ](https://openhack.gitbook.io/openhack-20/faq.md)
- [Resources](https://openhack.gitbook.io/openhack-20/resources.md)
- [Post OpenHack TODO List](https://openhack.gitbook.io/openhack-20/post-openhack-todo-list.md)
- [Code of Conduct](https://openhack.gitbook.io/openhack-20/code-of-conduct.md)
- [Contact Us](https://openhack.gitbook.io/openhack-20/communication.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://openhack.gitbook.io/openhack-20/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.
