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

# Introduction

> ⚠️ **Draft for review.** This introduction was composed from the existing product documentation. Please verify it reads accurately before treating it as final, and remove this banner once approved.

Welcome to the Citta documentation. Citta is a platform for building, running, and deploying data-driven business applications - from modeling your data and building the applications that use it, to automating data workflows and packaging everything for deployment across environments.

## What you can do with Citta

* **Group your work** - an [Application Group](/application-groups-and-applications/application-groups.md) is the container that bundles related Applications, Objects, and versioning into one manageable unit.
* **Model your data** - define [Objects](/data-modeling-objects/data-modeling.md) (your tables, fields, relationships, and Row-Level Security) that your applications and workflows use.
* **Build applications** - create the [Applications](/application-groups-and-applications/applications.md) users interact with.
* **Work with data through the Business Application** - the end-user [front door](/building-business-applications/business-application.md) for browsing records, running guided processing journeys, and governing data quality.
* **Automate with Data Projects** - run data workflows with [pipelines and Python](/data-projects/data-project.md).
* **Query and mutate records** - use the built-in [GraphQL API](/graphql-api/graphql-api.md).
* **Package and deploy** - bundle released components into [Solution Packages](/solution-packages/solution-package.md) and deploy them as instances across environments.
* **Share and reuse** - publish assets to the [Marketplace](/marketplace/marketplace.md) for other teams to subscribe to.

## Finding your way around

* New to Citta? Start with [**Core Concepts**](/getting-started/core-concepts.md) to see how these building blocks fit together.
* Otherwise, jump straight to the section you need from the navigation on the left.


---

# 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.citta.ai/getting-started/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.
