> For the complete documentation index, see [llms.txt](https://modak.gitbook.io/modak-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://modak.gitbook.io/modak-docs/features/coming-soon-coffee-chat.md).

# (coming soon) Coffee Chat

We've all been there: stuck on a project, yearning for a fresh perspective, or simply feeling lost in a new professional landscape. That is the exact reason why Coffee Chat was designed – to bridge the gap between needing help and finding the perfect person to provide it.

Imagine LinkedIn meets Zoom: Coffee Chat allows you to browse, search, and connect with a network of professionals for instant video consultations. **Think of it as a virtual coffee break where you can:**

1. **Get expert advice:** Need a sounding board for a new business idea? Stuck on a technical hurdle? Coffee Chat connects you with professionals across various fields who can offer valuable insights and guidance.
2. **Expand your network:** Moving to a new city or industry? Coffee Chat lets you connect with local professionals or industry experts who can share insider knowledge and career advice.
3. **Embrace the digital nomad lifestyle:** The world is your office with Coffee Chat. Connect with fellow remote workers and build a global network of collaborators and supporters.

**Here's what makes Coffee Chat unique:**

* **Targeted Search:** Find the right person for the job. Our detailed profiles, including career field, experience, and skills, allow you to connect with the most relevant professionals for your needs.
* **Seamless Video Calls:** Initiate video consultations directly from the platform. No need to juggle multiple apps or exchange contact information – Coffee Chat streamlines the process for a smooth and efficient experience.

Coffee Chat is more than just a networking tool – it's a community built on mutual support and knowledge sharing. So, the next time you need a helping hand or simply want to connect with like-minded individuals, grab a virtual cup and join the conversation on Coffee Chat!


---

# 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://modak.gitbook.io/modak-docs/features/coming-soon-coffee-chat.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.
