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

# Llama Parse

> Use Llama Parse to read complex document in RAGenius

# Llama Parse

Llama Parse is a tool from Llama Index that allows you to read complex documents in RAGenius.

Link to Llama Parse: [https://cloud.llamaindex.ai/parse](https://cloud.llamaindex.ai/parse)

## How to use Llama Parse

1. Go to [https://cloud.llamaindex.ai/parse](https://cloud.llamaindex.ai/parse)

2. Create an API key by clicking on the `Create API Key` button.

3. Add `LLAMA_CLOUD_API_KEY` to your `.env` file.

```bash
# Llama Parse Configuration
LLAMA_CLOUD_API_KEY=your_llama_cloud_api_key
```

4. Use the Llama Parse tool to read complex documents in RAGenius - Currently only supports `pdf`, `docx`, and `doc` files.
