Chat
The clearception.ai chat interface is the fastest way to get answers, draft content, and explore your knowledge base. It supports multi-turn conversations, inline citations, and slash commands that change how clearception.ai responds.
Opening Chat
Go to app.clearception.ai/chat.
Each conversation is saved in your history. Start a fresh thread by clicking New Conversation in the sidebar.
How It Works
- You type a query.
- clearception.ai searches your uploaded notes and documents for relevant context (RAG).
- It combines that context with the last few messages and your query, then sends everything to the configured AI model.
- The response is streamed back with source citations when notes were used.
Slash Commands
Prefix your message with any of these commands to control what clearception.ai uses to answer.
| Command | Behavior |
|---|---|
| /notes | Answer using only your uploaded notes โ no general AI knowledge |
| /general | Answer using only general AI knowledge โ ignore your notes |
| /default | Use notes and general knowledge (default when no command is given) |
| /online | Fetch live information from the web before responding |
| /image | Generate an image from your prompt |
| /diagram | Generate an Excalidraw diagram from your prompt |
| /code | Write and execute a Python snippet, then return the result |
| /research | Run a deeper multi-step research pass for more thorough answers |
| /help | List all available commands and clearception.ai tips |
Conversation File Filters
Narrow which documents clearception.ai uses in a conversation by selecting them in the left panel of the chat view. Only the selected files will be searched for context โ useful when you want to focus on a specific project or document set.
Chat Modes
Online mode โ /online
clearception.ai searches the web and incorporates the results. Best for current events or topics not in your notes.
Image generation โ /image
Returns an AI-generated image based on your text prompt. No note context is used.
Code execution โ /code
Writes and runs Python snippets in a sandboxed environment, then shows you the output alongside the code.
Research mode โ /research
Runs multiple reasoning steps for complex questions that need depth and accuracy over speed.
Voice Input
clearception.ai supports voice chat on supported browsers. Click the microphone icon in the chat input to dictate your query.
Tips
- Use
โ/โarrow keys in the input box to cycle through your previous messages in that conversation. - Press
Enterto send. UseShift + Enterfor a newline. - Share a conversation using the share icon โ generates a read-only link for colleagues.
- Cite sources appear below responses โ click them to jump directly to the source passage.