> For the complete documentation index, see [llms.txt](https://docs.freeflysystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeflysystems.com/ecosystem/payloads/wiris-pro-thermal/integration-for-3rd-party-applications/mechanical-interface.md).

# Mechanical Interface

<figure><img src="/files/n3nV4aSeKVSnXmQaLKkr" alt=""><figcaption><p>Smart Dovetail Interface</p></figcaption></figure>

## Mounting

The Wiris Pro Payload uses the Smart Dovetail/Pixhawk Payload Bus Quick Release mechanical mount. An overview of the Smart Dovetail, including a 3D CAD model of the Smart Dovetail male and female sides is available here:

{% content-ref url="<https://github.com/freefly-systems/wiki-public-ecosystem/blob/main/ecosystem/development-tools/payload-mounting-interfaces.md>" %}
<https://github.com/freefly-systems/wiki-public-ecosystem/blob/main/ecosystem/development-tools/payload-mounting-interfaces.md>
{% endcontent-ref %}

You are encouraged to use this model to integrate the Smart Dovetail design into your own UAV! Conversely, you can purchase a Smart Dovetail mount with a 32 x 32mm M3 mounting bolt pattern from Freefly for easy installation:

{% embed url="<https://store.freeflysystems.com/collections/astro/products/freefly-smart-dovetail-kit>" %}

Refer to the specs section for mass, dimensions, and other information.

{% content-ref url="/pages/BUJ1GdRlQoZqgvqSC5NO" %}
[Technical Specs](/ecosystem/payloads/wiris-pro-thermal/technical-specs.md)
{% endcontent-ref %}

## Vibration Isolation

For information on the vibration isolation system shipped with Astro Thermal, refer to the section linked bellow.

{% content-ref url="/pages/LMlTFnZqQR99nF9FfH5S" %}
[Broken mention](broken://pages/LMlTFnZqQR99nF9FfH5S)
{% endcontent-ref %}

Isolation systems are aircraft specific and a different system may be optimal for your aircraft, however we offer a couple of options in our store:

{% embed url="<https://store.freeflysystems.com/collections/astro>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.freeflysystems.com/ecosystem/payloads/wiris-pro-thermal/integration-for-3rd-party-applications/mechanical-interface.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
