Documentation Index¶
Fetch the complete documentation index at: https://makakoo-traylinx-35.mintlify.app/llms.txt Use this file to discover all available pages before exploring further.
Personal Assistant¶
Interact with AI models through TrayLinx's unified chat interface.
The Personal Assistant is TrayLinx's main AI interface. It supports text and voice input, file attachments, multiple intelligence levels, and a full conversation history — all from a single panel accessible across every page.
Chat interface overview¶
Open the Personal Assistant by clicking Personal Assistant in the sidebar, or by expanding the assistant panel from any page. The interface has three main areas:
- Message list — your conversation with the assistant, rendered with full Markdown, code highlighting, and table support
- Input bar — where you type or dictate your message, attach files, and choose a model
- Sidebar — quick access to conversation history and pinned sessions (visible in full-width mode)
The assistant responds in real time. While a response is streaming, a thinking accordion shows the model's reasoning process; once complete, it collapses and shows how long the model thought.
Sending text messages¶
Assistant messages support Markdown, math (KaTeX), syntax-highlighted code blocks, and tables. Tables include a Copy table button and a Download CSV button in the toolbar above them.
Voice input¶
The assistant uses the browser's Web Speech API for real-time voice transcription.
Model selection¶
Choose a model tier based on the complexity of your task. Click the model selector button next to the Send button to switch.
| Tier | Best for |
|---|---|
| Fast | Quick, concise answers for standard questions |
| Balanced | Deeper analysis drawing on multiple sources |
| Powerful | Extended reasoning for complex, multi-step problems |
Your selected model is passed with every message in the current session. You can switch models at any point mid-conversation.
Working with attachments¶
Click the Plus (+) button in the input bar to open the attachment menu.
Files are staged locally and previewed immediately in the input bar — they are uploaded only when you click **Send**.
Supported file types:
* **Images** — displayed inline in the conversation
* **PDFs and documents** — displayed as a named card; click to open in the file viewer
* **Audio** — rendered as a compact inline player
* **Video** — rendered as an inline video player
Attached files appear as chips in the input bar before sending. Click the X on a chip to remove an attachment. After the message is sent, attachments render inline inside the message bubble.
Conversation history¶
The Personal Assistant stores all sessions persistently. Access your history by clicking History in the assistant header.
The history view shows conversations grouped by date: Today, Yesterday, Last 7 Days, Last 30 Days, and older sessions grouped by month. Each card shows the conversation title, a summary or topic chips, a message count, and a relative timestamp.
Searching conversations
Use the search bar at the top of the history view to search across your sessions. When you type two or more characters, the assistant performs a semantic search against your conversation history and ranks results by similarity score.
Filtering and sorting
Use the filter controls next to the search bar to:
- Show All Conversations or Pinned Only
- Sort by Newest First or Oldest First
Per-conversation actions
Click the three-dot menu on any conversation card to:
- Pin — move the conversation to the top of the history view
- Rename — set a custom title
- Delete — permanently remove the conversation (requires confirmation)
The history view uses infinite scroll. As you reach the bottom, older sessions load automatically (20 sessions per page).
Custom prompts and reuse¶
The Personal Assistant surfaces context-aware quick actions at the start of each conversation based on the current page you are viewing. These actions appear as chips above the input bar and inject a pre-built prompt when clicked — no typing required.
To reuse or edit a message you sent:
- Hover over any user message to reveal the action bar.
- Click Edit to copy the message text back into the input field.
- Modify it and send again.
To reuse an assistant response, click Copy in the action bar below the message to copy the full Markdown content to your clipboard.
Built with Mintlify.