# Overview

When you first launch iX Hello in your preferred web browser, you’ll be prompted with a login screen. Make sure to sign in by entering your account credentials.

After logging in, you’ll be directed to the main page (see the image below), where you can perform various tasks — from using any general assistant immediately to creating your own.

<figure><img src="/files/ilMFwrGwAEsssgAKTdmb" alt=""><figcaption><p>1.<strong>Assistant Selection 2.Personal Instructions  3.New Chat  4.Chat History  5.Pre-Configured Virtual Assistants  6.Text Area 7.Assistant Builder</strong></p></figcaption></figure>

1. #### **Assistant Selection**

   By default, you will have the iX Hello Assistant, which is a generalist virtual agent. By clicking here, you'll see a dropdown menu where you can select from all available general agents, including those associated with your organization or created by you.

<figure><img src="/files/3xLn1A9tpTrhIhpVveHR" alt=""><figcaption></figcaption></figure>

#### **2.  Personal Instructions**

Here, you can add additional instructions to the selected agent, beyond the default instructions already in place.

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

#### **3.  New Chat**

Use this option to start a new conversation. Each new conversation will have its own context and can be assigned to a different agent.

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

#### **4.  Chat History**

On the left sidebar, you’ll find a list of your previous chats, allowing you to revisit earlier conversations.

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

#### **5.  Pre-Configured Virtual Assistants**

These are pre-made specialist assistants designed to address common business needs. They can be accessed without requiring any prior setup.

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

#### **6.  Text Area**

Here, you can type your requests and/or attach files, images, and URLs for the assistant to process.

<figure><img src="/files/9pNgcRpfuiKqZTJNDlw8" alt=""><figcaption></figcaption></figure>

#### **7.  Assistant Builder**

On the right sidebar, you’ll find the Assistant Builder section. This is where you can create your own assistant by providing a name, description, instructions, models, and files.

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


---

# 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/ixhello/getting-started/overview.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.
