> For the complete documentation index, see [llms.txt](https://gramhal.gitbook.io/matar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gramhal.gitbook.io/matar/matar-for-communities/hosting-on-matar.md).

# Hosting on Matar

{% hint style="info" %}
This page will outline the benefits of hosting your community conversations on Matar App
{% endhint %}

***

### Benefits

#### Growing User Base

2,000+ registered users spread across 4 communities. Many other communities have started hosting but are in beta mode.

#### **ChatGPT Integration**

Matar uses the 3.5 Turbo GPT API to fetch answers for asked questions. Even before passing the transcribed question from the user, matar filters into a category it belongs to. To understand specific question subjects, check [<mark style="color:blue;">**Changing Subjects.**</mark>](/matar/matar-features/changing-subjects.md)

#### P2P-based Communications

Another advantage of hosting communications on Matar is **Peer-to-peer**(P2P) communication compared to traditional client-server communication. P2P distributed computing reduces the load and cost of servers while increasing the reliability, availability and enhancing privacy.

#### Available to All

Matar being a P2P audio communications app removes barriers for people with disabilities and non-English readers. Any community has the opportunity to become a partner, sign up and participate in the conversations on Matar.


---

# 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://gramhal.gitbook.io/matar/matar-for-communities/hosting-on-matar.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.
