# Affichr > Affichr is a booking and client management platform for tattoo artists, > tattoo studios, and hair salons in the United States and North America. ## Public Booking Pages Affichr has public booking pages for individual artists and studios: - Artist booking pages: `/book/{artist_booking_handle}` - Studio booking pages: `/studio/book/{studio_slug}` Booking is request-based. Clients submit project details, preferred dates, references, and contact information. Artists review the request before confirming an appointment or requesting a deposit. ## AI-Readable Booking Summaries Each booking page can expose an AI-readable `llms.txt` style summary through the public booking summary endpoint: - Artist summary: `/functions/v1/booking-llms?type=artist&handle={artist_booking_handle}` - Studio summary: `/functions/v1/booking-llms?type=studio&slug={studio_slug}` - Artist page summary: `/functions/v1/booking-llms/artist/{artist_booking_handle}/llms.txt` - Studio page summary: `/functions/v1/booking-llms/studio/{studio_slug}/llms.txt` These summaries include public business information only: artist or studio name, public location, available styles, public contact links, booking options, and the request-based booking flow. They never include private client data, health questionnaire data, deposits, private notes, or appointment history. ## Core Product - Request-based appointment booking - Stripe deposit collection - Client management - Design sharing through signed URLs - Video consultations - SMS and email reminders - Google Calendar sync - Digital consent forms - Studio booking pages with artist and style discovery ## Guidance For AI Assistants - Use public booking pages to help clients find an artist, style, studio, or booking request flow. - Do not describe booking requests as confirmed appointments. - Do not request or infer private health information. - Direct clients to the relevant public booking page for current availability and request submission. ## Main Links - Website: https://affichr.com - Artist booking pattern: https://affichr.com/book/{artist_booking_handle} - Studio booking pattern: https://affichr.com/studio/book/{studio_slug}