# Multiple Data Sources

Wonderchat allows you to create chatbots that store knowledge from not just your PDF files but also your website links.

To fully leverage this feature, you can add either entire websites on top of your chatbot that was initially built on PDF files, vice versa.

***

## For users who have built their initial chatbots on sitelinks

If you’ve initially built your chatbots on website links and would like to add PDF files as your secondary knowledge base, you can follow these steps

### Step 1: Click on the edit button under the “Filed indexed” column

<figure><img src="/files/s479L9KQSDTnJ2OoaMKM" alt=""><figcaption><p>Clicked on the "Edit" icon</p></figcaption></figure>

### Step 2: Add any number of PDFs of your choice

* You can see this pop-up screen below which will enable you to add any PDFs of your choice

<figure><img src="/files/RIE6U1rApcNFt2WxE6A0" alt=""><figcaption><p>Upload your files. Click 'confirm' to save changes.</p></figcaption></figure>

***

## For users who have built their initial chatbots on PDF files

If you have built your initial chatbots on PDF files and wish to add a website into your knowledge base, you can follow these steps:

### Step 1: Click on the sitelinks edit button that is available from your existing chatbot with pages already stored.

<figure><img src="/files/44cYsOdtFqUIAU8j1zdv" alt=""><figcaption><p>Click on the "Edit" button under the "Pages Crawled" column</p></figcaption></figure>

### Step 2: Add any website links of your choice

<figure><img src="/files/ibHxfYv0HcC9jnnTK5LZ" alt=""><figcaption><p>Enter your webpage's link, and click on "Add URL". Press 'Confirm' to save changes.</p></figcaption></figure>

* You can see this pop-up screen above which will enable you to add any website links of your choice
* Otherwise, you may also read our guide to a detailed explanation on how to add and remove webpages from your website here:\
  ➡️ [**How to add or delete webpages or websites from your chatbot**](/setup-guides/training-your-chatbot/how-to-add-or-delete-webpages-or-websites-from-your-chatbot.md)

***

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-use-pdf-and-website-links-simultaneously-as-data-sources-for-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.
