# AskAI.Input



import { Preview } from '@/components/preview';

# Overview

Prompt input area with text entry, optional speech input, and submit actions for sending messages. Often used with [`AskAI.Messages`](/docs/components/ask-ai-messages) and [`AskAI.Suggestions`](/docs/components/ask-ai-suggestions).

## Demo

<Preview path="ask-ai-input" />

## Props

| Prop    | Type                   | Default | Description                       |
| ------- | ---------------------- | ------- | --------------------------------- |
| *(all)* | `HTMLDivElement` props | —       | Accepts all standard `div` props. |


## Sitemap
[Overview of all docs pages](/sitemap.md)
