# Resources & Support

### Contact Support

If you need technical assistance, have questions, or encounter issues that are not covered in the documentation, please get in touch with our support team:

**Email:** <info@airvolute.com>

When contacting support, include:

* Your DroneCore hardware model
* DroneCore OS version
* Description of the issue
* Logs or screenshots, if available

This will help us assist you more efficiently.

***

### Community Forum

You can join our community on Discord to ask questions, share your projects, and connect with other DroneCore users and developers.

<a href="https://discord.com/invite/5ngdXggeaa" class="button primary" data-icon="discord">Join</a>

***

### Source Code and Open-Source Projects

DroneCore Suite includes open-source components. You can explore the source code, report issues, and contribute through our repositories.

#### GitHub

Our GitHub organisation contains various DroneCore-related repositories, tools, and examples:

{% embed url="<https://github.com/airvolute>" %}

#### GitLab

Our GitLab project hosts the DroneCore OS source and the custom Yocto layer used to build the system:

{% embed url="<https://gitlab.com/airvolute_oss>" %}

***

### Documentation

Be sure to explore the rest of this documentation for detailed guides, tutorials, and advanced configuration topics.

If you cannot find what you need, contact support or ask in the community forum.


---

# 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.airvolute.com/autopilots/getting-started/resources-and-support.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.
