# Edit or Delete Chatbot

You can make an update to your chatbot details and config by going to **Chatbot List** page, then clicking on the **View** Icon Button to go to the **Chatbot Details** page.

<figure><img src="/files/GD4aThNNa6LfiXiShbCX" alt=""><figcaption></figcaption></figure>

On the **Chatbot Details** page, you will see two sections, **Chatbot Details** section, and **Chatbot Configs** section.&#x20;

<figure><img src="/files/xIdaBS4bdhXs2yUnhdS2" alt=""><figcaption></figcaption></figure>

The **Chatbot Details** section will contain the basic information about your chatbots such as **Chatbot Name** and **Chatbot Type.** You can choose to edit your chatbot name or delete your chatbot.

<figure><img src="/files/NsxZmNKbq4qDn4DW7EH6" alt=""><figcaption></figcaption></figure>

The **Chatbot Configs** section will contain the configuration information of your chatbot, there are the **Chatbot URL**, **Webhook URL**, and **Secret Key** field. By clicking on the **Edit** button, you can update the **Chatbot URL** of your chatbot.

<figure><img src="/files/3bVQqXhXnZTezxQl2U82" alt=""><figcaption></figcaption></figure>

If you click the **Delete** button in the **Chatbot Details** section, you will be prompted with a deletion confirmation pop-up. If you wish to delete your chatbot then click on the **Delete Chatbot** button.

<figure><img src="/files/bB5DXCW3is92WQVzSZEL" alt=""><figcaption></figcaption></figure>


---

# 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.taptalk.io/onetalk-omnichannel-documentation/custom-chatbot-integration/edit-or-delete-chatbot.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.
