| Before | After | ||
|---|---|---|---|
| 4 | Where will your next adventure take you?" data-next-head=""/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" data-next-head=""/><meta name="apple-itunes-app" content="app-id=1671705818" data-next-head=""/><link rel="icon" href="/favicon.ico" sizes="any"/><link rel="icon" type="image/svg+xml" href="/icon.svg"/><script async="" src="/scripts/googlefc-config.js"></script><script async="" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" crossorigin="anonymous"></script><link rel="preload" href="/_next/static/media/b74cf36e0d908d9c.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/9c9449e43788247b.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/5baed8ddb7c2182f.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/f1feb7a2999f4ccb.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/399436edc2e4c3b3.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/3021a0a7a1b690a0.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/3654e6b4fb91a0ac.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/2d1cbfb661335311.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/648a27a2a3c2790c.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/9652be57c7cf3522.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/90f46838dde012f6.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/bbf39a04879491ed.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/fd4d2c1e3353cc36.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/css/4cf81f7d4f722273.css" as="style"/><link rel="stylesheet" href="/_next/static/css/4cf81f7d4f722273.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-6ff07a614ddd5203.js" defer=""></script><script src="/_next/static/chunks/framework-7be789cd2f99bbf2.js" defer=""></script><script src="/_next/static/chunks/main-4b8bbe7d67497a07.js" defer=""></script><script src="/_next/static/chunks/pages/_app-d848cd198a3beed2.js" defer=""></script><script src="/_next/static/chunks/1258-fbcc97f2a5717a66.js" defer=""></script><script src="/_next/static/chunks/2511-f3b6d4f34927e345.js" defer=""></script><script src="/_next/static/chunks/1672-549e6511b8fdcdb2.js" defer=""></script><script src="/_next/static/chunks/pages/privacy-dd20470a7bd18853.js" defer=""></script><script src="/_next/static/Fpnf_cjI_1mPSPVl7AioZ/_buildManifest.js" defer=""></script><script src="/_next/static/Fpnf_cjI_1mPSPVl7AioZ/_ssgManifest.js" defer=""></script><style id="__jsx-3700788244">:root{--font-at-hauss:'atHauss';--font-character-sans:'characterSans';--font-libre-baskerville:'libreBaskerville';--font-inter:'Inter'}</style></head><body><div id="__next"><script>!function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');var e=localStorage.getItem('theme');if('system'===e||(!e&&true)){var t='(prefers-color-scheme: dark)',m=window.matchMedia(t);if(m.media!==t||m.matches){c.add('dark')}else{c.add('light')}}else if(e){c.add(e|| '')}}catch(e){}}()</script><div data-overlay-container="true"><section class="Toastify" aria-live="polite" aria-atomic="false" aria-relevant="additions text" aria-label="Notifications Alt+T"></section><main class="h-full"><style> #nprogress { pointer-events: none; } #nprogress .bar { background: #29D; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 2px; } #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29D, 0 0 5px #29D; opacity: 1; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } #nprogress .spinner { display: block; position: fixed; z-index: 1031; top: 15px; right: 15px; } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-top-color: #29D; border-left-color: #29D; border-radius: 50%; -webkit-animation: nprogresss-spinner 400ms linear infinite; animation: nprogress-spinner 400ms linear infinite; } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } </style><div class="relative"><div class="flex"><main id="main-content" class="flex-1 max-w-full min-h-dvh data-[lightbox=open]:h-dvh data-[lightbox=open]:overflow-hidden" data-lightbox="closed"></main></div></div></main></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"lang":"en","i18n":{"Guide":{"character-book":"Character Book","blog":"Blog","home":"Home","chats":"Chats","discover":"Discover","charms":"Charms","feed":"Feed","gallery":"Gallery","create":"Create","character":"Character","voice":"Voice","scene":"Scene","lorebook":"Lorebook","stories":"Stories","recent-stories":"Recent Stories","avatar-fx":"AvatarFX","remove-from-recents":"Remove from recents","RecentChatCategoryTitles":{"today":"Today","yesterday":"Yesterday","this-week":"This Week","last-week":"Last Week","this-month":"This Month","a-while-ago":"A While Ago"},"no-recent-chats":"No recent chats","recent-chats-load-error":"Recent chats could not be loaded","recent-chats":"Recent chats","research":"Research","scenes":"Scenes","labs":"Labs","streams":"Streams","comics":"Comics"},"Categories":{"adventure":"Adventure","advice-and-connection":"Advice \u0026 Connection","all":"All","anime":"Anime","assistants":"Assistants","astrology":"Astrology","creative_writing":"Creative Writing","creativity":"Creativity","emotional_support":"Emotional Support","emotional_wellness":"Emotional Wellness","entertainment":"Entertainment","entertainment-and-gaming":"Entertainment \u0026 Gaming","fantasy":"Fantasy","fortune_tellers":"Fortune Tellers","friendship":"Friendship","games":"Games","games-and-puzzles":"Games \u0026 Puzzles","health-and-wellness":"Health \u0026 Wellness","history":"History","history-and-philosophy":"History \u0026 Philosophy","humor":"Humor","language-learning":"Language Learning","learn_a_language":"Learn a Language","learning":"Learning","lgbtq":"LGBTQ+","lifestyle":"Lifestyle","music_and_audio":"Music","mystery":"Mystery","paranormal":"Paranormal","parody":"Parody","personal_growth":"Personal Growth","productivity":"Productivity","professional":"Professional","religion":"Religion","role-playing":"Role Playing","romance":"Romance","role-playing-games":"Role Playing Games","rpg-and-puzzles":"RPG \u0026 Puzzles","school-and-homework":"School \u0026 Homework","sci-fi":"Sci-Fi","sci_fi":"Sci-Fi","speaking_practice":"Speaking Practice","technology_and_coding":"Technology \u0026 Coding","trivia":"Trivia","trending":"Trending","video_games":"Video Games","writing":"Creativity \u0026 Writing"},"Feed":{"for-you":"For you","try-these":"Try these","featured":"Featured","try-saying":"Try saying","because-you-liked":"Because you liked {{ name }}","because-you-chatted":"Because you chatted with {{ name }}","UseCases":{"practice-a-new-language":"Practice a new language","brainstorm-ideas":"Brainstorm ideas","get-book-recommendations":"Get book recommendations","plan-a-trip":"Plan a trip","practice-interviewing":"Practice interviewing","write-a-story":"Write a story","play-a-game":"Play a game","help-me-make-a-decision":"Help me make a decision"},"with-character":"with {{name}}","Categories":{"All":"All","Anime":"Anime","Helpers":"Helpers","Anime Game Characters":"Anime Game Characters","Games":"Games","Game Characters":"Game Characters","Comedy":"Comedy","VTuber":"VTuber","Books":"Books","Image Generating":"Image Generating","Discussion":"Discussion","History":"History","Language Learning":"Language Learning","Religion":"Religion","Animals":"Animals","Philosophy":"Philosophy","Politics":"Politics"},"ExampleChats":{"CharacterAssistant":{"q0":"What type of fish is Dory from Finding Nemo?","q1":"Create an ad campaign for a new video game","q2":"Decide between the Macbook Air and Macbook Pro"},"ElonMusk":{"q0":"Why did you buy twitter?","q1":"What do you think about Jeff Bezos' Blue Origin?","q2":"If you could time travel, when/where would you go?"},"AlternateTimeline":{"q0":"What if I invented a portal gun?","q1":"Access to my own personal time machine","q2":"Make me the negotiator for the first alien encounter"},"WhoWouldWin":{"q0":"Batman vs. | 4 | Where will your next adventure take you?" data-next-head=""/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" data-next-head=""/><meta name="apple-itunes-app" content="app-id=1671705818" data-next-head=""/><link rel="icon" href="/favicon.ico" sizes="any"/><link rel="icon" type="image/svg+xml" href="/icon.svg"/><script async="" src="/scripts/googlefc-config.js"></script><script async="" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" crossorigin="anonymous"></script><link rel="preload" href="/_next/static/media/b74cf36e0d908d9c.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/9c9449e43788247b.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/5baed8ddb7c2182f.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/f1feb7a2999f4ccb.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/399436edc2e4c3b3.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/3021a0a7a1b690a0.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/3654e6b4fb91a0ac.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/2d1cbfb661335311.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/648a27a2a3c2790c.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/9652be57c7cf3522.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/90f46838dde012f6.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/bbf39a04879491ed.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/fd4d2c1e3353cc36.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/css/5a9ce0ed9d092b4e.css" as="style"/><link rel="stylesheet" href="/_next/static/css/5a9ce0ed9d092b4e.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-03d0c852f9197e5d.js" defer=""></script><script src="/_next/static/chunks/framework-7be789cd2f99bbf2.js" defer=""></script><script src="/_next/static/chunks/main-7290424ac2c41cae.js" defer=""></script><script src="/_next/static/chunks/pages/_app-a4f4c7f011ce0f3b.js" defer=""></script><script src="/_next/static/chunks/1258-fbcc97f2a5717a66.js" defer=""></script><script src="/_next/static/chunks/2511-f3b6d4f34927e345.js" defer=""></script><script src="/_next/static/chunks/1672-549e6511b8fdcdb2.js" defer=""></script><script src="/_next/static/chunks/pages/privacy-b2b000b89a1b2e7a.js" defer=""></script><script src="/_next/static/7vbf0b0ApGdUK8du40m0x/_buildManifest.js" defer=""></script><script src="/_next/static/7vbf0b0ApGdUK8du40m0x/_ssgManifest.js" defer=""></script><style id="__jsx-3700788244">:root{--font-at-hauss:'atHauss';--font-character-sans:'characterSans';--font-libre-baskerville:'libreBaskerville';--font-inter:'Inter'}</style></head><body><div id="__next"><script>!function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');var e=localStorage.getItem('theme');if('system'===e||(!e&&true)){var t='(prefers-color-scheme: dark)',m=window.matchMedia(t);if(m.media!==t||m.matches){c.add('dark')}else{c.add('light')}}else if(e){c.add(e|| '')}}catch(e){}}()</script><div data-overlay-container="true"><section class="Toastify" aria-live="polite" aria-atomic="false" aria-relevant="additions text" aria-label="Notifications Alt+T"></section><main class="h-full"><style> #nprogress { pointer-events: none; } #nprogress .bar { background: #29D; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 2px; } #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29D, 0 0 5px #29D; opacity: 1; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } #nprogress .spinner { display: block; position: fixed; z-index: 1031; top: 15px; right: 15px; } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-top-color: #29D; border-left-color: #29D; border-radius: 50%; -webkit-animation: nprogresss-spinner 400ms linear infinite; animation: nprogress-spinner 400ms linear infinite; } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } </style><div class="relative"><div class="flex"><main id="main-content" class="flex-1 max-w-full min-h-dvh data-[lightbox=open]:h-dvh data-[lightbox=open]:overflow-hidden" data-lightbox="closed"></main></div></div></main></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"lang":"en","i18n":{"Guide":{"character-book":"Character Book","blog":"Blog","home":"Home","chats":"Chats","discover":"Discover","charms":"Charms","feed":"Feed","gallery":"Gallery","create":"Create","character":"Character","voice":"Voice","scene":"Scene","lorebook":"Lorebook","stories":"Stories","recent-stories":"Recent Stories","avatar-fx":"AvatarFX","remove-from-recents":"Remove from recents","RecentChatCategoryTitles":{"today":"Today","yesterday":"Yesterday","this-week":"This Week","last-week":"Last Week","this-month":"This Month","a-while-ago":"A While Ago"},"no-recent-chats":"No recent chats","recent-chats-load-error":"Recent chats could not be loaded","recent-chats":"Recent chats","research":"Research","scenes":"Scenes","labs":"Labs","streams":"Streams","comics":"Comics"},"Categories":{"adventure":"Adventure","advice-and-connection":"Advice \u0026 Connection","all":"All","anime":"Anime","assistants":"Assistants","astrology":"Astrology","creative_writing":"Creative Writing","creativity":"Creativity","emotional_support":"Emotional Support","emotional_wellness":"Emotional Wellness","entertainment":"Entertainment","entertainment-and-gaming":"Entertainment \u0026 Gaming","fantasy":"Fantasy","fortune_tellers":"Fortune Tellers","friendship":"Friendship","games":"Games","games-and-puzzles":"Games \u0026 Puzzles","health-and-wellness":"Health \u0026 Wellness","history":"History","history-and-philosophy":"History \u0026 Philosophy","humor":"Humor","language-learning":"Language Learning","learn_a_language":"Learn a Language","learning":"Learning","lgbtq":"LGBTQ+","lifestyle":"Lifestyle","music_and_audio":"Music","mystery":"Mystery","paranormal":"Paranormal","parody":"Parody","personal_growth":"Personal Growth","productivity":"Productivity","professional":"Professional","religion":"Religion","role-playing":"Role Playing","romance":"Romance","role-playing-games":"Role Playing Games","rpg-and-puzzles":"RPG \u0026 Puzzles","school-and-homework":"School \u0026 Homework","sci-fi":"Sci-Fi","sci_fi":"Sci-Fi","speaking_practice":"Speaking Practice","technology_and_coding":"Technology \u0026 Coding","trivia":"Trivia","trending":"Trending","video_games":"Video Games","writing":"Creativity \u0026 Writing"},"Feed":{"for-you":"For you","try-these":"Try these","featured":"Featured","try-saying":"Try saying","because-you-liked":"Because you liked {{ name }}","because-you-chatted":"Because you chatted with {{ name }}","UseCases":{"practice-a-new-language":"Practice a new language","brainstorm-ideas":"Brainstorm ideas","get-book-recommendations":"Get book recommendations","plan-a-trip":"Plan a trip","practice-interviewing":"Practice interviewing","write-a-story":"Write a story","play-a-game":"Play a game","help-me-make-a-decision":"Help me make a decision"},"with-character":"with {{name}}","Categories":{"All":"All","Anime":"Anime","Helpers":"Helpers","Anime Game Characters":"Anime Game Characters","Games":"Games","Game Characters":"Game Characters","Comedy":"Comedy","VTuber":"VTuber","Books":"Books","Image Generating":"Image Generating","Discussion":"Discussion","History":"History","Language Learning":"Language Learning","Religion":"Religion","Animals":"Animals","Philosophy":"Philosophy","Politics":"Politics"},"ExampleChats":{"CharacterAssistant":{"q0":"What type of fish is Dory from Finding Nemo?","q1":"Create an ad campaign for a new video game","q2":"Decide between the Macbook Air and Macbook Pro"},"ElonMusk":{"q0":"Why did you buy twitter?","q1":"What do you think about Jeff Bezos' Blue Origin?","q2":"If you could time travel, when/where would you go?"},"AlternateTimeline":{"q0":"What if I invented a portal gun?","q1":"Access to my own personal time machine","q2":"Make me the negotiator for the first alien encounter"},"WhoWouldWin":{"q0":"Batman vs. |
| 30 | Please make sure your chats comply with our Terms and Community Guidelines.","reported":"Reported"},"edited":"(edited)","edit-message":"Edit message","submit-edit":"Submit edit","tooltip-message-edited-by-user":"Message edited by user","created-by":"Created by \u003c2\u003e{{author}}\u003c/2\u003e","created-by-plain":"Created by @{{author}}","send-a-message":"Send a message...","message":"Message...","message-char":"Message {{char}}...","open-navigation":"Open navigation","collapse-navigation":"Collapse navigation","preview-user-label":"You","refresh-this-chat":"Refresh this chat","style-soft-launch":"Soft Launch","voice-default":"Default","rewind-conversation":"Rewind to here","duplicate-conversation":"New chat from here","duplicate-chat-started":"New chat started","do-not-leave-page":"Please wait. | 30 | Please make sure your chats comply with our Terms and Community Guidelines.","reported":"Reported"},"edited":"(edited)","edit-message":"Edit message","submit-edit":"Submit edit","tooltip-message-edited-by-user":"Message edited by user","created-by":"Created by \u003c2\u003e{{author}}\u003c/2\u003e","created-by-plain":"Created by @{{author}}","by-plain":"by @{{author}}","send-a-message":"Send a message...","message":"Message...","message-char":"Message {{char}}...","open-navigation":"Open navigation","collapse-navigation":"Collapse navigation","preview-user-label":"You","refresh-this-chat":"Refresh this chat","style-soft-launch":"Soft Launch","voice-default":"Default","rewind-conversation":"Rewind to here","duplicate-conversation":"New chat from here","duplicate-chat-started":"New chat started","do-not-leave-page":"Please wait. |
| 38 | Nothing said here is a substitute for professional advice, diagnosis, or treatment.","ChatModelSelectorModal":{"title":"Chat style","subtitle":"Choose a model to influence the style of your chat","model-smart-description-v2":"Smart and more thoughtful","model-fast-description-v2":"Quick wits, faster words","model-default-description-v2":"Mix of speed \u0026 smarts","model-family-friendly-description":"Less spicy","model-memory-optimized-description":"Remembers details longer","model-romantic-description":"Cool for the summer","model-deep-synth-description":"Premium role play for deeper stories, immersive dialogue, and rich world building.","model-deep-synth-lite-description":"Reliable role play for any story. | 38 | Nothing said here is a substitute for professional advice, diagnosis, or treatment.","chat-style":"Chat Style","ChatModelSelectorModal":{"title":"Chat style","subtitle":"Choose a model to influence the style of your chat","model-smart-description-v2":"Smart and more thoughtful","model-fast-description-v2":"Quick wits, faster words","model-default-description-v2":"Mix of speed \u0026 smarts","model-family-friendly-description":"Less spicy","model-memory-optimized-description":"Remembers details longer","model-romantic-description":"Cool for the summer","model-deep-synth-description":"Premium role play for deeper stories, immersive dialogue, and rich world building.","model-deep-synth-lite-description":"Reliable role play for any story. |
| 46 | What is said should not be relied upon as fact or advice.","optional":"Optional","new":"New","default":"Default","persona":"Persona","characters":"Characters","creators":"Creators","scenes":"Scenes","select":"Select","unselect":"Unselect","success":"Success","active":"Active","submit":"Submit","previous":"Previous","next":"Next","studio":"Studio","back":"Back","learn-more":"Learn more","characterCount":"pluralized_value","characterCount_one":"{{created}} Character","characterCount_other":"{{created}} Characters","edit":"Edit","rename":"Rename","not-now":"Not now","archive":"Archive","unarchive":"Unarchive","new-chat":"New Chat","hide-character":"Hide Character","make-default":"Make default","clear-default":"Clear default","clear-search":"Clear search","scroll-row-left":"Scroll {{section}} left","scroll-row-right":"Scroll {{section}} right","categories":"Categories","add":"Add","delete":"Delete","loading":"Loading...","loading-short":"Loading","Visibility":{"public":"Public","unlisted":"Unlisted","private":"Private","Details":{"public":"Available for others to discover and chat with","unlisted":"Available for others to chat with via link","private":"Only available to you"}},"character-interactions":"Character interactions","continue":"Continue","export-data":"Export data","delete-account":"Delete account","generic-error":"Error: Please try again","success-request-initiated":"Success: Request initiated","labels":"Labels","legacy":"Legacy","or":"OR","use-of-character-ai-is-bound-by-our-terms-of-service-and-privacy-policy":"Use of Character.AI is bound by our \u003c1\u003eTerms of Service\u003c/1\u003e and \u003c3\u003ePrivacy Policy\u003c/3\u003e.","try-it-out":"Try it out","cai-attribution":"By @c.ai","legacy-site":"Back to old site","c-ai-chat-title":"c.ai - {{name}}","cai":"c.ai","cai-plus-starter":"c.ai+ starter","something-went-wrong-please-try-again-later":"Something went wrong, please try again later.","like":"Like","dislike":"Dislike","company-motto":"AI Chat to Explore, Create \u0026 Connect—Your Story Begins Here","join-us":"Join us!","copyright":"© Copyright {{year}} Character Technologies, Inc.","yes":"Yes","done":"Done","code-copied-to-clipboard":"Code copied to clipboard","describe-your-image":"Describe your image","share":"Share","hello":"Hello","comment":"Comment","reset":"Reset","email-suggestion":"Use this email instead?","navigation-menu":"Navigation menu","rate":"Rate {{ number }} star","rate_plural":"Rate {{ number }} stars","add-remove":"Add / Remove","room":"Group Chat","users":"Users","save":"Save","change":"Change","view-more":"View more","terms-and-conditions":"Terms and Conditions","current":"Current","join-our-community":"Join our community","go-to-c-ai":"Go to c.ai","download":"Download","see-more":"See more","shared":"Shared","link-copied-to-clipboard":"Link copied to clipboard","post-id-copied-to-clipboard":"Copied Post ID to clipboard","apply":"Apply","clear-all":"Clear all","currency-name":"Charms","get":"Get","watch":"Watch","unavailable":"Unavailable"},"Aria":{"Shelf":{"scroll-left":"Scroll shelf left","scroll-right":"Scroll shelf right"}},"SettingsPreferences":{"theme":"Theme","light":"Light","dark":"Dark","system":"System","language":"Language","default":"Default","classic":"Classic","canary":"Preview","prod":"Stable","auto":"Auto","dev":"Dev","dense":"Dense","chat-haptics-enabled":"Haptics on","chat-haptics-disabled":"Haptics off","on":"On","off":"Off"},"SettingsDevTools":{"slow-mode":"Slow Mode","force-slow-mode":"Force Slow Mode","slow-mode-image":"Slow mode image","slow-mode-sheriff":"Force sheriff","slow-mode-rabbit":"Force rabbit","slow-mode-default":"Default (random)","sheriff":"Sheriff","rabbit":"Rabbit","random":"Random","charms":"Charms","add-charms":"Add Charms"},"FollowButton":{"error-follow":"Failed to follow user","error-unfollow":"Failed to unfollow user"},"Download":{"meta-title":"Download Character.AI","meta-description":"Get the Character.AI mobile app on iOS and Android.","title":"It's better on the app","description":"Keep the conversation going with millions of Characters, right from your phone.","download-for-free":"Download Character.AI for free."},"GetTheApp":{"iphone-download-the-app":"Download the Character.AI mobile app from the App Store","android-download-the-app":"Download the Character.AI mobile app from the Google Play Store","scan-the-qr-code":"Scan the QR code to get the Character.AI app","get-app":"Get app"},"Subscription":{"free":"Free","upgrade":"Upgrade","subscribe":"Subscribe","resets-in":"Resets in {{time}}","limited-offer":"Limited offer","new-offer":"New offer","upgrade-to":"Upgrade to","re-upgrade-to":"Re-upgrade to","cai-plus":"c.ai+","18-plus":"18+","your-current-plan":"Your current plan","have-offer-code":"Have an offer code?","redeem-offer-code-description":"Enter your promotional or offer code to get special pricing on your subscription.","redeem-offer-code":"Redeem","offer-code-placeholder":"Enter offer code","offer-code-error":"Cannot redeem code","upgrade-your-plan-today":"Upgrade your plan today","price-per-month":"\u003cprice\u003e{{price}}\u003c/price\u003e/month","button-call-to-action":"Subscribe for {{price}}/mo","button-call-to-action-annual":"Subscribe for {{price}}/yr","button-discount-subtitle":"\u003c0\u003e{{discounted}}\u003c/0\u003e \u003c1\u003e{{original}}\u003c/1\u003e for first month, then \u003c2\u003e{{original}}/mo\u003c/2\u003e","button-disclaimer":"Auto renews monthly until canceled.","button-disclaimer-annual":"Auto renews yearly until canceled.","billing-period":"Billing Period","monthly":"Monthly","yearly":"Yearly","per-month":"Per month","per-year":"Per year","saving-annual":"Saving {{savings}} per year.","save-by-switching":"Save {{savings}} by switching to yearly billing","annual-compared":"\u003c0\u003e{{original}}\u003c/0\u003e \u003c1\u003e{{discounted}}\u003c/1\u003e per year. | 46 | What is said should not be relied upon as fact or advice.","optional":"Optional","new":"New","default":"Default","persona":"Persona","characters":"Characters","creators":"Creators","scenes":"Scenes","select":"Select","unselect":"Unselect","success":"Success","active":"Active","submit":"Submit","previous":"Previous","next":"Next","studio":"Studio","back":"Back","learn-more":"Learn more","characterCount":"pluralized_value","characterCount_one":"{{created}} Character","characterCount_other":"{{created}} Characters","edit":"Edit","rename":"Rename","not-now":"Not now","archive":"Archive","unarchive":"Unarchive","new-chat":"New Chat","hide-character":"Hide Character","make-default":"Make default","clear-default":"Clear default","clear-search":"Clear search","load-more":"Load more","more-options":"More options","scroll-row-left":"Scroll {{section}} left","scroll-row-right":"Scroll {{section}} right","categories":"Categories","add":"Add","delete":"Delete","loading":"Loading...","loading-short":"Loading","Visibility":{"public":"Public","unlisted":"Unlisted","private":"Private","Details":{"public":"Available for others to discover and chat with","unlisted":"Available for others to chat with via link","private":"Only available to you"}},"character-interactions":"Character interactions","continue":"Continue","export-data":"Export data","delete-account":"Delete account","generic-error":"Error: Please try again","success-request-initiated":"Success: Request initiated","labels":"Labels","legacy":"Legacy","or":"OR","use-of-character-ai-is-bound-by-our-terms-of-service-and-privacy-policy":"Use of Character.AI is bound by our \u003c1\u003eTerms of Service\u003c/1\u003e and \u003c3\u003ePrivacy Policy\u003c/3\u003e.","try-it-out":"Try it out","cai-attribution":"By @c.ai","legacy-site":"Back to old site","c-ai-chat-title":"c.ai - {{name}}","cai":"c.ai","cai-plus-starter":"c.ai+ starter","something-went-wrong-please-try-again-later":"Something went wrong, please try again later.","like":"Like","dislike":"Dislike","company-motto":"AI Chat to Explore, Create \u0026 Connect—Your Story Begins Here","join-us":"Join us!","copyright":"© Copyright {{year}} Character Technologies, Inc.","yes":"Yes","done":"Done","code-copied-to-clipboard":"Code copied to clipboard","describe-your-image":"Describe your image","share":"Share","hello":"Hello","comment":"Comment","reset":"Reset","email-suggestion":"Use this email instead?","navigation-menu":"Navigation menu","rate":"Rate {{ number }} star","rate_plural":"Rate {{ number }} stars","add-remove":"Add / Remove","room":"Group Chat","users":"Users","save":"Save","change":"Change","view-more":"View more","terms-and-conditions":"Terms and Conditions","current":"Current","join-our-community":"Join our community","go-to-c-ai":"Go to c.ai","download":"Download","see-more":"See more","shared":"Shared","link-copied-to-clipboard":"Link copied to clipboard","post-id-copied-to-clipboard":"Copied Post ID to clipboard","apply":"Apply","clear-all":"Clear all","currency-name":"Charms","get":"Get","watch":"Watch","unavailable":"Unavailable"},"Aria":{"Shelf":{"scroll-left":"Scroll shelf left","scroll-right":"Scroll shelf right"}},"SettingsPreferences":{"theme":"Theme","light":"Light","dark":"Dark","system":"System","language":"Language","default":"Default","classic":"Classic","canary":"Preview","prod":"Stable","auto":"Auto","dev":"Dev","dense":"Dense","chat-haptics-enabled":"Haptics on","chat-haptics-disabled":"Haptics off","on":"On","off":"Off"},"SettingsDevTools":{"slow-mode":"Slow Mode","force-slow-mode":"Force Slow Mode","slow-mode-image":"Slow mode image","slow-mode-sheriff":"Force sheriff","slow-mode-rabbit":"Force rabbit","slow-mode-default":"Default (random)","sheriff":"Sheriff","rabbit":"Rabbit","random":"Random","charms":"Charms","add-charms":"Add Charms"},"FollowButton":{"error-follow":"Failed to follow user","error-unfollow":"Failed to unfollow user"},"Download":{"meta-title":"Download Character.AI","meta-description":"Get the Character.AI mobile app on iOS and Android.","title":"It's better on the app","description":"Keep the conversation going with millions of Characters, right from your phone.","download-for-free":"Download Character.AI for free."},"GetTheApp":{"iphone-download-the-app":"Download the Character.AI mobile app from the App Store","android-download-the-app":"Download the Character.AI mobile app from the Google Play Store","scan-the-qr-code":"Scan the QR code to get the Character.AI app","get-app":"Get app"},"Subscription":{"free":"Free","upgrade":"Upgrade","subscribe":"Subscribe","resets-in":"Resets in {{time}}","limited-offer":"Limited offer","new-offer":"New offer","upgrade-to":"Upgrade to","re-upgrade-to":"Re-upgrade to","cai-plus":"c.ai+","18-plus":"18+","your-current-plan":"Your current plan","have-offer-code":"Have an offer code?","redeem-offer-code-description":"Enter your promotional or offer code to get special pricing on your subscription.","redeem-offer-code":"Redeem","offer-code-placeholder":"Enter offer code","offer-code-error":"Cannot redeem code","upgrade-your-plan-today":"Upgrade your plan today","price-per-month":"\u003cprice\u003e{{price}}\u003c/price\u003e/month","button-call-to-action":"Subscribe for {{price}}/mo","button-call-to-action-annual":"Subscribe for {{price}}/yr","button-discount-subtitle":"\u003c0\u003e{{discounted}}\u003c/0\u003e \u003c1\u003e{{original}}\u003c/1\u003e for first month, then \u003c2\u003e{{original}}/mo\u003c/2\u003e","button-disclaimer":"Auto renews monthly until canceled.","button-disclaimer-annual":"Auto renews yearly until canceled.","billing-period":"Billing Period","monthly":"Monthly","yearly":"Yearly","per-month":"Per month","per-year":"Per year","saving-annual":"Saving {{savings}} per year.","save-by-switching":"Save {{savings}} by switching to yearly billing","annual-compared":"\u003c0\u003e{{original}}\u003c/0\u003e \u003c1\u003e{{discounted}}\u003c/1\u003e per year. |
| 69 | This cannot be undone.","entries":"Entries","untitled-lorebook":"Untitled Lorebook","untitled-entry":"Untitled entry","add-entry-prompt":"Add an entry to get started.","name":"Name","description":"Description","lorebook-name":"Lorebook name","lorebook-title":"Lorebook Title","lorebook-settings":"Lorebook Settings","lorebook-settings-title":"Lorebook Settings","add-characters":"Add Character","linked-characters_one":"Linked Characters ({{count}})","linked-characters_other":"Linked Characters ({{count}})","linked-characters-description":"Linked characters will become active when you publish this book.","view-all":"View all","collapse":"Collapse","edit":"Edit","all-my-characters":"All My Characters","search-characters-placeholder":"Search","link":"Link","unlink":"Unlink","no-characters-found":"No characters found.","no-characters-yet":"You don't have any characters yet.","failed-to-link-character":"Failed to link character. | 69 | This cannot be undone.","entries":"Entries","untitled-lorebook":"Untitled Lorebook","untitled-entry":"Untitled entry","add-entry-prompt":"Add an entry to get started.","name":"Name","description":"Description","lorebook-name":"Lorebook name","lorebook-title":"Lorebook Title","lorebook-settings":"Lorebook Settings","lorebook-settings-title":"Lorebook Settings","lore-entry-details":"Lore Entry details","LoresVisibility":{"full":"Public","full-description":"Entry titles, keywords, and content are visible to others.","name-keywords":"Hint only","name-keywords-description":"Only entry titles and keywords are visible to others."},"add-characters":"Add Character","linked-characters_one":"Linked Characters ({{count}})","linked-characters_other":"Linked Characters ({{count}})","edit-linked-characters":"Edit Linked Characters","linked-characters-description":"Linked Characters don’t have access to this lorebook yet. |
| 70 | After publishing, they can use it in current and future chats.","linked-characters-description-after-publish":"Linked characters will become active when you publish this book.","view-all":"View all","collapse":"Collapse","edit":"Edit","all-my-characters":"All My Characters","filter-all-characters":"All","filter-linked-characters":"Linked","no-linked-characters":"No linked characters yet.","search-characters-placeholder":"Search","link":"Link","unlink":"Unlink","linked-to-lorebook":"Linked to {{lorebookName}}","link-character-replace-title":"{{characterName}} is already linked to {{lorebookName}}","link-character-replace-description":"Linking them here will replace that connection.","no-characters-found":"No characters found.","no-characters-yet":"You don't have any characters yet.","failed-to-link-character":"Failed to link character. | ||
| 71 | Please try again.","cover-image":"Cover Image","cover-image-max-size":"5 MB max","cover-image-too-large":"Please select an image smaller than {{size}} MB.","generate-image":"Generate image","upload-image":"Upload image","generate-cover-title":"Generate Cover","image-generate-prompt":"Image generation prompt","generate-cover-prompt-placeholder":"Describe your cover...","description-optional":"Description (optional)","description-placeholder":"Example: Land of Dreams","visibility":"Visibility","VisibilityDescription":{"public":"Shown in your profile.","private":"Only visible to you.","unlisted":"Anyone with the link can view."},"all-entries":"All entries ({{count}})","collapse-all":"Collapse all","expand-all":"Expand all","content":"Content","content-placeholder":"Add details the Character may not already know — private backstory, world rules, relationships, secrets, recurring events, or invented lore","keywords-count":"Keywords ({{count}}/{{max}})","missing-keywords":"Missing keywords","content-cannot-be-empty":"Content cannot be empty","content-policy-field-error":"This content violates our content policy.","content-policy-toast":"There are issues with some fields. | 72 | Please try again.","cover-image":"Cover Image","cover-image-max-size":"5 MB max","cover-image-too-large":"Please select an image smaller than {{size}} MB.","generate-image":"Generate image","upload-image":"Upload image","generate-cover-title":"Generate Cover","image-generate-prompt":"Image generation prompt","generate-cover-prompt-placeholder":"Describe your cover...","description-optional":"Description (optional)","description-placeholder":"Example: Land of Dreams","visibility":"Visibility","VisibilityDescription":{"public":"Shown in your profile.","private":"Only visible to you.","unlisted":"Anyone with the link can view."},"all-entries":"All entries ({{count}})","collapse-all":"Collapse all","expand-all":"Expand all","content":"Content","content-placeholder":"Add details the Character may not already know — private backstory, world rules, relationships, secrets, recurring events, or invented lore","keywords-count":"Keywords ({{count}}/{{max}})","keywords-tooltip":"This lore will be used when any of these keywords are mentioned in chat.","missing-keywords":"Missing keywords","content-cannot-be-empty":"Content cannot be empty","content-policy-field-error":"This content violates our content policy.","content-policy-toast":"There are issues with some fields. |
| 79 | Please try again."},"Viewer":{"title":"Lorebook","entrypoint":"Lorebook","new-badge":"New!","help":"Help","untitled-entry":"Untitled entry","private-entry":"Private entry","no-entries":"This Lorebook has no entries yet.","load-error":"Couldn't load this Lorebook.","private":"This Lorebook is set as private.","About":{"title":"About Lorebook","what-is-question":"What is Lorebook?","what-is-answer":"A Lorebook gives AI Characters extra knowledge.","what-does-question":"What does it do?","what-does-answer":"If you or the AI mentions a matching keyword, the Character can pull in extra information from its Lorebook.","can-see-question":"Can I see the Lorebook?","can-see-answer":"You can see which Characters have a Lorebook attached. | 80 | Please try again."},"Viewer":{"title":"Lorebook","entrypoint":"Lorebook","new-badge":"New!","help":"Help","untitled-entry":"Untitled entry","private-entry":"Private entry","no-entries":"This Lorebook has no entries yet.","load-error":"Couldn't load this Lorebook.","private":"This Lorebook is set as private.","hint-only-question":"Why can't I see the content of lore entry?","hint-only-answer":"The creator has hidden the entry content for this lorebook. |
| 81 | It will still work in chats, but only the creator can view the full entries.","About":{"title":"About Lorebook","what-is-question":"What is Lorebook?","what-is-answer":"A Lorebook gives AI Characters extra knowledge.","what-does-question":"What does it do?","what-does-answer":"If you or the AI mentions a matching keyword, the Character can pull in extra information from its Lorebook.","can-see-question":"Can I see the Lorebook?","can-see-answer":"You can see which Characters have a Lorebook attached. | ||
| 97 | Please try again later."}},"ad-break":{"title":"{{characterName}} is waiting...","description":"Watch an ad and earn uninterrupted chat time, or keep going with frequent interruptions.","chat-entry-title":"Ad breaks keep c.ai free for everyone","watch-ad":"Watch ad","go-ad-free":"Go ad-free with (c.ai+)","toast-go-ad-free":"Go ad-free with c.ai+","toast-upcoming":"Ad break coming up","toast-granted":"Thanks for watching! | 99 | Please try again later."}},"ad-break":{"title":"{{characterName}} is waiting...","description":"Watch an ad now, or keep chatting with frequent ads.","chat-entry-title":"Ad breaks keep (c.ai) free","watch-ad":"Watch now for fewer ads","go-ad-free":"Go ad-free with (c.ai+)","toast-go-ad-free":"Go ad-free with (c.ai+)","toast-upcoming":"Ad break coming up","toast-granted":"Thanks for watching! |
| 98 | Enjoy uninterrupted chat time","toast-granted-title":"Thanks for watching!","toast-granted-subtitle":"Enjoy uninterrupted chat time","skip-for-an-hour":"Skip for 1 hour","keep-chatting":"Keep chatting with ads"},"cai-books-ad-banner":{"slogan":"Classics, now playable.","long-slogan":"Play as any Character in the classics, or remix your own.","remix-slogan":"Remix the classics.","labels":{"pride":{"turn-it-into-a-heist":"Turn it into a heist","make-it-a-family-business-drama":"Make it a family business drama","set-in-a-cursed-country-estate":"Set in a cursed country estate","bittersweet-romance-that-rhymes":"Bittersweet romance that rhymes","actually-maybe-a-jungle-survival-drama":"Actually, maybe a jungle survival drama"},"dracula":{"dracula-s-a-tech-billionare":"Dracula's a tech billionare","single-night-comde-thriller":"Single-night comde thriller","set-in-a-cursed-country-estate":"Set in a cursed country estate","bittersweet-romance-that-rhymes":"Bittersweet romance that rhymes"},"alice-in-wonderland":{"turn-it-into-a-pirate-tale":"Turn it into a pirate tale","or-maybe-a-cozy-slice-of-life":"Or maybe a cozy slice of life","in-a-crumbling-empire":"In a crumbling empire","what-if-alice-never-fell-down-the-hole":"What if Alice never fell down the hole?"}}},"cai-fm-ad-banner":{"button":"Listen","ghosted":"\u003c0\u003eBinge suspense\u003c/0\u003e audio fiction. | 100 | Enjoy uninterrupted chat time","toast-granted-title":"Thanks for watching!","toast-granted-subtitle":"Enjoy uninterrupted chat time","skip-for-an-hour":"Skip for 1 hour","keep-chatting":"Keep chatting with ads","watch-ad-unavailable-help":"Please try again later and turn off any ad blockers."},"cai-books-ad-banner":{"slogan":"Classics, now playable.","long-slogan":"Play as any Character in the classics, or remix your own.","remix-slogan":"Remix the classics.","labels":{"pride":{"turn-it-into-a-heist":"Turn it into a heist","make-it-a-family-business-drama":"Make it a family business drama","set-in-a-cursed-country-estate":"Set in a cursed country estate","bittersweet-romance-that-rhymes":"Bittersweet romance that rhymes","actually-maybe-a-jungle-survival-drama":"Actually, maybe a jungle survival drama"},"dracula":{"dracula-s-a-tech-billionare":"Dracula's a tech billionare","single-night-comde-thriller":"Single-night comde thriller","set-in-a-cursed-country-estate":"Set in a cursed country estate","bittersweet-romance-that-rhymes":"Bittersweet romance that rhymes"},"alice-in-wonderland":{"turn-it-into-a-pirate-tale":"Turn it into a pirate tale","or-maybe-a-cozy-slice-of-life":"Or maybe a cozy slice of life","in-a-crumbling-empire":"In a crumbling empire","what-if-alice-never-fell-down-the-hole":"What if Alice never fell down the hole?"}}},"cai-fm-ad-banner":{"button":"Listen","ghosted":"\u003c0\u003eBinge suspense\u003c/0\u003e audio fiction. |
| 307 | In addition, if Characters related to those sensitive or mature topics are reported to us, we will block them from teen users.","working-with-experts":"Working with experts","working-with-experts-description":"We collaborate with several teen online safety experts as part of our safety-by-design process as we develop new features, and they also will provide their perspective on our existing product experience."}}},"__N_SSP":true},"page":"/privacy","query":{},"buildId":"Fpnf_cjI_1mPSPVl7AioZ","isFallback":false,"isExperimentalCompile":false,"gssp":true,"scriptLoader":[]}</script></body></html> | 309 | In addition, if Characters related to those sensitive or mature topics are reported to us, we will block them from teen users.","working-with-experts":"Working with experts","working-with-experts-description":"We collaborate with several teen online safety experts as part of our safety-by-design process as we develop new features, and they also will provide their perspective on our existing product experience."}}},"__N_SSP":true},"page":"/privacy","query":{},"buildId":"7vbf0b0ApGdUK8du40m0x","isFallback":false,"isExperimentalCompile":false,"gssp":true,"scriptLoader":[]}</script></body></html> |
Follow unlimited companies, monitor the clauses that matter across every platform, and get the full institutional analysis on what each change obligates you to do.