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

# Campfire

## **What Is Campfire?**

Campfire spaces are designed to bring back the welcoming, friendly feeling of sitting around a cozy campfire.

Simply put, it’s a ‘forum meets video meeting.’ These are places for people to relax, share stories, and enjoy casual conversations on topics they care about. The goal is to create an ambient environment reflecting an outdoor camping vibe.

## **Why We Made Campfire**

We developed Campfire to facilitate more meaningful connections within the Modak community. Real campfires make bonding between people through cozy and authentic conversations. We want to transform that coming-together spirit into the virtual world.

In Campfire, you can choose the topic of your choice and explore different rooms under your selected category.

You can enter a room where people are talking about a particular topic and join in, or just listen to other speakers.

<figure><img src="/files/cof9eaYEEWMR0B4Ns5YF" alt=""><figcaption></figcaption></figure>

## Features

* **Diverse Topics:** A wide variety of dedicated rooms cater to different interests like music, travel, Web3, tech, etc. If you can’t find one that matches your needs, you can easily create a new space of your liking. You can talk about your passion there with people who share a similar love for your favorite topic.
* **Language Filters:** Before joining any room, you can view the languages being spoken at dropdown to ensure you can actively participate. This facilitates global connections.
* **Flexible Participation:** If you prefer to just listen in, you can turn off your camera and mic. Rooms also persist when empty so you can pick up conversations later.
* **Close Bond:** To enable rich dialogue, we capped the initial capacity at 10 people per room as of now. As a small team, this allows us to provide a smooth, quality experience. We may expand this limit later on if the need arises for larger rooms with more people.


---

# 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/campfire.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.
