# Adding widget to your Zendesk Help Center

You can add the chatbot to your Zendesk Help Center by following the steps below.&#x20;

1. Open the Chatbot that you are planning to add to your help center
2. Navigate to the **Settings** > **Deployment** and copy the snippet for your chatbot.\
   \&#xNAN;*Note: You can toggle between the **draft** and **published** version* <br>

   <figure><img src="/files/N7zXs4FVVUWZ5Qkk3NEQ" alt=""><figcaption></figcaption></figure>
3. Next, open the Zendesk Guide and Navigate to the theme in which you would like to add the chatbot by clicking **Customize Design** > **Customize**\ <br>

   <figure><img src="/files/EO9ECjNIZuH01dPSawRP" alt=""><figcaption></figcaption></figure>
4. On the theme page click **Edit Code**\ <br>

   <figure><img src="/files/XBbwDkCULvNGqaIszJwq" alt=""><figcaption></figcaption></figure>
5. On the Edit Code screen choose **document\_head.hbs** and add the script snippet there for the chatbot. Once done click **Publish**\ <br>

   <figure><img src="/files/2q8700PFCLFyYXZs500d" alt=""><figcaption></figcaption></figure>

\
Navigate to the help center you will now be able to see the chatbot appear.

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

### Disable Zendesk Chat Widget

In order to have a good experience you can disable the Zendesk Web Widget from appearing by default. Follow the instructions mentioned in this article:

[Removing Web Widget (Classic) from your website or help center](https://support.zendesk.com/hc/en-us/articles/4408839367706-Removing-Web-Widget-Classic-from-your-website-or-help-center)

<br>


---

# 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.deepconverse.com/product-docs/chatbots/deploy/adding-widget-to-your-zendesk-help-center.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.
