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.
2
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.
The model selector dropdown at the top
You can set a frequently used model as your default. After picking a model in the dropdown, click the “Set as default” button that appears below — it’ll be selected automatically in future chats.
3
Type your message
Type your question or request in the input box at the bottom of the screen.
4
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.
5
Read the AI response
The AI streams its response in real time, token by token, until generation completes.Click the stop button (square icon) during generation to cancel the response.
Pair file attachments with a specific question to get more accurate answers.Example: “Summarize chapter 3 of the attached PDF and put the key conclusions in a table.”
When configured by the admin, you can pull files directly from Google Drive, OneDrive, or SharePoint. Choose the cloud storage option from the + button menu.
Cloosphere maintains conversation context. It remembers previous turns, so follow-up questions flow naturally.
[First question] Write Python code that calls a REST API[Follow-up] Add error handling[Follow-up] Convert it to an async version
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.
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
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
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.”
If you reuse the same role often, register it as an Agent so you don’t have to specify the role each time.
Break it into steps
For complex work, splitting into steps tends to produce better results than asking for everything at once.
Step 1: Find the top 3 trends in the attached dataStep 2: Analyze the cause of each trendStep 3: Organize the analysis into an executive briefing slide structure