> 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/ixhc2/general/customer-v2-overview.md).

# Customer v2 Overview

## About iX Hello Customer v2 <a href="#ixhello-vnext" id="ixhello-vnext"></a>

iX Hello is a conversational AI platform that enables organizations to build, manage, and deploy automated, agentic-based Flows of any complexity. It provides a secure and scalable foundation for a wide range of conversational use cases.

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="/pages/vneOtJoY8anfk9NY3DGK">Building a Flow</a></td></tr><tr><td><a href="/pages/fBH2QsvGLWNYvsrMOG9F">Deploying a Flow</a></td></tr><tr><td><a href="/pages/KTl3obi9bjC5JaolbcFB">Rest API integrations</a></td></tr></tbody></table>

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

## How to Setup a flow <a href="#how-to-setup-a-flow" id="how-to-setup-a-flow"></a>

Building, deploying and evaluating a flow is a process of designing and connecting sections of ixHello Customer v2.

| Goal                                                                   | Where to go                                                          | Description                                                                       |
| ---------------------------------------------------------------------- | -------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| Build a flow                                                           | [Build a flow](/ixhc2/flows/create-flow.md)                          | Visual canvas for creating flows.                                                 |
| Share information between a flow and third-party services via REST API | [Rest API integrations](/ixhc2/integrations/rest-api.md)             | Setup and manage REST API connections to third-party services.                    |
| See available phone numbers and their assigned flows.                  | [Phone numbers overview](/ixhc2/deployments/phone-numbers.md)        | List view of available phone numbers and if there’s a flow assigned.              |
| Configure chat widget appearance                                       | [Chat widgets overview](/ixhc2/deployments/chat-widgets.md)          | Setup and manage chat widget appearances.                                         |
| Deploy a flow to a phone number                                        | [Deploy a flow  - assign phone numbers](/ixhc2/flows/deploy-flow.md) | Connect the flow to a phone number.                                               |
| Deploy a chat widget                                                   | [Deploy a flow - assign chat widgets](/ixhc2/flows/deploy-flow.md)   | Combine the flow with a chat widget and copy the script.                          |
| View sessions in real time                                             | [Reporting - Live sessions](/ixhc2/reporting/live-sessions.md)       | View all current live sessions and follow the conversation between flow and user. |

## Give feedback on Customer v2 documentation <a href="#how-to-modify-the-flow" id="how-to-modify-the-flow"></a>

Share your thoughts and [help us improve user documentation.](/ixhc2/administration/help-us-improve-documentation.md)&#x20;


---

# 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/ixhc2/general/customer-v2-overview.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.
