# Open AI

## Apply your new API key into botmockups <a href="#h_09fb37030d" id="h_09fb37030d"></a>

{% stepper %}
{% step %}
Click on "Settings"
{% endstep %}

{% step %}
Then go to the "Integrations" Tab.
{% endstep %}

{% step %}
Paste your Open.AI API key into the Open.Ai box.
{% endstep %}

{% step %}
Once entered, the blue **Connect** button will appear—click it to connect.
{% endstep %}
{% endstepper %}

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

You have now successfully connected your Open.AI API key! :tada:

<br>

<br>


---

# 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://help.botmockups.com/botmockups/integrations/cascading-llms/open-ai.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.
