# Search

In the following section, find all the search queries you can use to look for specific information related to:

* Recipes
* Restaurants
* Autocomplete for a food log

### Pagination/Slicing

There are additional objects that contain more detailed information on the search parameters. In these cases, pagination parameters can be defined in the search.

The following search queries include the pagination functionality:

* [Search all recipes](https://docs.suggestic.com/graphql/query/search/recipes)
* [Search recipes by ingredients](https://docs.suggestic.com/graphql/query/search/recipes-by-ingredients)
* [Search all restaurants](https://docs.suggestic.com/graphql/query/search/restaurant-search)
* [Search al objects types](https://docs.suggestic.com/graphql/query/search/autocomplete) (*recipes, products, own recipes*)&#x20;

Refer to the [pagination documentation ](https://docs.suggestic.com/graphql/start-here/tutorials-and-walkthroughs/pagination)to understand how to use it in query executions.


---

# 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://docs.suggestic.com/graphql/query/search.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.
