# Inline Whisper

The Inline Whisper feature allows you to activate OpenAI's [whisper](https://openai.com/index/whisper/) transcription within any textfield on your Mac.&#x20;

{% hint style="warning" %}
**Prerequisites:**&#x20;

* This feature requires the OpenAI AI service. Make sure you've set up your API correctly.
* This feature requires the Accessibility Permission.
  {% endhint %}

### How does it work?

It's as easy as 1-2-3.

1. Focus on a text input
2. Press a keyboard shortcut (configurable) then start speaking
3. Press that same keyboard shortcut and get the transcribed content back

### How to configure the keyboard shortcut

Go to **Settings > Shortcuts,** find **Toggle Inline Whisper**

### Demo

{% embed url="<https://youtu.be/mkVdQ2a7X5s>" %}


---

# 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.boltai.com/docs/ai-inline/inline-whisper.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.
