# Create New Webex Bot

Bagian ini menjelaskan bagaimana cara membuat bot pada akun Webex developers Anda dengan mengikuti langkah-langkah berikut.&#x20;

Pertama, buka <https://developer.webex.com/>. Kemudian, tombol **'Log In'** pada bagian kanan atas halaman.&#x20;

![Webex Developers](/files/MkM06UqZP6dgtTDiWVem)

Masukkan alamat email Anda.&#x20;

![Email Address](/files/Zwhb6M66BmEXwFe5Jkcf)

Kemudian masukkan password akun webex Anda.&#x20;

![Password Account](/files/46wHy3Arv6ZjjJu2MM4F)

Apabila Anda berhasil masuk, klik ikon profil Anda pada bagian atas kanan halaman dan klik tombol **'My Webex Apps'**.

![My Webex Apps](/files/YC6c0jSpUziiZe4aubKS)

Anda akan diminta untuk memilih jenis app yang akan dibuat. Pilih bagian bot dengan mengklik tombol **'Create a Bot'**.

![Create New App](/files/jbckHsmMFl96dXzJGzAj)

Anda akan diminta untuk mengisi beberapa informasi seperti nama bot, username dan ikon untuk bot Anda serta deskripsi untuk app bot Anda. Kemudian, klik tombol 'Add bot'.

{% hint style="info" %}
Tombol 'Add bot' dapat diaktifkan setelah Anda mengisi seluruh informasi yang dibutuhkan. &#x20;
{% endhint %}

![New Bot](/files/OrWKzIy5rGsfEL3YsSz6)

Lalu, Anda akan mendapatkan token yang akan digunakan untuk membuat channel webex pada aplikasi kami.&#x20;

![Access Token Bot](/files/UvBHyXqn9K5O1iDJpBWV)


---

# 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.3.0-id/integration/chanel-connector/webex/create-new-webex-bot.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.
