Help

Help center and documentation

How do I start a New Chat?
Click "New Chat" in the sidebar. Each session generates a unique session_id with no context window residue from previous sessions (stateless at API level), ensuring accuracy and preventing cross-context hallucinations.
Why should I log in?
Logging in unlocks: Tailored responses based on your Saved Chats, image creation (Images), and File Uploads with RAG indexing. Without login, you can still use Standard Chat, Maps, Plugins, and Deep Research.
How do "Tailored responses" work?
When logged in, the platform performs semantic search on your Saved Chats history. Relevant past conversations are injected into the system prompt, producing responses that match your preferences and writing style — without needing to re-explain context.
What are "Saved Chats"?
Saved Chats are persisted conversation sessions. All messages (user & assistant) are stored in the database with logical isolation per user (PRD §8 Security). You can access them anytime via Chat History.
What is Deep Research?
Deep Research uses an agentic workflow with multi-step reasoning: it decomposes your query into sub-tasks, executes automated search iterations, manages long context from multiple sources, and synthesizes a comprehensive report with citations.
What is Maps [New]?
Maps provides an interactive map interface connected to the LLM. It supports Context-Aware Business Discovery, Logistics Route Optimization, and Spatial Data Analysis — all through text commands.
How do Plugins work?
Plugins follow a 3-step workflow: Discovery (manifest validation), Authentication (OAuth2 or API Key), and Execution (JSON Schema mapping). Enable verified plugins from the Plugins page.
How do File Uploads work?
Uploaded files (PDF, DOCX, CSV, TXT) are processed with OCR and document parsers. Extracted content is indexed into a temporary vector store for RAG-based Q&A within that session.
Is my data secure?
Yes. All Saved Chats are logically isolated between users (PRD §8). File uploads are encrypted. Data residency complies with local data protection regulations.

Still need help?

Contact Support