Chatting with Nebula
Chat with your AI agent in Nebula to ask questions, upload files, and collaborate on tasks through natural conversation — no commands needed.
Chat is the primary way you interact with Nebula. You type (or speak) what you need, and your agent does the work: researching, writing, coding, or taking actions on your behalf.
Starting a conversation
From the channels page at nebula.gg, click New Channel to start a conversation. You can choose which agent to talk to, or use the default agent that comes with your account. Each conversation lives in its own channel and keeps a full history. You can come back to any conversation later and pick up where you left off.
Type a message to start
What you can ask
Nebula can handle a wide range of requests depending on which capabilities your agent has enabled.
Find the latest news about renewable energy and summarize the key developments.
Here are today's top renewable energy stories: the EU approved a $4B solar subsidy package, Tesla opened a new battery factory in Texas, and offshore wind capacity hit a global record.
What is the current market cap of Ethereum?
Ethereum's current market cap is approximately $285 billion, with ETH trading at $2,370.
Compare the pricing of AWS, GCP, and Azure for a small web app.
For a small web app, AWS Lightsail starts at $3.50/mo, GCP Cloud Run at ~$5/mo, and Azure App Service at $13/mo. AWS is cheapest for simple hosting; GCP is best for pay-per-request.
Write a blog post about the future of AI agents, aimed at a non-technical audience.
Here's a 600-word blog post titled 'Why AI Agents Are About to Change How You Work.' It covers what agents are, real-world examples, and what to expect next.
Rewrite this paragraph to be more concise.
Here's the revised version — cut from 85 words to 42 while keeping the core message intact.
Draft a tweet thread summarizing this article.
Here's a 5-tweet thread. Tweet 1 hooks with the main insight, tweets 2-4 cover key points, and tweet 5 ends with a call to action.
Write a Python script that reads a CSV and outputs the top 10 rows by revenue.
Here's the script. It uses pandas to load the CSV, sorts by the 'revenue' column descending, and prints the top 10 rows.
Analyze this dataset and create a bar chart of monthly sales.
Analysis complete. Sales peaked in November at $89K and dipped in February at $34K. Here's the bar chart:
Debug this JavaScript function — it returns undefined instead of the expected array.
Found the bug: the function is missing a return statement inside the .map() callback. Adding 'return' on line 12 fixes it.
Generate an image of a futuristic city skyline at sunset.
Here's your image — a neon-lit cityscape with towering glass structures against an orange and purple sunset sky.
Transcribe this audio file.
Transcription complete. The 6-minute recording is a product review covering battery life, display quality, and overall value.
Convert this text to speech.
Audio generated. Here's the spoken version in a natural, conversational tone.
Post a message to #general in Slack saying the deploy is complete.
Posting to #general.
Done — posted to #general: 'Deploy complete. All services are live and healthy.'
Search my Twitter mentions from the last 24 hours.
Found 7 mentions in the last 24 hours. Three are positive feedback, two are questions, and two are retweets.
Send an email to team@example.com with a summary of today's standup.
Email sent to team@example.com with the subject 'Standup Summary — March 3'. It covers completed items, blockers, and today's priorities.
Uploading files
You can attach files directly in the chat. Drag and drop a file into the conversation, or click the attachment icon. Your agent can read, analyze, and work with uploaded files.
Upload a CSV or spreadsheet and ask your agent to analyze, chart, or transform the data.
Share a PDF or document and have your agent summarize key points, extract details, or answer questions about it.
Attach an image for your agent to describe, edit, or extract information from.
Provide documents that your agent can reference in future conversations.
Slash commands
Type / in the chat input to see available commands:
| Command | What it does |
|---|---|
/new | Create a new channel |
/plan | Enable plan mode |
/clear | Clear conversation context |
/theme | Switch between light and dark mode |
/settings | Open the settings page |
/agents | View your agents |
/triggers | View your triggers |
Plan mode
Type /plan to enable plan mode. In this mode, Nebula researches and thinks through your request but won't execute any actions until you approve. Instead of acting immediately, your agent follows this process:
You can approve the plan to let Nebula execute it, or reject with feedback so the agent revises its approach. Once approved, plan mode turns off and Nebula carries out the steps.
This is useful when you want to review what Nebula will do before it does it — for example, before it sends emails, posts to Slack, or modifies data in a connected app.
Mentioning files, agents, and triggers
You can reference things in your workspace directly in a message:
@filename— reference a file you've uploaded@agent-name— mention a specific agent@trigger-name— mention an automation
This helps Nebula understand exactly what you're referring to.
What's next?
Prompt Tips
Get better results from Nebula with these prompt tips — learn how to write clear requests, chain tasks, use agents, and automate workflows.
Channels and Conversations
Organize your Nebula conversations into channels by topic, project, or team — create, sort, pin, and archive channels to stay focused.