> For the complete documentation index, see [llms.txt](https://rhyme-genie-user-guide.idolumic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rhyme-genie-user-guide.idolumic.com/general-questions/why-does-rhyme-genie-find-less-perfect-rhymes-than-my-traditional-rhyming-dictionary-book.md).

# Why does Rhyme Genie find fewer perfect rhymes than my printed rhyming dictionary?

Since Rhyme Genie distinguishes between **primary and secondary stress** in words it offers greater accuracy than traditional rhyming dictionaries. Traditional rhyming dictionaries **group** [perfect rhymes](/rhyme-type-reference-1/rhyme-type-reference-overview/perfect-rhyme.md) with [light rhymes](/rhyme-type-reference-1/rhyme-type-reference-overview/light-rhyme.md) **(uneven rhymes)**. Rhyme Genie offers you greater flexibility by distinguishing between the two.&#x20;

The advantage of Rhyme Genie's accuracy becomes clear when lowering the similarity in sound of the [Intelligent Rhyme](/rhyme-type-reference-1/rhyme-type-reference-overview/intelligent-rhyme.md) by tapping on the squiggly equal sign. This expands the search results to include all of the rhymes listed in the printed versions of traditional rhyming dictionaries and allows you to find an even greater variety of rhymes not found in other reference works.

{% hint style="warning" %}
If you select the [Perfect Rhyme](/rhyme-type-reference-1/rhyme-type-reference-overview/perfect-rhyme.md) rather than Rhyme Genie's uniquely powerful [Intelligent Rhyme ](/rhyme-type-reference-1/rhyme-type-reference-overview/intelligent-rhyme.md)you are missing out on this feature.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rhyme-genie-user-guide.idolumic.com/general-questions/why-does-rhyme-genie-find-less-perfect-rhymes-than-my-traditional-rhyming-dictionary-book.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
