# OpenAI

With OpenAI integration, you have the ability to interact with audio extraction models via **OPENAITRANSCRIPTION** or with completion models via **OPENAICHAT**.

### [OPENAITRANSCRIPTION](/admin/9.1/workflow-applications/openai/openaitranscription.md)

The **OPENAITRANSCRIPTION** workflow application lets you interact with an OpenAI audio model to transcribe an audio file.

### [OPENAICHAT](/admin/9.1/workflow-applications/openai/openaichat.md)

The **OPENAICHAT** workflow application lets you interact with an OpenAI chat model.

### [OPENAIADDMESSAGE](/admin/9.1/workflow-applications/openai/openaiaddmessage.md)

The **OPENAIADDMESSAGE** workflow application allows you to update the message history of a conversation to add user or tool interactions. It's also possible to update the history directly from a sub-process.


---

# 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.workflowgen.com/admin/9.1/workflow-applications/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.
