> For the complete documentation index, see [llms.txt](https://cloudbrowser.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloudbrowser.gitbook.io/docs/libraries/.net-client.md).

# .NET client

## Overview

The **CloudBrowserAISharp** client provides shortcuts for access to our endpoints to perform various tasks.

***

## **Getting Started**

**Requirements**

* .NET Core SDK installed.
* The `CloudBrowserAiSharp` NuGet package.
* Your CloudBrowser.AI API token.

**Installation**

Install the required package:

```bash
dotnet add package CloudBrowserAi
```
