# Search Engine Result Page (SERP)

<figure><img src="/files/LEsgLR0fyqcNBpZyqiQS" alt=""><figcaption><p>Example of a client implementation.</p></figcaption></figure>

This example can be broken down into multiple pieces, like this:

<figure><img src="/files/GDEHu7CowKghGBuEcmg4" alt=""><figcaption></figcaption></figure>

The blue areas show the taxonomical, asset, and category filters (starting from bottom left, clockwise.

The yellow area is an example of the *Did You Mean* feature. We see here a full part number being suggested in place of the partial part number queried.

The red area covers the search results. Any matching result will come into this area.

Two other features not seen here:

* Smart Box
* Pagination

<figure><img src="/files/25eFpJswT8WUb2trRLjY" alt=""><figcaption><p>Smart Box allows users to see custom messages such as navigation tools seen above, promotions, part details, each depending on the query searched.</p></figcaption></figure>

<figure><img src="/files/cSJSPjyQiNB1lxEmpMCP" alt=""><figcaption><p>Pagination sites below search results.</p></figcaption></figure>


---

# 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.bigzeta.com/product-overview/search-engine-result-page-serp.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.
