> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.3.0-id/integration/chanel-connector/skype/create-a-bot-with-microsoft-bot-framework-and-microsoft-azure.md).

# Create Bot With Microsoft Bot Framework and Microsoft Azure

Langkah pertama saat membuat skype channel dengan membuat bot baru di Microsoft Bot Framework dan Microsoft Azure. Untuk menyiapkan developer account dengan melakukan langkah-langkah berikut:&#x20;

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

![Sign In](/files/lTqlTaQLa4tO8Eh4DLIY)

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

![Term of Service](/files/FFwsEVws509yE0nU3rcE)

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

1. Display Name: Nama yang akan 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/gBbm2GikyNiiEm4wyWJu)

Di bagian configuration, pilih App Type **'Multi Tenant'** dan 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 **Who can use this application or access this API** section. Pilih opsi **Accounts in any organizational directory**

   dari bagian **Supported account types**.

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

![Registration Application](/files/pbqVH6uIPHil3NvBvxXV)

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

![Created App Registration](/files/bH5Shdbdnh1GhpJisRAv)

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

![Paste App ID](/files/MsOcGYll2sr3VPPOT2Tv)

Gulir ke bagian bawah halaman, periksa **'Term and Condition'** dan klik tombol **'Register'**.

![Register](/files/j5ligcJypVwDOhrUWNz4)

Bot Anda telah berhasil dibuat.

![Bot Created](/files/jqI8ESpMzGsQTBoHLHxi)

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

![Connect to Channels](/files/BYwQLoZ9iRCB5SvbjqMp)

Setelah mengklik channel Skype, maka akan terbuka halaman **Configure Skype**.

![Configure Skype](/files/pv3P6VZrbiTqXAv3Hxc9)

Silahkan klik tombol **'Save'**.

![Term of Service](/files/TFkHvEM6sGDRkUy3g3bq)

Skype channels seharusnya telah ditambahkan pada daftar.

![Added Skype Channel](/files/cKk8gtQU2IUn9EXEsijW)

Kembali ke Microsoft Azure, klik **'Certificates & Secrets'** di kolom navigasi kiri pada blade app registration Anda. Di blade tersebut, klik tombol **'+ New client secret'**.

![Certificates and Secrets](/files/lZT3ID1v1nJaXmDCQMJz)

Pada pop-up yang muncul, masukkan deskripsi untuk secret Anda dan pilih periode expired dari tombol drop-down list Expires, lalu klik tombol **'Add'**.

<figure><img src="/files/lXOckVSH3Bl2gTfvg7Fl" alt=""><figcaption><p>Add Client Secret</p></figcaption></figure>

So, the client secret has been successfully added.

![Application Credentials](/files/9VrBRLAeDqQlDyuisuWO)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/5.3.0-id/integration/chanel-connector/skype/create-a-bot-with-microsoft-bot-framework-and-microsoft-azure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
