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

# Chat Overview

> Learn how to have conversations with Flast and get the most out of your AI companion.

Chat is the core of Flast. It is where you have conversations, ask questions, get help with tasks, and build understanding over time.

## The Chat Interface

When you open a chat, you will see:

* **Message area**: Your conversation history with Flast
* **Input field**: Where you type your messages
* **Agent selector**: Switch between Flast Lite and Flast Max
* **Tool selector**: Choose which tools to enable for your message
* **Persona indicator**: Shows your current communication style
* **Sidebar**: Access your chats, memories, and other features

## Starting a Conversation

Click **New Chat** in the sidebar or simply start typing in the input field. Flast will respond in real-time, with text streaming as it generates.

### Tips for Better Conversations

* **Be specific**: Clear, detailed prompts get better results
* **Provide context**: Tell Flast what you are working on and why
* **Ask follow-ups**: Continue the conversation to dig deeper
* **Use memories**: Reference saved context with @ mentions

## Chat Features

<CardGroup cols={2}>
  <Card title="Send Messages" icon="message" href="/features/chat/sending-messages">
    Learn about text, voice, and file inputs.
  </Card>

  <Card title="Attachments" icon="paperclip" href="/features/chat/attachments">
    Share files and images in your conversations.
  </Card>

  <Card title="Voice Input" icon="microphone" href="/features/chat/voice-input">
    Speak instead of type with voice recording.
  </Card>

  <Card title="Suggestions" icon="lightbulb" href="/features/chat/suggestions">
    Get AI-generated follow-up ideas.
  </Card>
</CardGroup>

## Message History

Flast saves all your conversations. Use the sidebar to:

* View your chat history
* Search through past conversations
* Pin important chats
* Delete chats you no longer need

Older messages load automatically as you scroll up, so you can always access your full conversation history.

## Real-Time Streaming

When Flast responds, you see the text appear as it generates. This streaming provides immediate feedback and helps you understand when longer responses are coming.

If a response seems stuck, you can cancel it and try rephrasing your request.

## Bookmarking Messages

Found a response you want to save? Click the star icon on any message to bookmark it. Access all your bookmarks from the sidebar to quickly find important information later.

<Card title="Next: Sending Messages" icon="arrow-right" href="/features/chat/sending-messages">
  Learn about all the ways to communicate with Flast.
</Card>
