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

# Inline Chat

The `InlineChat` component provides an interface for an inline chat functionality. It seamlessly integrates into your user interface for a more compact and inline chat experience.

### Usage

```jsx
import { LibrariaInlineChat } from '@libraria/react';

<LibrariaInlineChat 
  anonKey="your_anon_key" 
/>
```

### Props

<ParamField path="anonKey" type="string">
  An anonymous key for your library.
</ParamField>
