# ChatGPT Assistant (beta)

The new, special, ChatGPT Assistant action allows to easily interact with the new [OpenAI Assistant APIs](https://platform.openai.com/docs/assistants/overview?context=without-streaming).

Assistants APIs helps you create a full, consistent exeperience with OpenAI, because they create a sandbox able to embed all of your documents with a great, embedded Vector indexing features, computing capabilities (with the “code interpreter”) and “function calling”.

#### Quick start <a href="#quick-start" id="quick-start"></a>

Supposing you already know how ChatGPT Assistants work, starting using assistants with Tiledesk is very easy and straightforward experience.

You must simply import our [Assistant Quick Start tutorial](https://tiledesk.com/community/search/getchatbotinfo/chatbotId/66426f62f3c66700137f331d-Drag---drop-OpenAI-Assistants) (with the “Import” button) into your own project.

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

Once you import the assistant into your project you simply have to do two easy steps:

1. Setup the ChatGPT Assistant Action with your Assistant ID
2. Setup your OpenAI APIKEY in Integrations

To setup your Assistant ID

Click in the Assistant Action in the defaultFallback block. The Action detail will open. In the Assign GPT Assistant, put your own Assistant ID (see the arrow in the picture):

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

Setup your OpenAI APIKEY

Move to the Settings > Integrations > OpenAI section and setup your personal APIKEY, as in the following picture:

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

You are now ready to use your assistant!

Go back to your flow and launch it with the test button, starting interacting with your assistant:

<figure><img src="/files/i8C7hjB0zzPNfxiEoxzC" 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://guide.tiledesk.com/ai-chatbots-and-automation/actions-explained/chatgpt-assistant-beta.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.
