···11+# Getting Started
22+33+Intrepid Ibex is a public AT Protocol browser dressed like an Ubuntu 8.10 desktop.
44+It stores everything in your browser.
55+66+## Browse a repo
77+88+Start with a public handle such as `desertthunder.dev`. The setup dialog resolves the
99+handle to a DID and finds the repo's public PDS when it is advertised.
1010+1111+Open **Browse public repo** to view collections in Nautilus. Pick a collection to load
1212+records, then open any record in gedit for a formatted JSON view.
1313+1414+## Share a record
1515+1616+Record windows use stable DID-based URLs:
1717+1818+```txt
1919+/records/:did/:collection/:rkey
2020+```
2121+2222+Opening one of those links boots the desktop, selects the collection in Nautilus, and
2323+opens the record in gedit.
2424+2525+## Local cache
2626+2727+Records you fetch are cached in your browser with IndexedDB. Search works against that
2828+local cache, and cache failures should stay recoverable from the boot screen.