# Welcome

Universo Platformo React is the current public React / Express / Supabase reference implementation of Universo Platformo.

## What This Documentation Covers

| Area            | Purpose                                                                |
| --------------- | ---------------------------------------------------------------------- |
| Getting Started | Install, configure, build, and run the repository safely.              |
| Platform        | Explain the current platform scope and domain modules.                 |
| Architecture    | Describe the monorepo, backend, frontend, database, and auth patterns. |
| API Reference   | Explain the public REST surface and where OpenAPI docs come from.      |
| Contributing    | Document local workflow, coding rules, and package creation patterns.  |

## Current Product Position

Universo Platformo is an ERP-class and CMS-capable platform direction for organizations, digital services, operational processes, and knowledge spaces.

The repository in this workspace is the most complete public implementation for platform bootstrap, package boundaries, migrations, authentication, onboarding, profiles, metahubs, applications, administration, and REST documentation.

## How To Read The Docs

Start with Getting Started if you want to run the repository.

Move to Platform if you want the product/domain picture.

Use Architecture when you need repository-level technical facts.

Use API Reference for integration details and Contributing for repository rules.


---

# 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://teknokomo.gitbook.io/up/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.
