# Download SDK

Download the ProudChat SDK from the GitHub link below.

## :open\_file\_folder: [**ProudChatSDK download**](https://github.com/Nettention/ProudChatSDK)

## Getting started

You can find the <mark style="color:orange;">account UUID of the user</mark> you need to initialize ProudChat and the <mark style="color:orange;">UUID of the project you created</mark> in the Proud Console.

{% hint style="success" %}
[**Proud Console**](https://console.nettention.com) **->** You can find it in **Project Management**.
{% endhint %}

<figure><img src="/files/QusR0JtgF3Z4E7ht7GEl" alt=""><figcaption><p>Tap the gear to go to Project management.</p></figcaption></figure>

<figure><img src="/files/bfTxjH0g9LIRI3n2Nirt" alt=""><figcaption><p>Proud Console -> Project Management Screen</p></figcaption></figure>

## Setting the environment

### :black\_small\_square: [C++](/proudnet.eng/proud_service/proudchat/download/c++.md)

### :black\_small\_square: [**C#**](/proudnet.eng/proud_service/proudchat/download/c.md)

### :black\_small\_square: [**Unity3D**](/proudnet.eng/proud_service/proudchat/download/unity3d.md)

### :black\_small\_square: [**Unreal Engine 4**](/proudnet.eng/proud_service/proudchat/download/unreal-engine-4.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.proudnet.com/proudnet.eng/proud_service/proudchat/download.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.
