# Create an AI Assistant in OpenAI

OpenAI has recently enabled Assistants that can work seamlessly with different file formats, such as Google Sheets. This advancement allows you to create an AI assistant for sales and support using the most recent model, ChatGPT-4o.

You can now develop an AI sales assistant that utilizes a product listing to guide users in finding the best product fit within seconds, rather than leaving them to sift through tens or hundreds of similar products.

\
After observing the initial results, we decided to add a new action called “GPT Assistant” to enable you to connect your AI agent to GPT Assistant for enhanced performance with numeric data.

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

We’ve previously explained the use of the [**GPT Assistant action**](/ai-chatbots-and-automation/actions-explained/chatgpt-assistant-beta.md) in the Tiledesk Design Studio.&#x20;

This tutorial will guide you through creating your AI assistant on OpenAI.

Please note that a custom plan from OpenAI is required for this tutorial. If you don’t have one, there’s no need to worry—contact us at [**support@tiledesk.com**](mailto:support@tiledesk.com), and we’ll provide access to ours.

#### How to Create an AI Assistant in OpenAI <a href="#how-to-create-an-ai-assistant-in-openai" id="how-to-create-an-ai-assistant-in-openai"></a>

Visit OpenAI and navigate to ‘Products’, then ‘API’.

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

Log in and select ‘API’.

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

Make sure you’re on the Dashboard and click on ‘Assistant’ from the left sidebar menu.

Click the green ‘Create’ button in the top right corner.

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

Name your assistant and provide context in the ‘Instructions’ section to fine-tune your assistant’s responses.

Select the model; for this example, we’re using GPT-4o.

Remember, if you’re uploading a CSV file, it’s best to use a Code interpreter. For PDF or text files, use the File Search feature.

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

Now, copy the assistant ID and proceed to the Tiledesk dashboard. Click on the block where the ChatGPT Assistant is placed, and in the right-side menu, paste the assistant ID into the “Assign GPT Assistant” field.

<figure><img src="/files/4ydmJEPHGJtg62TrBXmO" alt=""><figcaption></figcaption></figure>

That’s it! With Tiledesk’s native integration with OpenAI, your AI agent can now harness the capabilities of an AI assistant powered by GPT-4o

Hope this helps.

In case you need further assistance, do not hesitate to contact us via [**support@tiledesk.com**](mailto:support@tiledesk.com)**.**

For more information, please visit [**www.tiledesk.com**](https://tiledesk.com/)**.**


---

# 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://guide.tiledesk.com/chatgpt-hacks/create-an-ai-assistant-in-openai.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.
