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