# SDK

- [Where can I find the source code for the FPGA board?](https://docs.ndi.video/all/faq/sdk/where-can-i-find-the-source-code-for-the-fpga-board.md)
- [What system resources are required to support a design including the NDI FPGA Codecs?](https://docs.ndi.video/all/faq/sdk/what-system-resources-are-required-to-support-a-design-including-the-ndi-fpga-codecs.md)
- [Why can’t my h264/265 video be received by an NDI receiver when using the embedded SDK?](https://docs.ndi.video/all/faq/sdk/why-cant-my-h264-265-video-be-received-by-an-ndi-receiver-when-using-the-embedded-sdk.md)
- [I haven't received the email with the download.](https://docs.ndi.video/all/faq/sdk/i-havent-received-the-email-with-the-download..md)
- [Can I use the Unreal SDK on Mac?](https://docs.ndi.video/all/faq/sdk/can-i-use-the-unreal-sdk-on-mac.md)
- [What are the Differences Between the NDI SDK and the NDI Advanced SDK](https://docs.ndi.video/all/faq/sdk/what-are-the-differences-between-the-ndi-sdk-and-the-ndi-advanced-sdk.md)
- [Using FFmpeg with NDI](https://docs.ndi.video/all/faq/sdk/using-ffmpeg-with-ndi.md)
- [Does NDI prevent multicast address and port conflicts when using a shared multicast IP pool?](https://docs.ndi.video/all/faq/sdk/does-ndi-prevent-multicast-address-and-port-conflicts-when-using-a-shared-multicast-ip-pool.md)


---

# 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.ndi.video/all/faq/sdk.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.
