# Select AI Platform

<figure><img src="/files/8k82EMG0ZMri4NPo8htz" alt=""><figcaption><p>Available options for an AI Platform include OpenAI, AWS Lex, and IBM Watson Assistant</p></figcaption></figure>

After naming your AI Chatbot, you will be taken to the **AI Chatbot** view. This is where you will customize the features of your new Chatbot.&#x20;

Choose the AI Platform you want as the basis of your Chatbot. This determines the kind of programming used by your AI Assistant.

After you've made your choice, click ![](/files/6jO7IheGczyZiwN0mxQo)

{% hint style="warning" %}
**As of 8/26/2024**

We removed the ***Select AI Platform*** part of our current process. After naming your AI Chatbot, you will be sent straight to ***Import Your Own Information***.
{% endhint %}

{% hint style="warning" %}
**As of 8/22/2024**

We are currently only offering **OpenAI** as the AI Platform of our AI Assistants. More platforms will be unlocked soon, and we'll explain their differences once they arrive!
{% endhint %}


---

# 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://manual.captivatechat.ai/start-creating/create-an-ai-chatbot/select-ai-platform.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.
