C
clearception.ai Help Center

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

  1. You type a query.
  2. clearception.ai searches your uploaded notes and documents for relevant context (RAG).
  3. It combines that context with the last few messages and your query, then sends everything to the configured AI model.
  4. 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.

CommandBehavior
/notesAnswer using only your uploaded notes โ€” no general AI knowledge
/generalAnswer using only general AI knowledge โ€” ignore your notes
/defaultUse notes and general knowledge (default when no command is given)
/onlineFetch live information from the web before responding
/imageGenerate an image from your prompt
/diagramGenerate an Excalidraw diagram from your prompt
/codeWrite and execute a Python snippet, then return the result
/researchRun a deeper multi-step research pass for more thorough answers
/helpList 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