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

# README

# Custom Components for Mintlify Docs

## Callout Usage

Import and use the `Callout` component in any `.mdx` file:

```mdx theme={null}
import Callout from '../components/Callout'

<Callout type="warning">
  This is a warning callout!
</Callout>
```

Types: `info`, `warning`, `success`, `error`

***

Add more components as needed for tabs, playgrounds, etc.
