# Why does Rhyme Genie use that much storage space?

Rhyme Genie has over **10 million rhyme references** that are individually indexed to allow for instant data access. Without these indexes the file size would be significantly smaller but searches would take exponentially longer.&#x20;

{% hint style="info" %}
Rhyme Genie also uses over **2500 conditional relationships** that filter the dictionary entries according to the selected rhyme algorithm.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rhyme-genie-user-guide.idolumic.com/general-questions/why-does-rhyme-genie-use-that-much-storage-space.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.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
