# QuizQuiz > Free multilingual trivia and personality quiz platform at quizquiz.app, available in 7 languages (English, Spanish, Italian, German, French, Portuguese, Brazilian Portuguese). No sign-up required to play. Users earn XP from trivia quizzes, climb global and weekly leaderboards, and challenge friends. Content spans pop culture, movies, music, anime, sports, geography, science, and gaming. Two quiz types: trivia (correct-answer scoring, XP rewards) and personality (maps answers to result profiles, no scoring). All page routes are prefixed with a language code (e.g., `/en/`, `/es/`, `/br/`). Quiz URLs follow the three-level pattern `/{lang}/{categorySlug}/{topicSlug}/{quizSlug}`. Guest users automatically receive a temporary account on first visit and can register later without losing any earned XP or quiz history. Content is organized into categories (e.g., Movies, Music, Anime, Sports, Science) and topics within each category (e.g., Ariana Grande, BTS, Percy Jackson, Minecraft, SpongeBob). Quizzes can be created by any registered user via an in-app wizard. ## Playing Quizzes - [Homepage](https://quizquiz.app/en): Landing page with trending and popular quizzes across all categories; the primary entry point for new visitors. - [Quiz Detail Page](https://quizquiz.app/en/{categorySlug}/{topicSlug}/{quizSlug}): Quiz overview showing title, description, difficulty, question count, like count, comments, and an author card. The "Play" button starts the session. - [Quiz Gameplay](https://quizquiz.app/en/{categorySlug}/{topicSlug}/{quizSlug}/play): Active quiz session — timed multiple-choice questions for trivia quizzes; sequential answer flow for personality quizzes. - [Quiz Results](https://quizquiz.app/en/{categorySlug}/{topicSlug}/{quizSlug}/results): Score summary after completion. Trivia shows XP earned, correct/total count, and answer explanations. Personality shows the matched result card with title and description. - [Embeddable Quiz](https://quizquiz.app/en/{categorySlug}/{topicSlug}/{quizSlug}/embed): Stripped, iframe-embeddable version of a quiz for third-party websites. ## Discovering Content - [Explore](https://quizquiz.app/en/explore): Primary content discovery page — browse all quiz categories sorted by featured status and order, with topic previews under each category. - [Category Page](https://quizquiz.app/en/{categorySlug}): All topics and latest quizzes within a specific category (e.g., `/en/movies`, `/en/music`, `/en/anime`). - [Topic Page](https://quizquiz.app/en/{categorySlug}/{topicSlug}): All quizzes within a specific topic (e.g., `/en/music/ariana-grande`, `/en/gaming/minecraft`). - [Search](https://quizquiz.app/en/search): Full-text search across quizzes and user profiles. Displays trending query suggestions in real time. ## User Accounts & Progress - [Leaderboard](https://quizquiz.app/en/leaderboard): Three boards — Global (all-time XP), Weekly (rolling 7-day XP), and Per-Category. Only trivia quiz completions award XP toward rankings. - [My Profile](https://quizquiz.app/en/profile): Personal dashboard showing quiz history, personal best scores, created quizzes, followers/following counts, and earned achievements. - [Public User Profile](https://quizquiz.app/en/profile/{nickname}): Public-facing profile page for any registered user — displays their quizzes, stats, and social follow button. - [Edit Profile](https://quizquiz.app/en/profile/edit): Update display name (nickname), bio, and avatar image. Requires authentication. - [Create Quiz](https://quizquiz.app/en/quiz/create): Multi-step wizard to author a new trivia or personality quiz — set title, category, topic, difficulty, cover image, questions (with explanations and per-question images), and SEO metadata. - [Register](https://quizquiz.app/en/register): Create a new account. Guest accounts can be converted here, preserving all accumulated XP and history. - [Login](https://quizquiz.app/en/login): Sign in to your account or continue with Google. ## Social Features - [Challenges](https://quizquiz.app/en/challenges): Inbox for received and sent quiz challenges. Challenge lifecycle: pending → accepted/declined → completed. Scores from both sides are stored and compared. - [Notifications](https://quizquiz.app/en/notifications): In-app notification feed for challenge invites, comment replies, new followers, and achievement unlocks. ## Site Information - [Privacy Policy](https://quizquiz.app/en/privacy): Data collection, user rights, cookie usage, and GDPR compliance details. - [Terms of Service](https://quizquiz.app/en/terms): Platform rules, content ownership policy, prohibited uses, and account termination conditions. ## Optional - [Sitemap Index](https://quizquiz.app/sitemap-index.xml): Machine-readable sitemap index referencing four child sitemaps (static, categories, topics, quizzes). - [Sitemap — Quizzes](https://quizquiz.app/sitemap-quizzes.xml): All quiz page URLs across all 7 supported languages — the most comprehensive sitemap for content discovery. - [Sitemap — Topics](https://quizquiz.app/sitemap-topics.xml): All topic page URLs per language. - [Sitemap — Categories](https://quizquiz.app/sitemap-categories.xml): All category page URLs per language. - [Sitemap — Static Pages](https://quizquiz.app/sitemap-static.xml): Home, Explore, Leaderboard, Privacy, Terms, and other static pages across all languages. - [robots.txt](https://quizquiz.app/robots.txt): Crawler directives — public quiz, category, topic, explore, and leaderboard pages are allowed; API, auth, account management, and gameplay pages are disallowed. - [PWA Manifest](https://quizquiz.app/site.webmanifest): Progressive Web App manifest — QuizQuiz is installable as a home screen app on Android and iOS.