# Displaying information

- [GUI Framework](https://mycroft-ai.gitbook.io/docs/skill-development/displaying-information/mycroft-gui.md): A visual and display framework for Mycroft running on top of KDE Plasma Technology and built using Kirigami, a lightweight user interface framework for convergent applications empowered by Qt.
- [Show Simple Content](https://mycroft-ai.gitbook.io/docs/skill-development/displaying-information/show-simple-content.md): The Mycroft GUI Framework has a number of common methods for displaying standard simple content types.
- [Mycroft-GUI on a PC](https://mycroft-ai.gitbook.io/docs/skill-development/displaying-information/mycroft-gui-on-a-pc.md): During development, it can be useful to emulate the Mark II display on your primary machine.
- [Mark 1 Display](https://mycroft-ai.gitbook.io/docs/skill-development/displaying-information/mark-1-display.md): How to make use of the enclosure display on the Mark 1.


---

# 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://mycroft-ai.gitbook.io/docs/skill-development/displaying-information.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.
