# Prerequisites

## Integration with Gen AI

In order to create the data source for the app, you need to create an integration with Gen AI. Follow [this ](/ixhc/general/enterprise-connections/generative-ai.md)document to create an integration with Generative AI.

## Integration with Internal Content

You can manage your content like text, audio, and other media files within iX Hello. They can later be used in custom apps. Following through [this ](/ixhc/general/enterprise-connections/internal-content.md)short document, you should be able to readily connect an integration with iX Hello Internal Content.

## Create content&#x20;

You can prepare any text, media, html files to use as content for the app.&#x20;

Or you can use this sample file to proceed with the process. Download this 'demoContent.json' file here.

{% file src="/files/HN3CXv7MCZBYNDcVDDba" %}

It is a JSON file that contains the basic information of a business-like description, opening hours, contacts, etc. &#x20;

Now, on the iX Hello portal, on the left navigation, go to Content -> Content and click on Add New Content.

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

Provide the following details:

Content Id: A unique name for your content e.g. DemoContent.

<mark style="color:red;">Note</mark>: Save Content Id for use further in the process of creating a custom app.

Content Name: A unique name for your content. e.g. DemoContent

Category: Default

Text: Sample content information

SSML: False

HTML: False

Media or Data: True

Media Type: JSON

Media Source: Upload File

Media File: Select the downloaded file 'demoContent.json'.

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

After filling in the above details, click on Add, and the content should be ready to use.

<mark style="color:red;">Note</mark>: Make sure that you've selected 'Default' as a category. Contents in iX Hello are categorized by their category and only those apps that have the same Category as the content can access these contents.


---

# 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/general/ix-hello-studio-mode/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.
