# Introduction

![](/files/-M_vZpPq3u-vShAEuBuz)

Mumble is an Open Source Social Media Platform and Public Forum for Questions and Discussions, built for Developers.

## Mumble Features

* Dark/Light Mode
* Open Source
* Create a post
* Remumble a post (re-post it)
* Create an article

## Mumble Screenshots

![](https://github.com/MidouWebDev/Mumble-docs/tree/29f8ab7570e126d1b1e91538c9100911443988af/.gitbook/assets/login-page-lightmode.png) ![](https://github.com/MidouWebDev/Mumble-docs/tree/29f8ab7570e126d1b1e91538c9100911443988af/.gitbook/assets/profile-page-lightmode.png) ![](https://github.com/MidouWebDev/Mumble-docs/tree/29f8ab7570e126d1b1e91538c9100911443988af/.gitbook/assets/user-feed-lightmode.png)

## Want to contribute to Mumble ?

Contributions are made to this repo via Issues and Pull Requests (PRs). A few general guidelines that cover both:

* To report security vulnerabilities, please send a message in our discord server.
* Search for existing Issues and PRs before creating your own.

You can find more informations [here](https://midouwebdev.gitbook.io/mumble-docs/contributing/contributing)

{% embed url="<https://github.com/divanov11/Mumble>" %}
The MUMBLE Repository
{% endembed %}

## Mumble Documentation

You can find project information, licence, contribution guidelines, style guides and more on the [Mumble Documentation Website](https://midouwebdev.gitbook.io/mumble/).

The current website structure looks like this :

```bash
|-- Introduction
|-- ABOUT
    |-- Mumble Repository
    |-- Mumble Collaborators
    |-- Mumble Contributors
    |-- Mumble Community
|-- CONTRIBUTING
    |-- Style Guidelines
    |-- Contributing Guidelines
    |-- Frontend Requirements
    |-- Security Issues
|-- MORE
    |-- LICENSE
```

## Want to contribute to Mumble Docs ?

Contributions are made to this repo via Issues and Pull Requests (PRs). A few general guidelines that cover both:

* Search for existing Issues and PRs before creating your own.
* You're going to edit the file in GitHub after clicking on "edit on github" in the Mumble Docs Website

{% embed url="<https://github.com/MidouWebDev/Mumble-docs>" %}
Check the Mumble Documentation Repo
{% endembed %}

## Important links :

{% embed url="<https://discord.gg/9Du4KUY3dE>" %}
Join the Discord Server
{% endembed %}

{% embed url="<https://mumble.dev>" %}
Live website
{% endembed %}

{% embed url="<http://mumble-lp.s3-website-us-west-2.amazonaws.com/>" %}
Mumble UI Kit
{% endembed %}


---

# Agent Instructions: 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:

```
GET https://midouwebdev.gitbook.io/mumble-docs/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
