# Intro

{% hint style="info" %}
**Warning:** we are not responsible for the use of our project in any way. Project is licensed under [CC0-1.0](https://github.com/ffluxxus/unity-headunit#CC0-1.0-1-ov-file)
{% endhint %}

## Overview

> Unity-Headunit is an Unity3D Game Engine based headunit using C# as its main component + C++ (arduino). Main goal is to create a universal headunit that runs on any x86 linux system (not rpi).

## Quick links

{% content-ref url="/pages/7iyjSbtwoBjU43M7lNQf" %}
[Hardware](/headunit/overview/hardware.md)
{% endcontent-ref %}

{% content-ref url="/pages/UzBn3pMca8MqRTorbidl" %}
[Features](/headunit/overview/features.md)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/v2DNc6SYaoqW6GnW5FBb" %}
[Setting up the Arduino MEGA](/headunit/arduino/setting-up-the-arduino-mega.md)
{% endcontent-ref %}

{% content-ref url="/pages/LMCBP1dXgSqw9zeEi9KI" %}
[Full Code](/headunit/arduino/setting-up-the-arduino-mega/full-code.md)
{% endcontent-ref %}

{% content-ref url="/pages/e0wkSuqP0wqQc3S9ayLl" %}
[Adding Extra Pins](/headunit/arduino/setting-up-the-arduino-mega/adding-extra-pins.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://flux-11.gitbook.io/headunit/overview/intro.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.
