# Add AI Content

## Basic Mode

### Gen AI App

When creating a new assistant in Basic Mode, you can provide text content and Web URLs within the assistant creation wizard.

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

You can provide text content in ‘Additional Information – Text Content’ section.

You can add additional training URLS in ‘Additional Information – Website URLs’ section. Every URL you add will be equivalent to a new AI-Content.

The new assistant created uses these as AI-Content inputs for training.

### Non-Gen AI-App

For Non-Gen AI-Apps, when creating a new assistant, there is no explicit ‘Training’ section, but a sample text content is created, which can later be modified in Studio Mode.

## Studio Mode

From the left navigation, click on Apps-> Custom Apps to view the list of assistants.

Select any assistant for which you want to create AI-Contents.

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

Go to AI Contents tab. The list displays already created contents under the pattern ‘Content\_Categoy / AIContent\_Name’. In the example below, ‘ACME HVAC AssistantXXX’ is the category and ‘ACME HVAC Assistant\_Train’ is the content name.

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

To add new AI content, Click on Add New AI Content button.

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

**Add Training URLs**

You can directly add Training URLS, and for text content, you can select from available list of text content from the drop-down menu and click on Save.

**Add New Text Content**

If there are no available text contents, you can add one by clicking ‘Add new’.

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

On clicking ‘Add New’ in the above interface, you are redirected to Content-> Content menu.

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

Click on Add New Content. You can refer to this document on how to create a Content.

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

While creating the content, make sure that you select the same category as your app category. You can find your app category from the custom app list.

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

Once you’ve created the content, now let’s go back to the AI Contents tab from Custom Apps and click on Add new AI Content.

<figure><img src="/files/5jODEng1pNbYcKvSe0Ww" alt=""><figcaption></figcaption></figure>

The newly created AI Content shall be available in the drop down for Training Content. Select that and click on Save.

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

The newly added AI-Content is now available on the list.

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

**Alternative Method**

Go to Content -> AI-Content.

Select the correct category in the category drop down and click on Add New Content.

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

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

Find the added content in ‘Select Training Content’ drop down under ‘Text Content’ tab. Add Web URLs in the Web URLs tab and click on Save.

The AI Content is now mapped to the app and will be used for training the app.

<figure><img src="/files/9Mv4f8n3dmK6rYG1InzL" 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/ixhc/general/ai-contents/add-ai-content.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.
