# Matar

## Matar

- [About Matar](https://gramhal.gitbook.io/matar/about-matar.md): Matar is an audio P2P social interaction app where rural users from diverse communities can interact and learn together.
- [Concept](https://gramhal.gitbook.io/matar/concept.md)
- [Understanding Matar](https://gramhal.gitbook.io/matar/concept/understanding-matar.md)
- [Matar For Communities](https://gramhal.gitbook.io/matar/matar-for-communities.md)
- [Hosting on Matar](https://gramhal.gitbook.io/matar/matar-for-communities/hosting-on-matar.md)
- [Trial Pilot](https://gramhal.gitbook.io/matar/matar-for-communities/trial-pilot.md)
- [Community Management](https://gramhal.gitbook.io/matar/matar-for-communities/community-management.md)
- [🚀 Get Started](https://gramhal.gitbook.io/matar/get-started.md)
- [Language Selection](https://gramhal.gitbook.io/matar/get-started/language-selection.md)
- [Organization Onboarding](https://gramhal.gitbook.io/matar/get-started/organization-onboarding.md)
- [Signing Up](https://gramhal.gitbook.io/matar/get-started/signing-up.md)
- [Matar Features](https://gramhal.gitbook.io/matar/matar-features.md)
- [Browsing the App](https://gramhal.gitbook.io/matar/matar-features/browsing-the-app.md)
- [View Questions](https://gramhal.gitbook.io/matar/matar-features/view-questions.md)
- [Changing Subjects](https://gramhal.gitbook.io/matar/matar-features/changing-subjects.md)
- [Answer Questions](https://gramhal.gitbook.io/matar/matar-features/answer-questions.md)
- [Ask a Question](https://gramhal.gitbook.io/matar/matar-features/ask-a-question.md)
- [Share a Question](https://gramhal.gitbook.io/matar/matar-features/share-a-question.md)
- [Like an Answer](https://gramhal.gitbook.io/matar/matar-features/like-an-answer.md)
- [See Liked Answers](https://gramhal.gitbook.io/matar/matar-features/see-liked-answers.md)
- [Dislike an Answer](https://gramhal.gitbook.io/matar/matar-features/dislike-an-answer.md)
- [See Recorded Questions](https://gramhal.gitbook.io/matar/matar-features/see-recorded-questions.md)
- [See Recorded Answers](https://gramhal.gitbook.io/matar/matar-features/see-recorded-answers.md)
- [Troubleshooting](https://gramhal.gitbook.io/matar/matar-features/troubleshooting.md)
- [Version](https://gramhal.gitbook.io/matar/matar-features/version.md)
- [FAQ](https://gramhal.gitbook.io/matar/matar-features/faq.md)
- [Developer Reference](https://gramhal.gitbook.io/matar/developer-reference.md)
- [Architecture](https://gramhal.gitbook.io/matar/developer-reference/architecture.md)
- [Overview](https://gramhal.gitbook.io/matar/developer-reference/architecture/overview.md)
- [Backend](https://gramhal.gitbook.io/matar/developer-reference/architecture/backend.md)
- [Frontend](https://gramhal.gitbook.io/matar/developer-reference/architecture/frontend.md)
- [API Layer](https://gramhal.gitbook.io/matar/developer-reference/architecture/api-layer.md)
- [Guides](https://gramhal.gitbook.io/matar/developer-reference/guides.md)
- [Add/delete posts](https://gramhal.gitbook.io/matar/developer-reference/guides/add-delete-posts.md)
- [API](https://gramhal.gitbook.io/matar/developer-reference/api.md)
- [API Flow](https://gramhal.gitbook.io/matar/developer-reference/api/api-flow.md)
- [User Login](https://gramhal.gitbook.io/matar/developer-reference/api/user-login.md)
- [Login](https://gramhal.gitbook.io/matar/developer-reference/api/user-login/login.md)
- [Submit OTP](https://gramhal.gitbook.io/matar/developer-reference/api/user-login/submit-otp.md)
- [Get Current User](https://gramhal.gitbook.io/matar/developer-reference/api/user-login/get-current-user.md)
- [Edit User](https://gramhal.gitbook.io/matar/developer-reference/api/user-login/edit-user.md)
- [Logout](https://gramhal.gitbook.io/matar/developer-reference/api/user-login/logout.md)
- [Organization Selection](https://gramhal.gitbook.io/matar/developer-reference/api/organization-selection.md)
- [Language and Categories](https://gramhal.gitbook.io/matar/developer-reference/api/language-and-categories.md)
- [Activity Types](https://gramhal.gitbook.io/matar/developer-reference/api/activity-types.md)
- [Posts](https://gramhal.gitbook.io/matar/developer-reference/api/posts.md)
- [Post a New Question](https://gramhal.gitbook.io/matar/developer-reference/api/posts/post-a-new-question.md)
- [Delete a Post](https://gramhal.gitbook.io/matar/developer-reference/api/posts/delete-a-post.md)
- [Post Activity Type](https://gramhal.gitbook.io/matar/developer-reference/api/posts/post-activity-type.md)
- [Post Information](https://gramhal.gitbook.io/matar/developer-reference/api/posts/post-information.md)
- [Post GPT Processing](https://gramhal.gitbook.io/matar/developer-reference/api/posts/post-gpt-processing.md)
- [DB Tables and Structure](https://gramhal.gitbook.io/matar/developer-reference/db-tables-and-structure.md)
- [Matar DB tables](https://gramhal.gitbook.io/matar/developer-reference/db-tables-and-structure/matar-db-tables.md)
- [Code Structure](https://gramhal.gitbook.io/matar/developer-reference/db-tables-and-structure/code-structure.md)
- [Backend Code](https://gramhal.gitbook.io/matar/developer-reference/backend-code.md)
- [Response on a Post from AI](https://gramhal.gitbook.io/matar/developer-reference/backend-code/response-on-a-post-from-ai.md)
- [Post Sorting](https://gramhal.gitbook.io/matar/developer-reference/backend-code/post-sorting.md)
- [User Registration](https://gramhal.gitbook.io/matar/developer-reference/backend-code/user-registration.md)
- [Org Based Code](https://gramhal.gitbook.io/matar/developer-reference/backend-code/org-based-code.md)
- [Frontend Code](https://gramhal.gitbook.io/matar/developer-reference/frontend-code.md)
- [Overview](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/overview.md)
- [Setting up Project](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/setting-up-project.md)
- [Project Structure](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/project-structure.md)
- [Code Directories](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories.md)
- [Broadcast Directory](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/broadcast-directory.md)
- [Core Directory](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/core-directory.md)
- [Data Directory](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/data-directory.md)
- [di Directory](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/di-directory.md)
- [domain/repository Directory](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/domain-repository-directory.md)
- [model Directory](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/model-directory.md)
- [retrofit Directory](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/retrofit-directory.md)
- [ui Directory](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/ui-directory.md)
- [dialog](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/ui-directory/dialog.md)
- [features](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/ui-directory/features.md)
- [service](https://gramhal.gitbook.io/matar/developer-reference/frontend-code/code-directories/ui-directory/service.md)
- [Support](https://gramhal.gitbook.io/matar/support.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gramhal.gitbook.io/matar/about-matar.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.
