# GUI (Graphical User Interface)

In this documentation you will set up the Raspberry Pi using a monitor as its display, so you will control the Raspberry Pi directly using its GUI. To start some projects using Raspberry Pi, you need to fulfil the **General Prerequisite**s below.

{% content-ref url="/pages/XLHl5RVbY43keljGkl53" %}
[Raspberry GUI General Prerequisites](/en/code-and-library-examples/raspberry-pi/gui-graphical-user-interface/raspberry-gui-general-prerequisites.md)
{% endcontent-ref %}

After fulfilling the **General Prerequisites**, you can continue with some of the projects on the following pages.

{% content-ref url="/pages/YkjCWfTqNkDgT38qBZja" %}
[Sending Data Using Node.js](/en/code-and-library-examples/raspberry-pi/gui-graphical-user-interface/sending-data-using-node.js.md)
{% endcontent-ref %}

{% content-ref url="/pages/XNvouYAZdQTODLbLxMBl" %}
[Temperature and Humidity Monitoring Using DHT11 Sensor](/en/code-and-library-examples/raspberry-pi/gui-graphical-user-interface/temperature-and-humidity-monitoring-using-dht11-sensor.md)
{% endcontent-ref %}


---

# 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.antares.id/en/code-and-library-examples/raspberry-pi/gui-graphical-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.
