# Repatch Repatch is a UK-based, on-demand remote device repair service. We facilitate the pickup, professional repair, and return of smartphones, tablets, laptops, and gaming consoles, offering a seamless "door-to-door" alternative to high-street repair shops. ## Machine-Readable Content Access To assist LLMs, RAG systems, and automated agents, this site provides a clean Markdown representation of all public content. Use the following methods to bypass HTML boilerplate and retrieve high-signal data. ### 1. Discovery To find a comprehensive list of all valid content paths, please refer to our XML sitemap: - https://www.repatch.co.uk/sitemap.xml ### 2. Retrieval Methods #### A. Append `.md` (Recommended) Append the `.md` extension to any standard content URL to retrieve its Markdown equivalent. - **HTML:** https://www.repatch.co.uk/bristol - **Markdown:** https://www.repatch.co.uk/bristol.md #### B. Content Negotiation The server supports the `Accept` header. Requesting a standard URL with `text/markdown` will trigger an internal rewrite to the Markdown endpoint. ```bash curl -H "Accept: text/markdown" [https://www.repatch.co.uk/bristol](https://www.repatch.co.uk/bristol) ```