> 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/ixhc/general/ix-hello-studio-mode/prerequisites.md).

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