Chat personalization
Tune Alphio AI's behavior — language, response style, voice input, attachment support — to match how you work.
Find it at: /account/setting for global preferences; inline overrides via the chat input row and /chat settings popover.
1. Language preference
Alphio AI replies in your preferred language by default and auto-detects when you switch.
- Primary language. Set in Account > Settings. Currently supported UI / response languages include English, Simplified Chinese, Traditional Chinese, Japanese, Korean, Arabic, Spanish, French, and Portuguese.
- Auto-detect from input. If you write your question in a different language, Alphio AI replies in that language for the turn — your primary preference is not overwritten.
- Mixed asks. Tickers, English-only product names, and code stay in their original form even when the surrounding answer is translated.
2. Response style
Alphio AI exposes a small set of style controls that adjust verbosity, level of detail, and use of structured output.
The exact set of response-style toggles (e.g. Concise vs Detailed, Numbers-first vs Narrative, Show-thinking on/off) is being finalized. Confirm with the product team before relying on the values below.
Where they exist, style preferences are saved per account and apply to every new session until changed.
3. Voice input
When your browser supports the Web Speech API, a microphone button appears next to the send button in the chat input row.
- Hold to speak. Press and hold the mic; release to stop. A live overlay (
VoiceRecordingOverlay) shows a volume meter, the partial transcript, and a "Release to finish" hint. - Continuous append. If the input already has text, transcribed words are appended after a space — useful for dictating long prompts in chunks.
- Recognition language. Follows your Alphio UI locale (English, Mandarin, Japanese, etc.).
- Mobile support. Voice input works on iOS Safari and Android Chrome. Some embedded browsers (WeChat in-app, generic webviews) may not expose the Speech API; in that case the mic button is hidden.
4. Attachments
You can attach context to a chat message instead of typing it out.
- Paste a screenshot. On desktop, paste an image directly into the input box. Alphio AI receives it as visual context for the turn.
- Upload a file. Use the attach affordance next to the input to select a file from disk.
The exact supported attachment formats and per-file size limits are being finalized. Confirm with the product team before quoting limits in user-facing tutorials.
5. Saved preferences (KV)
Your personalization choices sync across devices via Alphio's user profile KV store.
- Backed by
getUserProfileKV/setUserProfileKV. When you change a preference, the new value is written to your profile. When you sign in on a different device, the same preferences are loaded. - Scope. Includes language preference, response-style toggles, default chat surface, and feature opt-ins. Watchlist, sessions, and trade settings are stored separately.
- Reset. Clearing app data on one device does not erase server-side preferences — sign in again to pull them back.
If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:
GET https://docs.alphio.ai/chat/chat-personalization.md?ask=<question>The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.