> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myaione.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Project Index

> An AI-discovered map of your codebase — its architecture, services and their tech stacks, supporting infrastructure, and project conventions — kept current as the project evolves.

The **Project Index** is MyaiOne for Development's automatically discovered map of your codebase. Under the heading **Project Structure — AI-discovered knowledge about your codebase**, it lays out how the project is organized so you don't have to reverse-engineer it yourself. Use **Refresh** to re-scan and pick up changes.

<img src="https://mintcdn.com/myaione/D-_4uF28O_nBgr6d/images/Screenshot-2026-06-22-at-8.27.57-PM.png?fit=max&auto=format&n=D-_4uF28O_nBgr6d&q=85&s=e9a1297ad1e6817c4cf64dfc2a0cb6a1" alt="Screenshot 2026 06 22 At 8 27 57 PM" width="3416" height="1898" data-path="images/Screenshot-2026-06-22-at-8.27.57-PM.png" />

## Overview

The **Overview** summarizes the project at a glance — its architecture type (for example, a single-service or multi-service layout), how many services it contains, and the workspace path where it lives.

## Services

The **Services** section lists each service the index discovered. Every service is shown as a card with:

* **Name and role** — the service's name and what part it plays (for example, a Frontend tag).
* **Path** — where the service lives in the workspace.
* **Tech stack** — the languages, frameworks, and tools detected (for example, the language, UI framework, package manager, and build tool).
* **Runtime details** — such as the port it runs on and its styling approach.
* **Environment Variables** — an expandable list, with a count of how many were found.
* **Key Directories** — the important folders within the service.

## Infrastructure

The **Infrastructure** section captures how the project runs and ships:

* **Docker Compose** — the compose file, and the **Docker Services** it defines (such as databases, caches, queues, and supporting tools).
* **CI/CD** — the continuous-integration system the project uses.

## Conventions

The **Conventions** section records the project's established patterns and practices, so work stays consistent with how the codebase is already written.

<Info>
  The Project Index is generated by inspecting the codebase, so it reflects what's actually there rather than what documentation claims. Re-run **Refresh** after significant structural changes to keep it accurate.
</Info>
