# User Interface

The User Interface section covers configuration options that affect the admin experience in Varbase, including navigation settings, quick search tools, and content preview capabilities.

## Overview

Varbase provides several tools to enhance the admin user interface:

### Coffee

The Coffee module provides a quick navigation tool that allows you to jump to any admin page by typing its name. This is one of the fastest ways to navigate the admin interface.

See [Coffee](/content-designers/site-configuration/user-interface/coffee.md) for details.

### Navigation Settings

The Navigation module provides the primary admin sidebar in Varbase 11.0.x, replacing the traditional admin toolbar. You can configure its behavior and appearance.

See [Navigation Settings](/content-designers/site-configuration/user-interface/navigation-settings.md) for details.

### Responsive Preview

Responsive Preview allows you to test how your site and content appear on different screen sizes and devices without leaving the admin interface.

See [Responsive Preview](/content-designers/site-configuration/user-interface/responsive-preview.md) for details.

## Accessing User Interface Configuration

Navigate to **Configuration > User interface** in the admin navigation sidebar, or go to `/admin/config/user-interface`. Available settings depend on the modules installed and your user permissions.


---

# 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.varbase.vardot.com/content-designers/site-configuration/user-interface.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.
