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

# Oracle

The `Oracle` component offers an FAQ (Frequently Asked Questions) interface, allowing users to access common questions and their answers. It can be displayed in a compact mode, providing a more concise view of the questions.

### Usage

```jsx
import { LibrariaOracle } from '<path_to_your_exports>';

<LibrariaOracle 
  anonKey="your_anon_key" 
  isCompact={true}
/>
```

### Props

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

<ParamField path="isCompact" type="boolean">
  Determines if the Oracle (FAQ) component should be displayed in a compact mode. When set to `true`, the component will present a more streamlined view, ideal for smaller spaces or when you want to prioritize content brevity.
</ParamField>

\=
