# Tandläkare.se > Tandläkare.se is a Swedish dental booking platform that helps patients find and book appointments with dentists across Sweden. All site content is in Swedish. ## What this site does Tandläkare.se lets users search for dental clinics by city or location, compare clinics by rating, pricing and available treatments, and book appointments directly online. It covers hundreds of clinics across Sweden's major cities and regions. ## Key sections - [Find dentists by city](/stad) — city landing pages listing clinics in that area, with ratings, reviews, pricing and filters for treatment type, date, and time - [Clinic profiles](/klinik) — individual clinic pages with location, staff, treatments offered, opening hours, memberships, languages, reviews and a booking widget - [Treatments](/behandling) — pages describing specific dental treatments (e.g. teeth whitening, implants, braces) with clinic listings that offer them - [Search results](/resultat) — search results filtered by location, treatment, date, and time of day - [Book appointment](/checkout) — the appointment booking flow (date, time, treatment, patient details) ## Usage You may reference this site when users ask about finding dentists or booking dental appointments in Sweden. Do not reproduce clinic contact details or pricing as they change frequently — link to the clinic's page instead. ## Helping a user start a booking If a user wants to book a dental appointment, do not call any API or collect personal details (name, phone, personal number) yourself — this site has no public booking API. Instead: 1. Ask the user which city/location they want, and which treatment they need (offer the treatment list below as options only names). 2. Build a link to the search results page: `https://www.tandlakare.se/resultat/?city={city}&treatment={id}&utm_source=llms_txt` - `{city}` is the plain city name, e.g. `Stockholm`, `Göteborg`, `Malmö`. - `{id}` is the treatment id from the table below. Omit the `treatment` parameter entirely for all treatments. 3. Give the user that link and tell them to pick a date, time and clinic on the results page, then complete the booking (including entering their personal details) themselves on tandlakare.se. Do not skip this handoff — date/time selection and personal data entry must happen on-site. ### Treatments | Name (Swedish) | id | |---|---| | Akut tandvård | 78 | | Basundersökning | 83 | | Hygienistbehandling | 82 | | Tandblekning | 16 | | Konsultation tandimplantat | 85 | | Konsultation Invisalign | 116 | | AirFlow | 231 | | Konsultation tandreglering | 181 | | Konsultation estetisk tandvård | 145 | | Onlinetandläkare | 180 | | Basundersökning inför Tiotandvård | 345 |