# Introduction to Plugins

Plugins are an easy way to add additional functionality Luxart Vehicle Control. Plugins provide the necessary files to run seamlessly with the base resource. The functionality provided in plugins can easily be integrated with the menu if you so decide, but by default are placed in a "Plugins" submenu.

### Current Available Plugins

{% content-ref url="/pages/DpZxcG8mDisBDsG7rynO" %}
[Take-downs](/shared-plugins/take-downs.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ycv49pLHZcyTnrh1Ykyx" %}
[Extra Controls](/shared-plugins/extra-controls.md)
{% endcontent-ref %}

{% content-ref url="/pages/fAmug5kEcorUPqbeaLGi" %}
[Extra Integrations](/shared-plugins/extra-integrations.md)
{% endcontent-ref %}

{% content-ref url="/pages/agbA2aEHuqFs6a7yg5AL" %}
[Traffic Advisor](/shared-plugins/traffic-advisor.md)
{% endcontent-ref %}

{% content-ref url="/pages/20P8JHvphL82ybmTREHO" %}
[Trailer Support](/shared-plugins/trailer-support.md)
{% endcontent-ref %}

{% hint style="danger" %}
Plugin-In Support is not yet guaranteed with LVC:Fleet.
{% endhint %}

### Installation

1. Enable plugin support by setting `plugins_installed` to true located in `lvc/SETTINGS.lua`.
2. Copy the desired plugin folder from the release .zip to the PLUGINS folder.
3. Configure the desired plugin to your liking using `/PLUGINS/XXXXX/SETTINGS.lua`. More information can be found on the desired plugins docs page.<br>


---

# 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.luxartengineering.com/shared-plugins/introduction-to-plugins.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.
