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

# .NET SDK reference

> Overview of the Apitally SDK for .NET.

<CardGroup cols={2}>
  <Card title="GitHub repository" icon="github" href="https://github.com/apitally/apitally-dotnet" target="_blank">
    apitally/apitally-dotnet
  </Card>

  <Card title="NuGet package" icon="box-isometric" href="https://www.nuget.org/packages/Apitally" target="_blank">
    Apitally
  </Card>
</CardGroup>

## Installation

```shell theme={null}
dotnet add package Apitally
```

## Supported frameworks

The .NET SDK currently supports the web frameworks listed below. If your framework is not listed, please [let us know](/support) and we'll consider adding support for it.

Click on a framework for a detailed setup guide.

<CardGroup cols={3}>
  <Card
    title="ASP.NET Core"
    icon={
  <img
    src="https://assets.apitally.io/frameworks/dotnet-icon.svg"
    style={{ height: "32px", maxWidth: "unset", margin: 0 }}
    alt=".NET icon"
  />
}
    href="/setup-guides/aspnet-core"
  />
</CardGroup>
