Your First Chat¶
Now that you have a project, let's start a conversation. Ogadu supports two types of chats: AI chats (talk to an AI model) and Team chats (human-only discussions).
Starting a Chat¶
- Open your project and click the Chats tab (💬).
- Click New Chat.
-
Configure your chat:
Setting Details Chat Type AI Chat (default) — talk to an AI assistant. Team Chat — human-only group discussion. AI Model Choose which AI model to use. A recommended model is pre-selected. Only for AI chats. AI Persona Optionally select a custom persona, or stick with the default Ogadu assistant. Only for AI chats. Title Optional. If you leave it blank, Ogadu will auto-generate a title after your first message. -
Click Create Chat.
Model and persona are locked
The AI model and persona cannot be changed after a chat is created. If you want to try a different model, start a new chat.
Sending Your First Message¶
- Type your message in the input area at the bottom.
- Press Enter to send (or click the send button).
- For AI chats, the response will stream in in real time — you'll see the text appear word by word.
Keyboard shortcuts
- Enter — send message
- Shift + Enter — new line (without sending)
- Ctrl/Cmd + F — search within the chat
Markdown Support¶
Both your messages and AI responses support Markdown formatting:
- Bold, italic, ~~strikethrough~~
- Headings, lists, tables
inline codeand fenced code blocks with syntax highlighting- Links (open in new tabs automatically)
Code blocks include a language label and a copy button for easy copying.
Message Actions¶
Hover over any message to reveal action buttons:
| Action | Description |
|---|---|
| Copy | Copy the message content to your clipboard. |
| Copy link | Copy a direct link to this specific message. Share it with teammates. |
| Branch | Create a new chat that copies the conversation up to this message. |
AI Suggestion Chips¶
When you start a new AI chat, you'll see suggestion chips to help you get going:
- "Help me write a story"
- "Explain a concept"
- "Review my code"
Click any chip to pre-fill the message input.
What's Next?¶
- Learn about AI Models to choose the right one for your task.
- Set up Personas for specialized AI assistants.
- Explore Real-Time Collaboration for team chats.

