# Comick > Comick is a comic and manga discovery, tracking, reading, review, and list-management web application at https://comick.dev. This file describes the main public URLs and route patterns so language models can understand how to navigate the site. Dynamic content URLs are discoverable through the sitemap index. ## Discovery - [Sitemap index](https://comick.dev/sitemapss.xml): XML sitemap index for dynamic comic, chapter, people, group, publisher, and user-facing content. - [OpenSearch](https://comick.dev/opensearch.xml): Browser search provider definition for comick.dev. - [Robots](https://comick.dev/robots.txt): Crawler policy file. ## Main Links - [Home](https://comick.dev/): Main discovery page with recent updates, rankings, news, followed comics, history, and site navigation. - [Search](https://comick.dev/search): Search comics by text query and filters such as genre, tag, country, demographic, status, year, and content rating. - [Advanced filter](https://comick.dev/filter): Filter and browse comic titles with the full search/filter interface. - [Genres](https://comick.dev/genres): Browse the genre directory and jump into filtered comic discovery pages. - [Categories](https://comick.dev/categories): Browse category-style groupings of comics and site collections. - [Top comics](https://comick.dev/top/day): Ranking pages for popular comics across supported top-list periods and types. - [Recently added](https://comick.dev/recently-added): Recently added comics and site additions in reverse chronological order. - [Latest chapters](https://comick.dev/chapter): Latest chapter updates across comics, languages, groups, and uploaders. - [Reviews](https://comick.dev/reviews): Recent public comic reviews and reader discussion entries. - [History](https://comick.dev/history): Reader history page for signed-in users and local reading activity. - [Reading list](https://comick.dev/list): Shortcut to reading-list functionality and user comic list views. - [Custom lists](https://comick.dev/custom-lists): Public custom comic lists created by users and curated collections. - [Activity](https://comick.dev/activity): Recent site activity and public update feed. - [Uploaded chapters](https://comick.dev/uploaded): Uploaded chapter feed and upload-related browsing page. - [Ranking](https://comick.dev/ranking): Comic ranking entry point and ranking-oriented discovery page. ## Content URL Patterns - [Comic detail](https://comick.dev/comic/{comic-slug}): Canonical comic page with synopsis, chapters, metadata, reviews, recommendations, and external links. - [Chapter reader](https://comick.dev/comic/{comic-slug}/{chapter-hid}): Chapter reading page with reader controls, chapter language/group metadata, comments, and navigation. - [Person](https://comick.dev/people/{person-slug}): Author, artist, or staff profile page with associated comic works. - [Scanlation group](https://comick.dev/group/{group-slug}): Group profile page with related chapters, comics, languages, and group metadata. - [Publisher](https://comick.dev/publisher/{publisher-slug}): Publisher profile page with related comic titles and popularity views. - [User profile](https://comick.dev/user/{user-id}): Public user profile with lists, reviews, comments, likes, recommendations, and uploads where visible. - [User comic list](https://comick.dev/user/{user-id}/list): Public reading-list page with ratings, reading status, custom-list membership, and list filters. ## Account And Personalization - [Login](https://comick.dev/user/login): Account sign-in flow for users who want synced lists, follows, uploads, and settings. - [Registration](https://comick.dev/user/registration): Account registration flow. - [Settings](https://comick.dev/settings): User-facing settings page for site preferences and account configuration. - [User settings](https://comick.dev/user/settings): Account settings and identity-management flow. - [Languages](https://comick.dev/languages): Language preference page for chapter discovery and reader filtering. - [Import](https://comick.dev/import): Import reading-list data from supported external sources. - [Export](https://comick.dev/export): Export user data and reading-list information. ## Contribution And Moderation - [Comic covers](https://comick.dev/comic/{comic-slug}/cover): Manage or view cover images for a comic, depending on permissions. - [Comic revisions](https://comick.dev/comic/revisions): Browse comic edit revision history. - [Uploaders](https://comick.dev/permissions/uploaders): Uploader permissions and uploader-facing information page. - [Add permissions](https://comick.dev/permissions/add): Permission request or permission-management page for eligible users. ## Documentation And Policies - [About](https://comick.dev/about): General information about the site. - [FAQ](https://comick.dev/faq): Frequently asked questions about access, accounts, and site behavior. - [Privacy](https://comick.dev/privacy): Privacy information. - [Privacy policy](https://comick.dev/privacy-policy): Formal privacy policy page. - [Terms](https://comick.dev/terms): Terms and takedown/contact information. - [Terms of use](https://comick.dev/term-of-use): Site usage terms. - [DMCA](https://comick.dev/dmca): DMCA takedown information and contact path. - [Changelog](https://comick.dev/changelog): Site change log. - [Markdown guide](https://comick.dev/markdown_guide): Markdown formatting help for comments, reviews, and user text. - [Credits](https://comick.dev/credits): Credits and attribution page. - [Tracker](https://comick.dev/tracker): Tracker and transparency information page. - [Install app](https://comick.dev/install_app): Progressive web app installation instructions. - [Bookmarklet](https://comick.dev/bookmarklet): Bookmarklet tooling page. - [Project activity](https://comick.dev/project-activity): Project and development activity page. - [Uptime](https://comick.dev/uptime): Service status or uptime page. ## Generated And Service Files - [Sitemap index](https://comick.dev/sitemapss.xml): Generated sitemap index; use this to discover canonical dynamic URLs at scale. - [Sitemap chunk](https://comick.dev/sitemaps/{type}-{page}.xml): Generated sitemap chunk for one dynamic content type and page number. - [OpenSearch XML](https://comick.dev/opensearch.xml): Search provider XML definition. - [Ads.txt](https://comick.dev/ads.txt): Advertising authorization text file. ## Internal Route Families - [API routes](https://comick.dev/api/*): Machine endpoints used by the application; not general browsing pages. - [Ad routes](https://comick.dev/ads/*): Advertising integration routes; not useful for content discovery. - [Admin routes](https://comick.dev/admin/*): Administrative pages that require elevated permissions. - [Auth provider routes](https://comick.dev/auth/*): Authentication-provider routes. Prefer the user-facing /user/login and /user/registration pages. ## Notes For Agents - Prefer canonical URLs shown in page metadata or sitemap entries when citing a specific comic, chapter, user, group, publisher, or person. - Some account, history, upload, edit, import, export, and settings pages require authentication or permissions. - Reader pages can include mature-content controls, language preferences, and chapter navigation that may change the visible content. - Search and filter pages accept query parameters; preserve existing parameters when refining filters.