> For the complete documentation index, see [llms.txt](https://docs.varbase.vardot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.varbase.vardot.com/10.0.x/content-designers/site-configuration/user-interface/coffee.md).

# Coffee

Varbase is a Drupal distribution that comes with pre-configured features to streamline the website building process. The "Coffee" module within Varbase provides an efficient way to navigate through large admin interfaces by offering a quick search bar, similar to application launchers seen in operating systems. With this module, users can type in keywords and instantly access various sections of their Drupal site, significantly enhancing productivity and user experience by reducing the time spent on navigation.

### How to Use Coffee Module

1. From the right tob of all the pages, Click on ***Go To*** link
2. a search bar will appear, type the functionality you are searching for.
3. Once you start typing the search bar will auto-complete in dropdown list.
4. Click on the page you are looking for.
5. You'll be redirected to the page.

<figure><img src="/files/GwrI3ZIXqJ34ZRhL89pA" alt=""><figcaption><p>Go to Link/ Search Bar Popup</p></figcaption></figure>

<figure><img src="/files/7AZHnr18YZ2TBaOTrgAb" alt=""><figcaption><p>Auto-complete in Dropdown List</p></figcaption></figure>

### How to Configure the Coffee Module

1. Form **Configuration/ User interface/&#x20;*****Coffee.***
2. You'll be redirected to the **Coffee Configuration** page.
3. Update the information you want and click on Save Configuration button.

<figure><img src="/files/S1sEa78J5hkGzx4nozua" alt=""><figcaption><p>Navigate Coffee</p></figcaption></figure>

<figure><img src="/files/2elfaAxxhV1AdYzo2HRK" alt=""><figcaption><p>Coffee Configuration Page</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.varbase.vardot.com/10.0.x/content-designers/site-configuration/user-interface/coffee.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
