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

# AI Functions

> Drivly's framework to build, deploy, and monitor production-ready AI-powered workflows.

<Info>Coming soon!</Info>

## Functions

```javascript theme={null}
import { ai } from '@drivly/ai'

const arbitrationProcess = ai.initiateArbitration({
  vin: 'WP0AF2A99KS165242',
})
```

## Composition

```javascript theme={null}
import { ai, list } from '@drivly/ai'
```

## Workflows

```javascript theme={null}
import { ai, workflows } from '@drivly/ai'
```
