> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhc/step-by-step-bot-creation-guide/hello-world-bot-creation-guide/hello-world-bot-creation-using-quick-start-app.md).

# Hello World Bot Creation using Quick Start App

Developing a Hello World Bot using a quick app is a straightforward process that can be divided into a series of precise steps. By adhering to these guidelines, even those with limited experience can establish a functional bot efficiently.

### 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 Hello World Bot.

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

#### Instructions to Assistant Persona or Behavior and Train the Knowledge Base

1. **Fill Required Tabs**:
   * Complete the General Information tab.
   * Fill in the Knowledge Base Data tab.
2. **Save the Information**:
   * Click on 'Save' to store your entries.
3. **Upload Methods**:
   * **File Upload**: Upload up to 10 text files (.PDF, .DOCX, .CSV, .XLS, .XLSX, .TXT), each no larger than 1 MB, to train the AI.
   * **FAQ Upload**: Download the FAQ template, fill in your FAQs, and upload it to train the bot.
   * **Additional Information**: Add extra business information that you want the assistant to learn.
   * **Web URLs**: Directly train the bot from web URLs, unless blocked by a Web Application Firewall (WAF) or similar tools.

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

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

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

After activating the application, click on chat now button.

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

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

Testing

Thoroughly test your newly published Hello World Bot to ensure functionality and accuracy. Use various questions to confirm that the bot provides the correct responses.

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

By adhering to these comprehensive guidelines, you will be able to develop, deploy, and sustain an iX Hello World bot that effectively fulfills your specific requirements.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ixhello.com/ixhc/step-by-step-bot-creation-guide/hello-world-bot-creation-guide/hello-world-bot-creation-using-quick-start-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
