# Kebutuhan

## Persyaratan SDK

SDK (Software Development Kit) merupakan bagian penting dari pembelajaran kita. kamu bisa mengunduh SDK sesuai dengan kebutuhan di situs di bawah ini

{% tabs %}
{% tab title=".NET (C#)" %}
{% embed url="<https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.201-windows-x64-installer>" %}
{% endtab %}

{% tab title="Python 3.x" %}
{% embed url="<https://www.python.org/ftp/python/3.8.2/python-3.8.2-amd64.exe>" %}
Halaman unduh Python
{% endembed %}
{% endtab %}

{% tab title="NODEJS" %}
<https://nodejs.org/dist/v18.17.0/node-v18.17.0-x64.msi>&#x20;
{% endtab %}
{% endtabs %}

## Persyaratan Aplikasi

Jangan lupa download Visual Studio Code di sini:

[Download di sini](https://code.visualstudio.com/Download)

{% hint style="info" %}
&#x20;Usahakan download sesuai sistem operasi ya, jika 64 bit, download yang 64 bit.  gunakan **user install** jika kamu tidak tahu harus download yang mana&#x20;
{% endhint %}

Jika sudah selesai install persyaratan ekstensi: buka **cmd** sebagai **admin**

{% tabs %}
{% tab title="C#" %}

```bash
code --install-extension ms-dotnettools.csharp
```

{% endtab %}

{% tab title="Python" %}

```
code --install-extension ms-python.python
```

{% endtab %}
{% endtabs %}


---

# 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://ufarasfa.gitbook.io/coding/kebutuhan.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.
