> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bright-sdk.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Windows Integration

> Integrate Bright SDK into your Windows applications using .NET or C/C++.

Get started with integrating Bright SDK into your Windows application. Choose the guide that matches your development stack, or browse common questions below.

<Columns cols={3}>
  <Card title=".NET" icon="microsoft" href="/integration-guides/windows-integration-net">
    Step-by-step guide to integrate Bright SDK into your .NET application.
  </Card>

  <Card title="C/C++" icon="code" href="/integration-guides/windows-integration-c">
    Integrate Bright SDK into native C and C++ Windows applications.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/integration-guides/faq-win">
    Find answers to common questions about Windows integration.
  </Card>
</Columns>
