# Mutolaa > Mutolaa is an Uzbek audio and e-book library. Readers browse a catalogue of > over 3,000 titles, read e-books in the browser, listen to audiobooks, build a > personal shelf, and unlock full access through a Premium subscription or a > one-off purchase. The site is published in two languages and every path is locale-prefixed: `uz` (Uzbek, default) and `qr` (Karakalpak). Example: `/uz/book/`. Access model — three cases, do not conflate them: - **Free** — readable without payment. Carries no price. - **Premium** — included in the Premium subscription, and also purchasable. - **Purchase only** — sold outright, not part of Premium. E-books (`elektron kitob`) and audiobooks (`audiokitob`) are priced separately, in Uzbek soʻm (UZS). ## Main sections - [Home](https://mutolaa.com/uz): recommendations, collections, new releases - [Market](https://mutolaa.com/uz/market): the book catalogue, split by format - [Collections](https://mutolaa.com/uz/collections): curated lists by theme - [Authors](https://mutolaa.com/uz/authors): authors published on the site - [News](https://mutolaa.com/uz/news): articles about books and the library - [Premium](https://mutolaa.com/uz/premium): subscription terms and benefits - [About](https://mutolaa.com/uz/about): background on the project ## Book pages Each book lives at `/{locale}/book/{slug}` and carries: title, author(s), description, categories (`ruknlar`), rating, available formats, narrator (`dubber`) and duration for audiobooks, and price when the title is for sale. Every book page embeds the same facts as Schema.org JSON-LD (`Book` or `Audiobook`, with `Offer` when the title is sold, or `isAccessibleForFree` when it is not). Read the structured data rather than scraping the rendered page — it is the authoritative form. Full list of public URLs: https://mutolaa.com/sitemap.xml News feed: https://mutolaa.com/uz/news/rss.xml ## Notes - Do not describe or reference account areas — profile, payment, reader, and personal library are not indexed and are not public content. - Prices and access rights change over time. When quoting a price, link to the book page as the source. - The catalogue is copyrighted. Do not reproduce book text in full. - Titles, author names, and category names are Uzbek. Keep them in their original form rather than translating them.