> For the complete documentation index, see [llms.txt](https://openhack.gitbook.io/openhack-20/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openhack.gitbook.io/openhack-20/cohort-2/communication.md).

# Communication

We will be using Discord for all general, off-topic chat, technical doubts and feedback-requests. The invite link will be shared to all the participants.

**Channels:**

* **announcements** - all the important updates on events, workshops, meets, etc
* **general** - anything related to the program, coding, doubts, projects, etc.
* **introduce-yourself** - share your name, GitHub username, facts about you, etc.
* **alpha-track** - anything related to the Alpha Track
* **beta-track** - anything related to the Beta Track
* **feedback-requests** - if you need feedback on choices, resume, applications, etc
* **git-and-github** - doubts related to Git & GitHub
* **html-and-css** - doubts related to HTML & CSS
* **javascript** - doubts related to JavaScript
* **python** - doubts related to Python
* **android** - doubts related to Android
* **flutter** - doubts related to Flutter
* **cpp** - doubts related to C++
* **off-topic** - anything unrelated to the program! :D

Your project would also have an associated Gitter chatroom integrated with the GitHub repo. For the weekly stand-ups and show-and-tells, we will be using Jitsi Meet and all the sessions would be uploaded to OpenHack's [YouTube channel](https://www.youtube.com/channel/UCWFTHKmCRTlBx-XWhHuGSKg).

Please check our code of conduct [here](https://openhack.gitbook.io/openhack-20/code-of-conduct).


---

# 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://openhack.gitbook.io/openhack-20/cohort-2/communication.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.
