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

# Introduction

> Welcome to our documentation. Learn how to get started.

# Welcome to the Docs

Welcome to the official documentation. This guide will help you get started quickly.

## What is this?

This is a **Mintlify** documentation site. Mintlify makes it easy to create beautiful, searchable documentation for your product or API.

## Quick Start

To get started, follow these steps:

1. **Install dependencies** – Run `npm install` to install all required packages.
2. **Start the dev server** – Run `npm run dev` to preview the docs locally.
3. **Write content** – Add `.mdx` files to the `docs/` directory.
4. **Deploy** – Push to your repository to deploy via Mintlify.

## Project Structure

```
├── index.mdx              # Homepage
├── mint.json              # Mintlify configuration
├── docs/
│   ├── getting-started.mdx
│   ├── guides/
│   │   ├── installation.mdx
│   │   └── configuration.mdx
│   └── api-reference/
│       └── overview.mdx
└── images/
    └── logo.png
```

## Features

* **🌐 Beautiful UI** – Clean, modern design out of the box
* **🔍 Full-text search** – Instant search across all your docs
* **📱 Responsive** – Works on desktop, tablet, and mobile
* **🌙 Dark mode** – Automatic light/dark theme switching
* **📝 MDX support** – Write in Markdown with React components
* **🔗 OpenAPI integration** – Auto-generate API reference docs

## Next Steps

* [Installation Guide](/docs/docs/guides/installation) – Learn how to install and configure
* [API Reference](/docs/docs/api-reference/overview) – Explore the full API
* [Configuration](/docs/docs/guides/configuration) – Customize your setup

## Need Help?

If you have any questions or need assistance, please reach out to our support team or open an issue on GitHub.

***

> **Note:** This documentation is a work in progress. New sections will be added regularly.
