What Is the Linkly AI Space
The Linkly AI Space is an ordinary folder the app creates on your computer. The app describes it like this:A default folder that’s created and indexed automatically — keep your documents, notes, and clippings here.The idea is simple: whenever the app needs to write something to disk, this is where it writes by default. The notes you jot down in the app, the web pages you save with the browser extension, and the sample documents that ship with the installer all land here. It’s a plain directory with no proprietary format: open it in Finder or File Explorer, edit the files with any editor, run
grep over it, or copy the whole thing somewhere else.
- The interface calls it Linkly AI Space (at the bottom of Settings → General)
- The directory on disk is named
LinklyAI(no space) - The sample documents inside it live in
Linkly_AI_Examples
Where It Lives on Disk
The default location is inside your user home directory:C:/Users/xxx/LinklyAI — the app normalizes paths internally. That’s expected, and it’s the same directory File Explorer shows as C:\Users\xxx\LinklyAI.What’s Inside
Notes — your card notes
Every card note you write in the app is one.md file here, filed into a subfolder per UTC month. Filename rules, YAML front matter fields, and what to watch for when you open them in an external editor are all covered in Using Notes.
Clips — web clippings
Pages saved with the browser extension land here, one folder per clip, containing the Markdown body and the images from the page.Linkly_AI_Examples — sample documents
A batch of public-domain texts that ships with the installer: 159 files, about 11.9 MB unpacked, all Markdown. They’re extracted and indexed during the Getting things ready… screen of the first-run wizard, so you have something to search — and something to try the Chatbot on — the moment you’re set up.Clips/ and Notes/ are re-created at every launch if they’re missing — delete them by hand and they’ll be back next time you start the app (though their contents won’t be). Linkly_AI_Examples/ is unpacked exactly once, during first-run onboarding; delete it and it’s gone for good.How It Gets Indexed
The contents of this folder are searchable not because the folder gets special treatment, but because: The first-run onboarding flow adds it to your watched folders automatically. In other words, on the Settings → Folders page it is just an ordinary watched folder, on exactly the same footing as the Documents or project directories you add later. The layered indexing logic and the toggles that affect it are the same as for any other folder — see Index Settings.Changing the Location
Short on space in your home directory, or want the folder on a different drive? The Linkly AI Space section at the bottom of Settings → General has three buttons: Open, Change…, and Restore Default.Open Settings → General and scroll to the bottom
Click Change… and pick a parent directory
Confirm
Move your old files across yourself (if you want to)
Notes/, Clips/, and anything else over in your file manager.Decide what to do about the old location's indexing
LinklyAI in your home directory — and it doesn’t move data either.Desktop Shortcut
When first-run onboarding finishes, the app creates a shortcut namedLinklyAI on your system desktop that points at the Linkly AI Space folder — not at the application itself, so opening it takes you to the folder rather than launching the app.
It’s Not the Same as the Data Directory
This is the easiest pair of concepts to confuse. The Linkly AI Space holds your content; the Data Directory holds the app’s internal data:Where the Application Log Lives
The log file islogs/app.log, inside the Data Directory.
What Happens If You Delete or Move It Manually
Use Change… in Settings first
Then copy the old files across yourself
Finally, decide the old path's fate
FAQ
Can I put the Linkly AI Space in iCloud, Dropbox, or OneDrive?
Can I put the Linkly AI Space in iCloud, Dropbox, or OneDrive?
- Cloud placeholder files that haven’t been downloaded locally are skipped (search results label them Not indexed · cloud placeholder, and they’re re-indexed automatically once downloaded)
- Transient deletions caused by sync churn get a 60-second settling window, so a single hiccup doesn’t evict a document from the index
- Sync metadata directories like
#recycleand@eaDirare ignored
Does changing the location move my old files?
Does changing the location move my old files?
After changing the location, are documents at the old location still searchable?
After changing the location, are documents at the old location still searchable?
What happens if I remove it under Settings → Folders?
What happens if I remove it under Settings → Folders?
Can I delete the sample documents?
Can I delete the sample documents?
Linkly_AI_Examples/ is public-domain text in plain Markdown; deleting it affects nothing, and the
matching index entries are cleaned up automatically.Do keep in mind that it’s unpacked only once, during first-run onboarding — once deleted it won’t come back, so make a copy first if you want to keep it around.How do I get rid of the LinklyAI shortcut on my desktop?
How do I get rid of the LinklyAI shortcut on my desktop?
I deleted ~/LinklyAI by accident — what now?
I deleted ~/LinklyAI by accident — what now?
- You haven’t restarted the app yet: the files are gone (notes and clippings were in there), but the index is still intact. If you have Time Machine or File History, restore the directory from backup right away, then restart the app.
- You’ve already restarted: the app re-created an empty directory, the scan found it empty, and the previous documents were purged from the index after about 60 seconds. At this point only a system backup can bring them back.
Where is the log file?
Where is the log file?
logs/app.log inside the Data Directory — note that it’s not in the Linkly AI Space.To get there: Settings → About → Data Directory → Open, then step into the logs/ subfolder. The About page has no button that opens the log directly.app.log rotates at 2 MB and keeps only the second half once it exceeds that, so when reporting a problem please grab the log first, then reproduce.Further reading
- Quick Start — install, finish onboarding, add your own documents
- Index Settings — exactly how the contents of this folder get indexed
- Using Notes — filename rules and YAML format for
Notes/ - Using Libraries — putting this folder (or a subfolder of it) into a library
- FAQ — other troubleshooting paths
- Using the Chatbot — referencing content in this folder with
@ - Using the Browser Extension — where the contents of
Clips/come from

