# Page Not Found

The URL `files/-Lru5TM9qPptdizUvBYP` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Open Long Response in Modal](https://jolzee.gitbook.io/leopard/components/open-long-response-in-modal.md)
- [Multiple Components - Same Response](https://jolzee.gitbook.io/leopard/components/multiple-components-same-response.md)
- [Audio Player](https://jolzee.gitbook.io/leopard/components/audio.md)
- [Response Icons](https://jolzee.gitbook.io/leopard/components/custom-response-icons.md)
- [Buttons and Lists](https://jolzee.gitbook.io/leopard/components/buttons-and-lists.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://jolzee.gitbook.io/leopard/components/open-long-response-in-modal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://jolzee.gitbook.io/leopard/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://jolzee.gitbook.io/leopard/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/leopard/components/open-long-response-in-modal.md`).

You may also use `Accept: text/markdown` header for content negotiation.
