> For the complete documentation index, see [llms.txt](https://getsquish.gitbook.io/squish/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://getsquish.gitbook.io/squish/resources/implementations.md).

# Implementations

The timestamped contact sheet is a format, not a product. These are the known implementations that produce it:

| Implementation              | Where                                                                                                                                       | Notes                                                                                                          |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| **Squish CLI + MCP server** | [github.com/getsquish/squish](https://github.com/getsquish/squish) · [`@getsquish/squish`](https://www.npmjs.com/package/@getsquish/squish) | The reference implementation — this repo. Local, free, every density.                                          |
| **Hosted API**              | `api.getsquish.app`                                                                                                                         | The same engine, remote — for CI, serverless, or machines without ffmpeg. Intentional upload, prepaid credits. |
| **Web app**                 | [getsquish.app](https://getsquish.app)                                                                                                      | Runs entirely in the browser — no install, nothing uploaded.                                                   |

Consumers are any vision model handed a sheet — plus agents running the [navigation loop](/squish/the-primitive/the-navigation-loop.md) over one of the producers above.

## Build your own

The sheet format — grid geometry, sampling, timecode stamping, and the invariants that make addresses absolute — is specified in [the sheet format spec](/squish/reference/sheet-format.md). Anyone is welcome to build a compatible producer (another language, another runtime) or consumer (a viewer, an indexer, an agent framework).

If you're building one, open an issue on [github.com/getsquish/squish](https://github.com/getsquish/squish/issues) to coordinate — we'd like this page to grow.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://getsquish.gitbook.io/squish/resources/implementations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
