# Create a Bot With Microsoft Bot Framework and Microsoft Azure

Langkah pertama saat membuat skype channel di platform 3Dolphins adalah membuat bot baru di Microsoft Bot Framework dan Microsoft Azure. Untuk menyiapkan developer account, lakukan langkah-langkah berikut:&#x20;

Pertama, masuk ke [Microsoft Bot Framework](https://dev.botframework.com/bots/new) menggunakan account dengan izin administrator.

![Sign In](/files/-MT-WAoAUK6bIqn4aUe9)

Periksa term of service dari Microsoft azure, klik tombol **'Save'**.

![Term of Service](/files/-MT-WTwr4BUmMr4ZDwX4)

&#x20;Di halaman bot framework, isi bot profile dengan:

1. Display Name: Nama yang akn digunakan untuk bot Anda (Isi nama tampilan Bot dengan batasan 35 karakter).
2. Bot Handle: Digunakan di URL untuk bot Anda (Isi bot handle hanya dengan alfanumerik dan garis bawah). Tidak dapat diubah setelah terdaftar.\
   Misalnya **‘AA7788988800CC88’** and URL akan menjadi ‘**<https://dev.botframework.com/bots/settings?id=> AA7788988800CC88**‘
3. Bot Description: Ditampilkan pada card dari directory bot Anda, jika Anda memilih untuk mencantumkannya di sana.

![Bot Profile](/files/-MT-_E5fe3IId50oHWIi)

Di bagian configuration, klik tombol **‘Create Microsoft App ID and password‘**.

![Configuration](/files/-MT-a-uEo2x--nTel1OI)

Kemudian, di halaman App Registration, klik tombol ‘**New Registration**‘ di sisi kiri halaman.

![New Registration](/files/-MT-isv_DVMI5v9C1z_A)

Masukkan informasi pendaftaran aplikasi Anda:

1. **Name**: Masukkan nama aplikasi yang bermakna dan akan ditampilkan kepada user.
2. Select **Accounts in any organizational directory** option from the **Supported account types** section. Pilih opsi  **Accounts in any organizational directory**

   dari bagian **Supported account types**.

Kemudian, klik tombol  **‘Register‘** untuk membuat aplikasi.

![Registration Application](/files/-MT-eItsFuIjLyPpGwRs)

Setelah beberapa saat, App Registration yang baru dibuat akan membuka blade.

![Created App Registration](/files/-MT-hmjxOYmWCS__ZW-i)

Kembali ke halaman bot framework, di bagian configuration,  paste App id Anda.

![Paste App ID](/files/-MT-lQrcNX0YG5nCn2Xd)

Pergi ke bagian bawah halaman, periksa ‘**Term and Condition**‘  dan klik tombol ‘**Register**‘.

![Register](/files/-MUw161O_mJRs66KANjn)

Bot Anda telah berhasil dibuat.

![Bot Created](/files/-MUw1GKJU6BkNvwIM2OG)

Setelah Anda mendaftarkan bot, Anda akan diarahkan halaman ke daftar channel, Silakan tambahkan channel Skype dengan mengklik ikon Skype.

![Connect to Channels](/files/-MUw2_MMz5OjPnknNoQO)

Setelah mengklik channel Skype, maka akan terbuka Halaman **'Configure Skype'**, Silahkan klik tombol **'Save'**.

![Term of Service](/files/-MUw3e7JdrKzKCthon-5)

Skype channels seharusnya telah ditambahkan pada daftar.

![Added Skype Channel](/files/-MUw4RYK8H0ULlsTa-_m)

Kembali ke Microsoft Azure, klik ‘**Certificates & Secrets**‘ di kolom navigasi kiri pada blade app registration Anda.

![Certificates and Secrets](/files/-MUw5-OEEO50oKaytKEW)

Di blade tersebut, klik tombol ‘**New client secret**‘. Pada dialog yang muncul, masukkan deskripsi opsional untuk secret Anda dan pilih **'Never'** dari tombol radio Expires, lalu klik tombol **'Add'**.

![Application Credentials](/files/-MUw6X86JnANelm97jD3)


---

# 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.3dolphins.ai/5.1.x-1/integration/chanel-connector/skype/create-a-bot-with-microsoft-bot-framework-and-microsoft-azure.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.
