# iX Hello RAG Website Bot using Quick Start App

Creating a Rag Bot using a quick app is straightforward and can be broken down into a series of manageable steps. By following these instructions, even beginners can set up a functional bot in a short amount of time.

### **Prerequisites**

To create an app using Quick Start follow [this](/ixhc/general/rag-file-upload/file-upload-in-studio-mode-1/quick-start-apps.md).

Click on the Quick Start app and choose RAG Assistant

<figure><img src="/files/g64U0outOiy53t1Vj8aO" alt="" width="563"><figcaption></figcaption></figure>

Fill in the General Information and Knowledge Base Data and Click on Save.

You find different means to upload the KB's:

* File Upload: Upload files containing text to help train your AI application -.PDF, .DOCX, .CSV, .XLS, .XLSX, .TXT-Files (max. 1 MB), maximum 10 files
* FAQ-Upload: Download FAQ template, enter your FAQs and upload to train bot.&#x20;
* Additional Information: Add additional information about your business that you would like your assistant to learn.
* Web URLs: Trains bot directly from web URLs, except where WAFs or other scrape blockers are in place.

<figure><img src="/files/qQcZASm6qpLu00uFEkAa" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/cnghuGalzPXjL5cXlB0l" alt="" width="563"><figcaption></figcaption></figure>

Once saved, you can see the app created, click on Activate.

After activating the application, click on chat now button.

<figure><img src="/files/hSHEmQUQX7kkgmP9Kq8b" alt="" width="563"><figcaption></figcaption></figure>

Bot will be launched; you now start the conversation with the chatbot.

<figure><img src="/files/pjnMG6FXpgplK44nXDBW" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/0nGPTDIPeTMRZioN6JS5" alt="" width="563"><figcaption></figcaption></figure>

By following these detailed steps, you can successfully create, launch, and maintain a Rag Bot that meets your specific needs.


---

# 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.ixhello.com/ixhc/step-by-step-bot-creation-guide/ix-hello-rag-website-bot-creation-guide/ix-hello-rag-website-bot-using-quick-start-app.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.
