What the Chatbot Is
The Chatbot is the AI chat window built into the Linkly AI desktop app, and it’s also the app’s default startup window — install the app, open it, and this is the first thing you see. The one thing that sets it apart from an ordinary AI chat tool: it comes with a full retrieval toolset and can see every document you’ve indexed. There’s nothing to upload and nothing to paste. You ask a question, and it goes off to search, read, and cross-check on its own, then answers with citations.Nothing to Configure
Sign in to your Linkly AI account and the official models are ready; the retrieval tools are already built in
Fully Transparent
Every keyword it searched, every file it read, everything it got back — all of it can be expanded
How It Divides Up with the Search Launcher
The app has two entry points, and they’re easy to mix up:
A simple rule: use the launcher to find a file, use the Chatbot to ask a question.
Opening It, and What You See
The window defaults to 1200×800 and can be resized freely, down to a minimum of 880×640. Closing the window only hides it — the app keeps running in the background, and clicking the tray icon brings you straight back to the conversation you left. The interface has three columns:1
Left sidebar: the chat list
New chat sits at the top, followed by three entry points — Note, Find Files (which opens the search launcher), and Settings — and below those, your chats grouped by date (Today / Yesterday / Previous 7 days / This month / Earlier). Right-click or hover any chat to Rename or Delete it.A row of small buttons runs along the very bottom: Model quota, index status, Keyboard Shortcuts, and Official Website.
2
Center: the conversation
The message stream plus the composer. The toolbar to the right of the composer holds the model picker and the context window usage percentage.
3
Right — Workspace: the file panel
Two tabs:
- Files in this chat — split into Referenced and Read, these are the files the AI actually touched during this conversation
- Library files — a searchable file tree, whose context menu offers Add to chat, Reveal in Finder / Show in Explorer, Transcribe now, and more
Shortcuts Inside the Window
These shortcuts only work while the Chatbot window has focus:Index Status
The index button at the bottom of the sidebar has three states: a spinner reading Indexing…, a checkmark reading Index up to date, and a red Indexing error. Clicking it takes you to Settings → Index.Scoping with @
This is the Chatbot’s most used feature, and the most frequently misunderstood one. Type@ in the composer and a picker appears, offering four kinds of target:
- Local libraries (about libraries)
- Cloud libraries (about cloud libraries)
- Folders
- Individual files
+N chip you can hover to see the full list.
@ applies per message, not once per conversation. Mention a library in this message and the next message without an @ goes back to global scope. To stay in the same scope over several turns, mention it in every message.The Picker’s Two Groups Behave Differently
The picker is split into two groups, and they behave noticeably differently:
The Files and folders group also matches on filename (basename) only, never on path. To mention
~/Projects/2026/annual-review.docx, typing annual or review finds it, but typing Projects won’t (that only matches a folder actually named Projects).
Four Conditions a Cloud Library Must Meet to Be Mentionable
If a cloud library isn’t showing up in the picker, check these one by one:- You’re signed in to your Linkly AI account (or have a Cloud API key configured)
- The library has been linked on the web with the Link button
- Its toggle is switched on under Settings → Libraries → Connected cloud libraries
- The cloud library is not bound to a local library
Condition 4 is deliberate: a bound cloud library appears only through its corresponding local entry, so the same content isn’t listed twice in the picker. To mention it, pick the local library instead.
There Is No File Upload
The Chatbot does not support uploading files or adding attachments. Anything you reference with@ has to be already indexed. To have the AI read a new file, first add the directory it lives in under Settings → Folders, or simply drop it into ~/LinklyAI (which is watched by default), and mention it once indexing finishes.
Choosing a Model and Checking Your Quota
Two Kinds of Model Source
The second kind covers both third-party cloud APIs and servers running on your own machine, such as Ollama and LM Studio (local servers usually need no key). 12 presets are offered when adding one, to fill things in quickly: OpenAI, DeepSeek, Mistral, Groq, OpenRouter, Qwen, MiniMax, Moonshot, Zhipu, SiliconFlow, Ollama, and LM Studio.
Presets only prefill the address; they don’t include a model list. Once the address is in, the next step can auto-discover models from the provider’s
/v1/models endpoint, or you can enter model ids by hand.How the Quota Works
Quota for Linkly AI’s official models is not counted per token, nor per request in isolation. It’s a shared pool: each model has its own multiplier, shown as a badge in the model picker, and the lower the multiplier the less quota a request costs. Quota runs across three parallel time windows, each counted independently:
Filling any one window gets you rate-limited — even if the other two still have room. To check: click the quota button at the bottom of the sidebar, which shows three ring gauges and their individual reset times.
When you run out, an amber banner appears above the composer telling you the limit has been reached and when it resets. The banner can be dismissed, but the actual enforcement lives on the server — dismissing it doesn’t buy you an extra message. Free accounts don’t see Pro-only models in the model list at all (the server filters them out); but if your Pro subscription lapses while your default model is still set to one of them, sending gets you a different banner prompting you to upgrade.
Chats and Context Compaction
Chats
Every chat is stored in a local SQLite database on your machine. There is no limit on how many, no automatic cleanup, and no retention period — nothing goes away unless you delete it. Tool call inputs, outputs, statuses, and errors, along with the model’s reasoning, are all persisted too, so coming back to an old conversation days later still gives you every detail. Titles are generated automatically: an interim title is taken from the opening of your first message, and a proper one is generated in the background afterward using the same model. Chats you’ve renamed by hand are never overwritten.Context Compaction
As a conversation grows, the full message history stops fitting into the model’s context window. Linkly AI’s answer to that is compaction:- The automatic trigger is 80% of the model’s context window
- To trigger it manually: type
/compactin the composer
- Only the oldest stretch of messages is folded into a summary; the original messages are never deleted
- Folded messages are still visible in the interface, they just no longer go into the context sent to the model
- The most recent stretch of messages is kept verbatim, with no summarizing at all
Seeing What the AI Is Doing
The Chatbot deliberately lays its process out for you, and that’s the key to judging whether an answer can be trusted.Tool Calls
Every search and every file read is a tool call. Runs of consecutive calls are folded into a single group: expanded automatically while running so you can watch progress, collapsed automatically when finished to keep the message stream clean. Expanding a group shows you the full inputs and results — exactly which keywords it searched, what scope it restricted itself to, how many results came back, which call failed. When an answer looks wrong, this is usually where the reason is sitting in plain sight (a poorly chosen keyword, say, or a directory that was never indexed).Citations
Facts in the answer that come from a document carry a clickable citation marker at the end of the sentence, which jumps to the source. Files that were cited or read are collected automatically into Files in this chat in the workspace on the right, so you can go through them one by one.Exporting
The Chatbot supports exporting one item at a time, with the output landing in your system Downloads folder:FAQ
Why doesn't ⌘⇧L open the Chatbot?
Why doesn't ⌘⇧L open the Chatbot?
That’s by design. The global shortcut
⌘⇧L / Ctrl+Shift+L is bound to the search launcher; the Chatbot has no global shortcut of its own, so open it from the tray icon (or the Dock icon on macOS). In-window shortcuts such as ⌘N and ⌘B only work once the Chatbot window has focus.I mentioned a library with @ — why did the AI pull content from elsewhere?
I mentioned a library with @ — why did the AI pull content from elsewhere?
Because
@ is a scope suggestion rather than a hard filter. The selected targets are attached as references at the start of the message, and the model decides how to use them — it will usually search that scope first, but may widen the search when it comes up empty.If you need a strict limit, the most reliable approach is to say so explicitly in the message, for example: only look in the ml-papers library, and if it isn’t there just say so.The @ picker can't find my file
The @ picker can't find my file
Work through this in order:
- Did you type a keyword? The Files and folders group only produces candidates after you type something, shows at most 8 by default, and an overly broad word gets crowded out by other files.
- Did you type the filename? Matching looks only at the filename itself, never the path. A directory name from the middle of the path won’t find the file.
- Is the file indexed? Check the index status button at the bottom of the sidebar, or confirm under Settings → Folders that the directory has been added.
Do chats get deleted automatically? Do they take up space?
Do chats get deleted automatically? Do they take up space?
They’re never deleted automatically. Chats live in a local database with no limit on how many and no retention period, including the complete inputs and outputs of every tool call. Delete the ones you don’t need from the list on the left.
Does my conversation get uploaded to a server?
Does my conversation get uploaded to a server?
That depends on the model you pick. With Linkly AI’s official models, or any third-party cloud API, the message content is sent to that model service — including the document excerpts the AI retrieved.If you’d rather nothing left your machine, add a local Ollama or LM Studio provider under Settings → AI and use one of its models; the conversation then never leaves the device (the local model does have to support tool calling).
How is the Chatbot different from connecting Linkly AI to Claude or Cursor?
How is the Chatbot different from connecting Linkly AI to Claude or Cursor?
The retrieval capability is exactly the same. The difference is where you use it:
- Chatbot — works out of the box with no MCP configuration, and comes with a file tree, citation panel, and document preview: an interface built around reading material.
- MCP / CLI — brings Linkly AI’s retrieval tools into the AI tools you already use, which suits writing code, running agents, and anything else that has to work alongside the rest of your toolchain.
After compaction, can I still get back what was said earlier?
After compaction, can I still get back what was said earlier?
Yes. Compaction is append-only — the original messages are never deleted, they just stop going into the context sent to the model. Open the Earlier messages compacted (N) divider in the message stream to read all of the original text.One caveat: from that point on the model only sees the summary, not the original text. If it seems to have forgotten a detail, just restate the key information in a new message.
Further reading
- Using the Launcher — pinpoint a single file fast
- Using Libraries — group documents by topic to make
@more useful - Using Cloud Libraries — take a library off your machine and keep it online around the clock
- Using Notes — the card notes living in the same window
- Tools Introduction — the full reference for the retrieval tools behind the Chatbot
- FAQ — general questions about installation, indexing, and connectivity
- Model Service — the full account of the official model service and how quota works
- Account — what signing in unlocks, and the difference between Free and Pro

