# OpenAI

OpenAI provides a range of APIs that grant access to its diverse language models and other artificial intelligence tools, including the Generative Pre-training Transformer (GPT).

Take a look at [OpenAI's docs](https://beta.openai.com/docs/introduction).

## OpenAI and Flows

Once installed, you'll be able to use OpenAI actions in Flows to automate tasks and workflows for customer service or marketing, such as generating images, moderating text, completing text or chat in conversations, and editing images.

Explore the available [OpenAI actions](/applications/automation/flows/concepts/actions/connector-actions/open-ai-actions.md).


---

# 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://docs.bird.com/applications/integrations/integrations/supported-integrations/openai.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.
