🎯 SQL Practice

The Claude Interface

Everything in the Claude.ai UI and what each part does.

Overview of the claude.ai layout

The Claude.ai interface has evolved significantly since 2024. Here are the main areas:

The model selector

Click the model name at the top of any chat to switch models:

When to useModel choice
Quick questions, simple tasks, high volumeClaude 3.5 Haiku
Daily coding, writing, analysisClaude 4 Sonnet (default)
Complex multi-step reasoning, long documents, researchClaude 4 Opus

You can change the model mid-conversation — Claude maintains context across model switches within the same chat.

New chat vs Continue vs Project

There are three ways to start a conversation:

File and image uploads

Attach files to any message by clicking the paperclip icon or dragging files into the chat. Supported:

File size limit: 10MB per file, up to 5 files per message. For larger files, split them or use the API with streaming.

Keyboard shortcuts

ShortcutAction
EnterSend message
Shift + EnterNew line in message
Ctrl/Cmd + KNew chat
Ctrl/Cmd + /Search conversations
Ctrl/Cmd + Shift + SToggle sidebar
EscStop generating
POWER USER TIP Claude renders Markdown in responses — use **bold**, backticks for code, and headers in your messages to format complex prompts. Claude often produces better-structured responses when your input is well-structured.