# Bring your openAI key (BYOK)

{% hint style="info" %}
Please note that this feature is only available to those who have purchased our Annual or Monthly <mark style="color:yellow;">Elite</mark> Package, If you are currently on <mark style="color:green;">Starter</mark> or <mark style="color:blue;">Growth</mark> Package you ***cannot*** apply your openAI key with Orimon. Please upgrade your Package to avail this feature.
{% endhint %}

Instead of running your bot on Orimon message quota, you can directly provide us with your openAI key and run your bot on openAI subscription!

To apply your key

Login to your dashboard -> select your bot -> go to Bot Overview -> Settings

At the top of the list of settings you will see an input saying "**Bring your openAI key (BYOK)**"

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

Firstly, click on the "**Enable**", then enter your openAI key.

<figure><img src="/files/47rklK795tulJ1SuNOx7" alt=""><figcaption></figcaption></figure>

Click on "**Validate**" to add this key to your bot configuration.

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

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

In future, if you want to disable and/or remove your openAI key from your bot settings, simply click on the "**Enable**" switch.

You can change it anytime you want as well by clicking on "**Change Key**" as well.

Enter your new key and click "**Configure**" again to save your new key.

That's it! Your bot will now run on your openAI subscription!


---

# 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://orimon.gitbook.io/docs/product-guides/bring-your-openai-key-byok.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.
