> For the complete documentation index, see [llms.txt](https://guide.tiledesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.tiledesk.com/ai-chatbots-and-automation/actions-explained/chatgpt-assistant-beta.md).

# 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
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://guide.tiledesk.com/ai-chatbots-and-automation/actions-explained/chatgpt-assistant-beta.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.
