> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fastgen.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ChatGPT

**Integrate ChatGPTs powerful natural language generation into your workflows**.

<img src="https://mintcdn.com/organa/x4VcIWGQE6pfuZkY/images/chatgpt-header.webp?fit=max&auto=format&n=x4VcIWGQE6pfuZkY&q=85&s=5eeeb8c9537dfe5588fe6ddecfc8b220" alt="chatgpt-header" width="3248" height="1808" data-path="images/chatgpt-header.webp" />

## Setup

To start using the ChatGPT Prompt action, you need to navigate to Settings > Integrations > ChatGPT and provide your [OpenAI API token](https://platform.openai.com/account/api-keys) to connect to the ChatGPT API.

## Usage

Once you’ve set up your OpenAI token in the integration settings, you can use the action to send any prompt to ChatGPTs’ API. The result will be returned as a JSON object, with a string of the generated natural language response.

### Output

```json theme={null}
{
    "Content": "" // ChatGPTs' generated natural language response
}
```
