# Post OpenHack TODO List

Congratulations on completing OpenHack '20! We hope you learned a lot, worked on interesting projects, made good friends and built a strong foundation for your early career! You'll be receiving a completion certificate via mail soon.

What next?

* **Update your resume and social media accounts**\
  \*\*\*\*The work you did over the last few months is a great way to showcase your skills to future employers. Remember to mention "**OpenHack '20 developer**" as the title and "**FOSS Cell, GEC PKD**" as the organisation name ("FOSS, GEC Palakkad" on LinkedIn). You should also put a few points in the description about the work you did. You can include the links to your project's repo and demo too. If you've also been a mentor at OpenHack '20, be sure to mention "**OpenHack '20 mentor**".\\
* **Improve your project and help out contributors**\
  \*\*\*\*Make sure to keep your project alive by maintaining it, adding new features etc. You can also try to help out future contributors by clearing their doubts, reviewing PRs, etc.\\
* **Become a mentor and help others**\
  \*\*\*\*You can give back to the community by helping others, getting them excited with open source, etc! You're also welcome to join next time as a mentor!\\
* **Find open source projects**\
  \*\*\*\*You can find interesting open source projects at GitHub, Google Summer of Code's organisations list, etc and try contributing to them. You can also contribute to open source projects you use in your daily life!\
  \
  Here are a few ways of contributing:
  * Check out good-first-issues/beginner-friendly-issues
  * Find bugs and fix them
  * Improve the documentation which will help a lot of other people using the library/software/framework.
  * If you're using the project and need a feature, you can get in touch with the community, request for the feature and even code it up.
  * Add tests\\
* **Check out other programs**
  1. [Google Summer of Code](https://summerofcode.withgoogle.com)
  2. [MLH Fellowship](https://fellowship.mlh.io)
  3. [Outreachy](https://www.outreachy.org)


---

# 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://openhack.gitbook.io/openhack-20/post-openhack-todo-list.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.
