> 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-1/communication.md).

# Communication

We will be using WhatsApp for both general and off-topic chat and all the participants would be added to OpenHack's WhatsApp group. Technical doubts and discussions are welcome at FOSS Cell's [Gitter chatroom](https://gitter.im/FOSS-Cell-GECPKD/community).

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-1/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.
