Quick Start
This guide will help you set up Alma and start your first conversation in under 5 minutes.
Step 1: Add a Provider
Before you can chat, you need to configure at least one AI provider.
- Open Alma
- Click the Settings icon (⚙️) in the sidebar or press
Cmd+,(macOS) /Ctrl+,(Windows) - Navigate to Providers
- Click Add Provider
Example: Setting up OpenAI
- Select OpenAI as the provider type
- Enter a name (e.g., "OpenAI")
- Paste your OpenAI API key
- Click Save
- Alma will automatically fetch available models
Getting an API Key
- OpenAI: Visit platform.openai.com/api-keys
- Anthropic: Visit console.anthropic.com
- Google AI: Visit aistudio.google.com/apikey
Step 2: Configure Tool Model
The Tool Model handles background operations like tool selection, memory, and thread title generation. It should be fast and efficient.
- Go to Settings → General
- Find the Tool Model section
- Select a fast model (e.g.,
gpt-4o-miniorclaude-haiku-4-5) - Click Test to verify performance
TIP
See Tool Model Settings for detailed configuration guide and recommended models.
Step 3: Select a Chat Model
- In the main chat area, click the model selector at the top
- Choose a model from your configured providers
- Models are shown as
ProviderName:ModelName(e.g., "OpenAI:gpt-4o-mini")
Step 4: Start Chatting
- Type your message in the input box at the bottom
- Press Enter to send (or Shift+Enter for a new line)
- Watch the AI response stream in real-time
Step 5: Enable Features (Optional)
Enable Memory
Memory allows Alma to remember information across conversations.
- Go to Settings → Memory
- Toggle Enable Memory on
- Configure retrieval settings as needed
Enable Tools
Tools allow the AI to perform actions like searching the web or reading files.
- When composing a message, click the Tools icon
- Select Auto to let the AI choose appropriate tools
- Or select specific tools manually
Set Up a Workspace
Workspaces connect chats to project directories for coding assistance.
- Click the folder icon in the chat header
- Select a directory to use as workspace
- The AI can now read and write files in that directory
Keyboard Shortcuts
| Action | macOS | Windows |
|---|---|---|
| New Chat | Cmd+N | Ctrl+N |
| Settings | Cmd+, | Ctrl+, |
| Toggle Sidebar | Cmd+B | Ctrl+B |
| Search Threads | Cmd+F | Ctrl+F |
| Send Message | Enter | Enter |
| New Line | Shift+Enter | Shift+Enter |
