# Integrations - Chat GPT

#### SprintHub allows the integration of your OpenAI key, enabling the use of ChatGPT in your AI Agents

To generate your key in OpenAI, follow the step-by-step guide in the article below:

{% content-ref url="/pages/7cdbf26614ec0b5a2a8e1a8cb84f51bfc10c1073" %}
[ChatGPT - How to Generate the ChatGPT API Key to Integrate with SprintHub](/en/topics/integration/integrations-artificial-intelligence-apis/integrations-chat-gpt/chatgpt-how-to-generate-the-chatgpt-api-key-to-integrate-with-sprinthub.md)
{% endcontent-ref %}

**To integrate your OpenAI key into SprintHub, follow the steps below:**

1. Access **System Settings** ⚙;
2. Go to the **Integrations**;
3. Click **ChatGPT and Settings** ⚙;
4. Paste your key into the field **"API Key/API Keys"**;
5. Select the **Transcreation Model** desired;
6. Select the **Assistant Model**;
7. Click **Save** to complete the integration.

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

{% embed url="<https://youtu.be/6SWqLson4Us>" %}

* **Assistant Model:** The model that will be used in various system components related to the Copilot.
* **Model for the Copilot Token:** The model that will be used when using the Copilot token `{copilot=XXXX}`
* **Transcription model:** The model that is used for audio transcription. Selecting the "None" option will disable this feature.

**CONCLUSION:**\
With the integration of your OpenAI key into SprintHub, you further enhance your AI Agents, leveraging all the intelligence of ChatGPT directly in your operation. This connection enables more natural responses, more efficient interactions, and a smarter experience for your users. After configuration, everything will be ready for you to fully explore the AI features available on the platform.


---

# 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.sprinthub.com/en/topics/integration/integrations-artificial-intelligence-apis/integrations-chat-gpt.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.
