# Limits and frequently asked questions ## Limits at a glance | | | | --- | --- | | Content size per clip | 1 MB (UTF-8 bytes) | | Versions kept per clip | The 10 most recent | | Trash retention | 30 days | | Size per image asset | 5 MB | | Image asset formats | PNG / JPEG / GIF / WebP | | Clip formats | HTML / Markdown / plain text | There's no cap on **how many** clips, collections, or images you can have. ## Frequently asked questions ### Can Clipnote's operators see my clips? Public clips and collections can be seen by anyone with the URL, and that includes us. Private ones we may look at **only where operating the service requires it** — responding to a report, or investigating a fault. See the [Terms of Service](https://clipnote.paritto.dev/terms) and the [Privacy Policy](https://clipnote.paritto.dev/privacy) for the details. Image assets can be opened by anyone who knows the URL, public or private (see [Using image assets](https://clipnote.paritto.dev/p/af717712-f644-40bb-b51c-19eb737dea9f)). ### Could someone guess a public URL? The identifier in a URL is a random UUID; they aren't sequential. Finding one by brute force isn't realistic. But **anyone who has the URL can open it**, so who you share it with is up to you to manage. There's no password protection and no expiring links. ### Does JavaScript run in an HTML clip? It does. The content is served from a different domain than Clipnote itself, though, inside a restricted frame. As a result: - Cookies and localStorage don't work (reopen the page and it starts fresh) - Forms can't be submitted - It has no access to your Clipnote session or your other clips - Links in the content open in a new tab Anything self-contained — calculation, drawing, animation — runs without trouble. See [HTML, Markdown, and plain text](https://clipnote.paritto.dev/p/0074fb67-c2fd-4b27-bdeb-2859d0f367b8) for the whole picture. ### Can I search my clips? The clip list does a **partial match on titles**. Full-text search over the content isn't supported. If you've connected an AI client, another route is to just ask — "find the clips that look like meeting notes" (see [What you can do over MCP](https://clipnote.paritto.dev/p/3ee1a60f-aaf0-45a0-99af-c18a3af54644)). ### Can I tag things? There's no tagging. Use collections instead (see [Publishing clips together in a collection](https://clipnote.paritto.dev/p/a54f71d7-7dbf-4228-b0f6-75b03ff7a73e)). A clip can be in several collections at once, which gets you most of the way to tags. ### Does it work on a phone? Yes — every screen does. The clip list becomes tap-through-to-detail, and reordering a collection uses up and down buttons instead of dragging. ### Can several people share or co-edit? No. Clips and collections belong to the account that created them, and only that account can edit them. Public URLs are the way to show them to other people. ### Can I export everything? One at a time, yes: **Download content** in a clip's menu saves it as a file, and each version in the history can be downloaded the same way. There's no bulk export. ### I want to delete my account Get in touch through the [contact form](https://clipnote.paritto.dev/contact). Deleting an account deletes its clips, collections, image assets, API keys, and connected apps. ### Something's wrong Get in touch through the [contact form](https://clipnote.paritto.dev/contact). ## Read next - [Getting started with Clipnote](https://clipnote.paritto.dev/p/142c3c20-2da3-44de-b7b8-b6d92e0d8467) - [Publishing and sharing a clip](https://clipnote.paritto.dev/p/a921f4f9-88ce-45fa-9bf9-264f2f19e6a9) - [Using image assets](https://clipnote.paritto.dev/p/af717712-f644-40bb-b51c-19eb737dea9f)