Starting a Conversation
Open a new chat
Click the New Chat button at the top of the sidebar, or use the keyboard shortcut
Ctrl + Shift + O.A model selector dropdown and an input box appear in the center of the screen.Select an AI model
Click the model selector dropdown at the top of the screen to choose which AI model to use. Clicking the “Select a model” text shows the list of available models.

Send the message
Press
Enter or click the send button (arrow icon) at the right of the input box.Use
Shift + Enter to insert a line break. Pressing Enter alone sends the message.Model Selection Guide
Pick the model that best fits your task from the list registered by the admin. Below are typical model characteristics.| Model Type | Strengths | Recommended For |
|---|---|---|
| GPT-4o | High-performance multimodal model | Complex analysis, image understanding, coding |
| GPT-4o-mini | Fast and economical | General chat, simple Q&A, translation |
| Claude | Excellent long-context handling | Document summarization, report writing, analysis |
| Ollama models | On-premises execution | Sensitive internal data where security matters |
The list of available models depends on admin settings. If a model you need isn’t visible, ask your admin.
Input Options
Beyond plain text, you can pass information to the AI in several ways.Attaching Files
Click the + button on the left of the input box, or drag and drop a file onto the input area.| File Type | Supported Extensions | Examples |
|---|---|---|
| Documents | PDF, DOCX, TXT, MD | Document summarization, content analysis, translation |
| Spreadsheets | XLSX, CSV | Data analysis, deriving insights |
| Images | PNG, JPG, GIF, WebP | Image analysis, OCR (multimodal model required) |
| Code | PY, JS, TS, etc. | Code review, bug analysis, refactoring |
Cloud Storage Integration
When configured by the admin, you can pull files directly from SharePoint. Choose the cloud storage option from the + button menu.Prompt Commands
Type/ in the input box to open the registered prompt template list. Quickly invoke frequently used question patterns.

Using the Response
Action buttons below an AI response provide several follow-up actions.
| Action | Description |
|---|---|
| Copy | Copies the entire response to the clipboard |
| Regenerate | Generates a new response for the same prompt. After multiple regenerations you can switch between responses |
| Listen | Plays the response with TTS (Text-to-Speech) |
| Like / Dislike | Provides feedback on response quality |
Continuing the Conversation
Cloosphere maintains conversation context. It remembers previous turns, so follow-up questions flow naturally.As conversations grow long, the influence of earlier messages can fade. When the topic shifts, starting a fresh New Chat often produces more accurate answers.
Tips for Effective Prompts
Be specific
Be specific
Specific conditions yield more accurate results than vague requests.
| Less effective | More effective |
|---|---|
| ”Write a report" | "Write a Q1 2024 marketing performance report. About 2 A4 pages, including key KPIs and improvement areas." |
| "Fix this code" | "This Python code throws a TypeError. Find the cause and provide the fixed code.” |
Specify the output format
Specify the output format
Specifying the desired output format reduces post-processing time.
- “Organize as a table”
- “Write in markdown”
- “Output as JSON”
- “Explain step by step with numbered items”
Assign a role
Assign a role
Giving the AI a specific role yields more expert-level answers.
- “You’re a senior Python developer. Review this code.”
- “Analyze this campaign strategy from a marketing expert’s perspective.”
Break it into steps
Break it into steps
For complex work, splitting into steps tends to produce better results than asking for everything at once.
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Enter | Send message |
Shift + Enter | Line break |
Ctrl + Shift + O | New chat |
Ctrl + Shift + S | Toggle sidebar |
Ctrl + / | Show keyboard shortcuts |
Shift + Esc | Focus chat input |
Next Steps
Once you’ve completed your first chat, explore more powerful features.Understand the UI
Learn about the sidebar, search, folders, and the rest of the UI
Manage Conversations
Organize chats with folders, pinning, and tags
Use Agents
Build task-specific AI assistants to boost productivity
