# Custom UIs

## Introduction

MacroQuest has several built-in EQTypes that can be used to customize your UI. These EQTypes function the same as those in EQ, however allow you to display information in your UI that you normally would not be able to see. Alternatively, if there is no built-in EQType, you can use Tooltips to display custom MQ2 information (including data/variables from plugins).

See the [MQ2Labels](/macroquest/plugins/core-plugins/mq2labels.md) page for the EQType definitions and examples.

## List of Custom UIs

This is a list of the most popular Custom UIs:

* [krust UI](https://macroquest2.com/phpBB3/viewtopic.php?t=13016)
* [AYA Strike](https://macroquest2.com/phpBB3/viewtopic.php?t=11971)
* [Quartz UI](https://macroquest2.com/phpBB3/viewtopic.php?t=11989)
* [Frequency UI](https://macroquest2.com/phpBB3/viewtopic.php?t=3954)

## See Also

[MQ2Labels](/macroquest/plugins/core-plugins/mq2labels.md)


---

# 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://macroquest.gitbook.io/macroquest/documentation/custom-uis.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.
