# Search (beta)

Although Bunny's user interface is fast and simple to navigate, there are times where you just want to jumpe to a recently visited record or search for something.&#x20;

Using **Cmd+K** on Mac or **Ctrl-K** on Windows opens up the search box where you can search for a record or select a recently visited record.

<figure><img src="/files/chnADCUWDu2DjtH1oGh8" alt=""><figcaption><p>Search box</p></figcaption></figure>

You can use the cursor up and down keys to navigate the lines in the search box and select using **Enter**.


---

# 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.bunny.com/guide/tour/admin-ui-basics/search-beta.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.
