> ## 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.

# Chatbot

The `Chatbot` component provides an interface for a chatbot functionality. It allows custom placement and styling.

### Usage

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

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

### Props

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