# Overview

Internal documentation for all Comprog products and projects.

## Products

| Product        | Description                    | Docs                                   |
| -------------- | ------------------------------ | -------------------------------------- |
| **Lalaji ERP** | Multi-tenant ERP SaaS platform | [View Docs](/lalaji-erp/lalaji-erp.md) |

***

## How to Use These Docs

* Docs are written in Markdown and auto-synced via GitBook
* Each product has its own folder
* To contribute: edit the `.md` files and push to `main`

## Adding a New Product

1. Create a new folder: `your-app-name/`
2. Add `README.md`, `features.md`, `testing-sop.md`
3. Add the folder to `SUMMARY.md`


---

# 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://docs.comprogtech.com/comprog/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.
