> For the complete documentation index, see [llms.txt](https://docs.barchata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.barchata.com/readme.md).

# BarChata Docs

> Single source of truth for BarChata Corp — technical, legal, business, and operational knowledge.

**Last Updated:** 2026-06-20 | **Version:** v1.0 | **Owner:** Jericho Digos

***

## Navigation

| Section                                                                                             | Description                                                        |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [01-company](https://github.com/BarChata/barchata-docs/blob/main/01-company/index.md)               | Mission, team, brand, legal                                        |
| [02-products](https://github.com/BarChata/barchata-docs/blob/main/02-products/index.md)             | All products — Social, Biz, Enterprise, Marketplace, Partners      |
| [03-technology](https://github.com/BarChata/barchata-docs/blob/main/03-technology/index.md)         | Architecture, database, Edge Functions, dev standards              |
| [04-infrastructure](https://github.com/BarChata/barchata-docs/blob/main/04-infrastructure/index.md) | All third-party systems — Supabase, Vercel, Stripe, Square, Twilio |
| [05-business](https://github.com/BarChata/barchata-docs/blob/main/05-business/index.md)             | Master report, revenue model, pricing, financials                  |
| [06-sales](https://github.com/BarChata/barchata-docs/blob/main/06-sales/index.md)                   | Sales playbook, pitch scripts, objection handling                  |
| [07-investors](https://github.com/BarChata/barchata-docs/blob/main/07-investors/index.md)           | Investor narrative, thesis, data room                              |
| [08-operations](https://github.com/BarChata/barchata-docs/blob/main/08-operations/index.md)         | Runbooks, incident response, security, compliance                  |
| [09-roadmap](https://github.com/BarChata/barchata-docs/blob/main/09-roadmap/index.md)               | Build scopes, Enterprise roadmap, BarCash Phase 3                  |
| [10-master](/10-master/company-status.md)                                                           | Live status, product map, infrastructure map, doc map              |

***

## Quick Links

* **Live Platform Status** → [10-master/company-status.md](/10-master/company-status.md)
* **Product Map** → [10-master/product-map.md](/10-master/product-map.md)
* **All Constants & IDs** → [03-technology/constants.md](/03-technology/constants.md)
* **Development Rules** → [03-technology/dev-standards/critical-rules.md](/03-technology/dev-standards/critical-rules.md)
* **Enterprise Master Reference** → [02-products/enterprise/master-reference.md](/02-products/enterprise/master-reference.md)

***

## Repository Rules

* All commits include a `CHANGELOG.md` entry
* No credentials in markdown files — reference Supabase Vault names only
* Every file has frontmatter: title, version, owner, last\_updated, status
* Private files marked `gitbook: false` — never published to docs.barchata.com
* `main` branch is always source of truth

See [GOVERNANCE.md](/governance.md) for full rules.

***

*BarChata Corp — Proprietary and Confidential. Do not distribute without authorization from Jericho Digos, CEO.*


---

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

```
GET https://docs.barchata.com/readme.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.
