# Artificial Intelligence

## Dialogues

Simulated audience members utilize [OpenAI's ChatGPT](https://openai.com/chatgpt) and [ElevenLabs' Generative Voice AI](https://elevenlabs.io/) to engage in intelligent dialogues.

## Feedback

Ovation provides users with feedback about their performance in the [report](/ovation/reports.md) generated after each session. This feedback is made possible by providing ChatGPT with the speaker's words and analytics collected during practice sessions.&#x20;

Think of this as your personalized AI speaking coach capable of advising you on everything from how well you supported the conclusions in your speech, to tips for overcoming bad habits, such as overusing filler words, to suggestions for improving your responses to interview questions.

## Speech-to-Text

Ovation utilizes [Speechmatics](https://www.speechmatics.com/)['](https://www.speechmatics.com/) AI-powered transcription API to convert user microphone audio into text. Transcription makes many of Ovation's best features possible, including voice analytics, [recording transcripts](/ovation/reports.md#transcript), [AI dialogues](#dialogues), and AI feedback.


---

# 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.ovationvr.com/ovation/artificial-intelligence.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.
