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

# Inline

> Make quick edits and ask questions without leaving your code

Inline mode lets you interact with Firebender directly from your editor, without switching to the chat panel. This is perfect for small, focused tasks.

## Quick Edit

Select code and trigger a quick edit to make targeted changes without context switching.

<video autoPlay loop muted playsInline style={{width: '100%', borderRadius: '12px'}}>
  <source src="https://mintcdn.com/firebendercorp/oxeTgiROCe9OzbWb/assets/inline-quick-edit.webm?fit=max&auto=format&n=oxeTgiROCe9OzbWb&q=85&s=1e6795a1d0193aaad8f930917a0714af" type="video/webm" data-path="assets/inline-quick-edit.webm" />
</video>

## Quick Question

Highlight code and ask a question to get instant answers about what it does or how it works.

<video autoPlay loop muted playsInline style={{width: '100%', borderRadius: '12px'}}>
  <source src="https://mintcdn.com/firebendercorp/oxeTgiROCe9OzbWb/assets/inline-quick-question.webm?fit=max&auto=format&n=oxeTgiROCe9OzbWb&q=85&s=aec7629b7e27c9e665bbbfb7caf642ff" type="video/webm" data-path="assets/inline-quick-question.webm" />
</video>
