# Admin UI basics

The admin UI is where you manage products, customer accounts, subscriptions, billing, revenue recognition etc.&#x20;

<figure><img src="/files/I1p5lt25O7RpBIVki1Tl" alt=""><figcaption><p>Admin UI</p></figcaption></figure>

The admin UI is comprised of navigation in the left sidebar and content on the right sidebar.&#x20;

The upper part of the menu allows you to nagivate between customers, products, billing, analytics and settings. The lower part has a link to documentation, an entity selector (if you have more than one entity) and the profile icon, where you can edit your profile or log out of Bunny.


---

# 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.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.
