Getting Started with AI Chat
This guide walks you through sending your first message in AI Chat, selecting a model, and managing your conversation history.
Prerequisites
Before you can use AI Chat, at least one AI provider must be configured and accessible to you. Providers can be added by you or shared with you by an administrator or team member. See AI Chat Providers for setup instructions.
Opening the Chat Interface
Click Chat in the sidebar navigation to open the AI Chat interface. If no providers are configured, you will see a prompt to add one.
When providers are available, the chat page displays a greeting and a set of suggested prompts to help you get started.
Selecting a Provider and Model
Use the model selector in the toolbar at the top of the chat interface to choose which AI model to use. Models are grouped by provider and listed with human-friendly names (for example, my-azure-provider / gpt-4o). If a provider offers multiple models, each one appears as a separate option.
Session tunnel models (models running on your compute clusters) also appear in this list when an active tunnel is available.
Sending a Message
- Type your message in the input field at the bottom of the chat interface, or click one of the suggested prompts.
- Optionally attach files by clicking the attachment button or dragging files into the chat area.
- Press Enter or click the send button.
Your message is sent to the selected model, and a new conversation is created automatically if one does not already exist.
Understanding Streaming Responses
AI Chat streams responses in real time. As the model generates its reply, text appears incrementally in the chat interface. A green indicator is shown while the response is streaming.
For reasoning models, a "Thought for..." indicator appears after the response completes, showing how long the model spent in its thinking phase. You can click this indicator to view the model's reasoning process.
Managing Conversation History
Your conversations are saved automatically and listed in the sidebar. Conversations are sorted by most recently updated.
Viewing Past Conversations
Click any conversation in the sidebar to reopen it. The full message history, including any branches, is restored.
Renaming a Conversation
Conversations can be renamed by updating the title. This helps you organize and find past conversations.
Deleting a Conversation
Only the conversation owner can delete a conversation. Deleting a conversation also removes all associated attachments and sharing permissions.
Next Steps
- Attaching Files — Learn how to include files in your messages
- Branching Conversations — Explore alternative responses
- Sharing Conversations — Share with your team
- Using Reasoning Models — Use models with extended thinking
- Using the CLI — Chat from the command line
Related Documentation
- AI Chat Overview — Feature overview and access methods
- AI Chat Providers — Configure AI providers
- Troubleshooting — Resolve common issues