# Managing Webpages and Websites

Sometimes you may want to add an extra website to your chatbot because your knowledge base could be stored seperately in a subdomain, which may seperate it from your businesses’s main website.

Or you could just be interested to add a single webpage from another website into your Chatbot. This guide is meant to help you get started.

***

## Adding Webpages to your Chatbot

Once you have a chatbot that is ready-made and in place, you can click on the “Edit” icon under the “Pages Crawled” column.

<figure><img src="/files/XhePINmTRFF8T3BiqcR3" alt=""><figcaption><p>Click on the "edit" icon under "Pages Crawled" column</p></figcaption></figure>

Clicking on the edit icon would then open up a tab for you to add or delete entire websites or single webpages from your chatbot.

* To add an entire website, remember to add an asterisk behind your website URL
  * E.g. <https://wonderchat.io/*> would allow Wonderchat to store your entire website
  * E.g. <https://wonderchat.io> would allow wondechat to add and store ONLY the homepage of wonderchat and not other pages on the website.
  *

## Deleting Webpages from your Chatbot

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

Similarly, you can delete entire websites or webpages by navigating over to the delete tab and entering the URL that you wish to delete.

* To delete an entire website, remember to add an asterisk behind your website URL
  * E.g. <https://wonderchat.io/*> would allow Wonderchat to delete your entire website
  * E.g. <https://wonderchat.io> would allow wondechat to delete ONLY the homepage of wonderchat and not other pages on the website.

Adding or deleting single webpages is very useful when you have a specific webpage you want to update or delete, as you may have published a new post on your blog that you want the chatbot to read immediately.

***

## FAQs

1. **How many websites can I add?**

You can add unlimited amount of websites from the ‘Edit Webpages” page. The chatbot will store all your pages until it hits the maximum page cap.

***

If you have any more questions, feel free to reach out to us at <mark style="color:purple;">**<support@wonderchat.io>**</mark>


---

# 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.wonderchat.io/setup-guides/training-your-chatbot/how-to-add-or-delete-webpages-or-websites-from-your-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.
