# Why didn't I find any keywords?

Sometimes your search will return no results. This can happen for a few reasons:

* There was a typo in your search
* Your search was too specific. Avoid searches that are long or too specific
* Your search was unnaturally worded. Try rephrasing the search to sound more natural

It's best to try to have your search term match part of a query someone might use when they go to search using a search engine. For example, someone might search for "are mushrooms good *pizza toppings*", so the search "pizza toppings" would be a better search than "toppings pizza".

Other times, broader keywords may exist that aren't returned in a regular search. In these cases, you can try a wildcard search, such as "\* cheeseless pizza" or "cheeseless pizza \*".


---

# 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://keywordchef.gitbook.io/keyword-chef/discover/why-didnt-i-find-any-keywords.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.
