# Adding API Keys

### Who Needs to Set Up an OpenAI API Key?

If you are on a **paid plan**, you can enter your own OpenAI API key to continue generating AI-powered responses beyond the trial period. **Free trial users do not need an API key**—you’ll enjoy **100 free generations** across any OpenAI engine during your trial period. 🚀

{% embed url="<https://youtu.be/qehfZP1--Z0>" %}

### How to Get Your OpenAI API Key

1. **Go to OpenAI** – Visit [OpenAI's API page](https://platform.openai.com/signup/) and log in or create an account.
2. **Navigate to API Keys** – Click on your profile (top right), select **View API Keys**, and generate a new key.
3. **Copy Your API Key** – Save it securely, as OpenAI will not show it again.

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

### Adding Your API Key to FormWise

1. **Log in to FormWise** and navigate to **Account Settings > API Key**.
2. **Paste your OpenAI API key** into the required field.
3. **Click Save** – Your FormWise tools will now be powered by your own OpenAI API key.

### Troubleshooting & FAQs

#### **Q: Do I need an API key during my free trial?**

No! You get **100 free generations** using any OpenAI model—no API key required during your trial.

#### **Q: What happens if I don’t add an API key after my trial?**

Once your **100 free generations** are used or your trial ends, you will need to add your own OpenAI API key to continue using FormWise.

#### **Q: Where can I check my OpenAI usage?**

Log in to your **OpenAI account**, go to **Usage Dashboard**, and monitor your API consumption.

For further assistance, contact **FormWise Support** or visit our **Facebook Community** for help! 🚀


---

# 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://manual.formwise.ai/formwise/support/adding-api-keys.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.
