> 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.md).

# Step by Step-Bot Creation Guide

### Introduction

This guide is designed to assist developers in creating a fundamental bot within the ix-hello platform. By utilizing Studio Mode, developers can harness the power of Generative AI to streamline query processes and enhance user interactions effectively. This document outlines the steps needed to set up, develop, and implement a bot using ix-hello’s capabilities.

### Prerequisites

Before you begin, ensure you have the following:

* **Access to ix-hello platform**: Verify your account and permissions to use Studio Mode.
* **Understanding of Generative AI**: Familiarize yourself with the basics of Generative AI and its applications in bots.
* **Development Environment**: Set up your development environment with required software and dependencies for ix-hello.

By leveraging the insights and tools provided here, developers can successfully deploy a highly functional bot that improves user experiences on ix

{% content-ref url="/pages/eVwanT2aV9S7L2eUTDzU" %}
[Weather Bot](/ixhc/step-by-step-bot-creation-guide/weather-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/6ElsNNLHCaCYH80Fvd0A" %}
[FAQ Bot Creation Guide](/ixhc/step-by-step-bot-creation-guide/faq-bot-creation-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/assrwDunfuF44GKaQ3cw" %}
[Salesforce Opportunity Bot Creation Guide](/ixhc/step-by-step-bot-creation-guide/salesforce-opportunity-bot-creation-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/MFarCj5ZR3VrdO81XdeD" %}
[ix Hello RAG website bot Creation Guide](/ixhc/step-by-step-bot-creation-guide/ix-hello-rag-website-bot-creation-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/IgJshJrhBwHWn9S8i5nU" %}
[Hello World Bot Creation Guide](/ixhc/step-by-step-bot-creation-guide/hello-world-bot-creation-guide.md)
{% endcontent-ref %}


---

# 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.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.
