# Setup ChatGPT Account

ChatGPT is being used to enhance the bot's AI Capabilities. As of now, We give the option to the customer to create the bot and have a free demo till 100 messages. Your API Key will be used for those 100 Free messages consumed by your customers. Here is how you can set it up.

### Required information for integration <a href="#required-information-for-integration" id="required-information-for-integration"></a>

To do AWS SES integration, you will need the following details

* Chat GPT API Key

### Steps to complete integration <a href="#steps-to-complete-integration" id="steps-to-complete-integration"></a>

#### Step 1: Setup your ChatGPT Account <a href="#step-1-setup-your-chatgpt-account" id="step-1-setup-your-chatgpt-account"></a>

1. Before you create your API key, You need to set up your OpenAI (ChatGPT) account 1st. You can set it up using the following link. <https://platform.openai.com/>
2. In case, you need help creating the Open AI Account, Use the following documentation by meta for the same.

#### Step 2: Create API Key <a href="#step-2-create-api-key" id="step-2-create-api-key"></a>

Once you are logged in to the portal, Follow the below steps to generate the key.

1. Navigate to the "API Keys" option on the side navigation bar.

   <figure><img src="https://help.botpenguin.com/~gitbook/image?url=https%3A%2F%2F1745791824-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAPDb8cKQtGlIAfgHjcsQ%252Fuploads%252FNntyjqtSGbOHFSRNSSRZ%252Fimage.png%3Falt%3Dmedia%26token%3D1af18a17-4640-4784-a3e9-77a7838a3cb0&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=5871382e&#x26;sv=1" alt=""><figcaption><p>Navigate to APIs Portal</p></figcaption></figure>
2. Now click on the "Create new secret key" under API Keys section.

   <figure><img src="https://help.botpenguin.com/~gitbook/image?url=https%3A%2F%2F1745791824-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAPDb8cKQtGlIAfgHjcsQ%252Fuploads%252FWI4auu7VrfUNxNWH0jeH%252Fimage.png%3Falt%3Dmedia%26token%3D3703d32c-793b-4050-b2f8-740d38a76f7a&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=c1f11633&#x26;sv=1" alt=""><figcaption><p>Initiate API key creation process</p></figcaption></figure>
3. Name the API Key and click "Create Secret Key".

   <figure><img src="https://help.botpenguin.com/~gitbook/image?url=https%3A%2F%2F1745791824-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAPDb8cKQtGlIAfgHjcsQ%252Fuploads%252FxS5G5kiMvdOlHxmfyizw%252Fimage.png%3Falt%3Dmedia%26token%3Da4763b9f-1044-4b35-964f-6209290a17ba&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=b4dc61d&#x26;sv=1" alt=""><figcaption><p>Name the API Key</p></figcaption></figure>
4. Copy the API key shown and save it safely with you.

   <figure><img src="https://help.botpenguin.com/~gitbook/image?url=https%3A%2F%2F1745791824-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAPDb8cKQtGlIAfgHjcsQ%252Fuploads%252Ftb2jecjs6w11j2lhFjB3%252Fimage.png%3Falt%3Dmedia%26token%3D7324ae95-0fb7-4cf9-be77-f108f4b68213&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=4c120883&#x26;sv=1" alt=""><figcaption><p>Copy AI Key</p></figcaption></figure>

#### Step 3: Integrate API Key on BotPenguin <a href="#step-3-integrate-api-key-on-botpenguin" id="step-3-integrate-api-key-on-botpenguin"></a>

1. Navigate to BotPenguin Agency Panel with your URL and Go to "Configurations".

   <figure><img src="https://help.botpenguin.com/~gitbook/image?url=https%3A%2F%2F1745791824-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAPDb8cKQtGlIAfgHjcsQ%252Fuploads%252FVnpmhWwY5Z4J8vSLu51u%252Fimage.png%3Falt%3Dmedia%26token%3D412eed0d-5558-4220-865d-978f3e8bae1f&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=f025ecd&#x26;sv=1" alt=""><figcaption><p>Integrate with ChatGPT </p></figcaption></figure>
2. Enter the key and Click "Connect" and Your Integration is Ready.

Please feel free to reach out to us at <mark style="color:$primary;"><support@botpenguin.com></mark>, in case of any questions or concerns.


---

# 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://partners.botpenguin.com/partner-platform-guidelines/integration-setup/setup-chatgpt-account.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.
