> For the complete documentation index, see [llms.txt](https://auvidea.gitbook.io/fpd-link-iii-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://auvidea.gitbook.io/fpd-link-iii-guide/overview.md).

# Overview

<figure><img src="/files/CXWLO8G9G9G4ti2IZyas" alt=""><figcaption></figcaption></figure>

## Document versions and changes

<table><thead><tr><th width="126">Version</th><th>Changes</th></tr></thead><tbody><tr><td>1.0</td><td>Initial release</td></tr></tbody></table>

{% hint style="warning" %}
**Disclaimer PDF export**\
Auvidea can take no responsibility for the accuracy or completeness of any information presented in an exported PDF document as the export feature is developed, managed and maintained by GitBook. Those export mechanisms are subject to change without interaction by Auvidea. Please note that Auvidea includes this version table to identify the document and reference changes.
{% endhint %}

## What is FPD-Link III / V3-Link?

FPD-Link III is a high-speed serial communication technology developed by [Texas Instruments](https://www.ti.com/) for transmitting video, audio and control signals over a single differential pair. FPD-Link III stands for Flat Panel Display Link III and is primarily used in automotive applications, particularly for connecting displays and cameras within vehicles. The use cases demand a stable and durable connection, which the FPD-Link III / V3-Link reliably provides up to 15 Meters of coaxial cable length.&#x20;

<figure><img src="/files/0g7BwvrUlMYxWZaDGSDP" alt=""><figcaption></figcaption></figure>

Auvidea uses this technology on several carrier and adapter boards to improve the operational range of the native MIPI-CSI-2 Interface from the Jetson platform.&#x20;


---

# 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://auvidea.gitbook.io/fpd-link-iii-guide/overview.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.
