# Example Code

The NDI SDK includes many examples including examples that show the sending, and receiving of data, finding sources, use of 10-bit video, and many more. To get you started check out the following articles.

* [NDI Sending instance](https://docs.ndi.video/all/developing-with-ndi/sdk/ndi-send#examples)
* [How to Receive Audio or Video](https://docs.ndi.video/all/developing-with-ndi/sdk/ndi-recv#parameters)
* [NDI Genlock](https://docs.ndi.video/all/developing-with-ndi/advanced-sdk/genlock)

These are just a few examples among many offered.  You can also find plenty of examples in the folder marked "Examples" if yo downloaded the SDK. If you used Windows just navigate to the default install location "C:\Program Files\NDI\NDI 6 SDK". We recommend that you look closely at these since they provide good, simple illustrations of many possible SDK use cases.


---

# 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/developing-with-ndi/sdk/example-code.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.
