# Prerequisites

Before commencing bot creation, ensure the following prerequisites are met:

* Access to [iX Hello](https://bots.ixhello.com/) Studio Mode
* Familiarity with basic iX Hello navigation.
* Basic knowledge of RESTful API principles and JSON format for handling the data returned by the API.
* Retrieving Employee and Organization IDs
  * Navigate to Account Setup
  * Go to Account Setup > Profile.

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

* Copy Your IDs
* Locate your EmployeeID and OrganizationID and copy them.
* Paste these IDs into the corresponding parameter fields in the test method dialog.

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

**Note:&#x20;*****As of November 2025. Follow these steps to generate your API key. Updates may occur, so visit*** [***WeatherAPI Signup***](https://www.weatherapi.com/signup.aspx) ***and refer to the Weather API documentation.***

* Access to the Weather API for retrieving weather data. You can review the API documentation at [WeatherAPI Documentation](https://www.weatherapi.com/docs/) to understand available endpoints, parameters, and response structures.
* An API key for authentication, which you can obtain by signing up at the Weather API platform.

Kindly follow the below steps to retrieve the API key:

Click the Weather API link: [WeatherAPI](https://www.weatherapi.com/signup.aspx) and you will be navigated as to the Weather API website:

<figure><img src="/files/BPxVz0BUUzoH32e4auC6" alt=""><figcaption></figcaption></figure>

Click on Signup to register yourself by providing the necessary details as below:

<figure><img src="/files/RPIcDyVFnN7WNsuJyr2I" alt=""><figcaption></figcaption></figure>

If already registered, kindly click on Login:

<figure><img src="/files/tbcdQsqebFqJsA96vKm0" alt=""><figcaption></figcaption></figure>

Once you login, under API menu on the left panel, you will find your API key which helps you integrate the Weather API with iX Hello bot.

<figure><img src="/files/Cd1GIvGKzkUnmooNhzvu" alt=""><figcaption></figcaption></figure>

You have successfully generated the Weather API key.


---

# 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/weather-bot/prerequisites.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.
