| 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/ad9d7cfc89009fe7.css" as="style"/><link rel="stylesheet" href="/_next/static/css/ad9d7cfc89009fe7.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-41741e3226890cf9.js" defer=""></script><script src="/_next/static/chunks/pages/_app-83d19c03fb222d7f.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/tos-a28e9ee22d55a3e8.js" defer=""></script><script src="/_next/static/rGvF9sFbdWfOeLcsX5wSp/_buildManifest.js" defer=""></script><script src="/_next/static/rGvF9sFbdWfOeLcsX5wSp/_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/ce1e4794bc542948.css" as="style"/><link rel="stylesheet" href="/_next/static/css/ce1e4794bc542948.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-414f0905e8b89794.js" defer=""></script><script src="/_next/static/chunks/framework-7be789cd2f99bbf2.js" defer=""></script><script src="/_next/static/chunks/main-4f7014150b138b04.js" defer=""></script><script src="/_next/static/chunks/pages/_app-f3cb0b9bb622373e.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/tos-a28e9ee22d55a3e8.js" defer=""></script><script src="/_next/static/bl5QTvRXFptq0ZKipIa1J/_buildManifest.js" defer=""></script><script src="/_next/static/bl5QTvRXFptq0ZKipIa1J/_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","shuffle":"Shuffle","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. |
| 21 | Never lies.","character-definition-tooltip":"Specific instructions on how your bot will behave and how it responds to messages","keep-character-definition-private":"Keep Character definition private","more-options":"More options","GenerateAvatar":{"generate-image":"Generate image","upload-image":"Upload image","describe-character":"Describe Character","what-does-your-character-look-like":"What does your Character look like?","what-does-character-name-look-like":"What does {{ name }} look like?"},"tags-are-used-to-categorize-your-character":"Tags are used to categorize your character","maximum-number-of-tags-selected-num":"Maximum number of tags ({{num}}) selected","lorebook":"Lorebook","lorebook-description":"World-building information that can be dynamically shared with Character when certain keywords are mentioned.","lorebook-link-existing":"Link an existing Lorebook","lorebook-new":"New Lorebook","lorebook-modal-title":"My Lorebooks","lorebook-modal-description":"You may link up to 1 published Lorebook per Character.","lorebook-search-placeholder":"Search","no-lorebooks-yet":"You don't have any Lorebooks yet.","create-a-lorebook":"Create a Lorebook"},"avatar-violates-safety-policy":"Your Character's avatar image violates our safety policy. | 21 | Never lies.","character-definition-tooltip":"Specific instructions on how your bot will behave and how it responds to messages","keep-character-definition-private":"Keep Character definition private","more-options":"More options","GenerateAvatar":{"generate-image":"Generate image","upload-image":"Upload image","describe-character":"Describe Character","what-does-your-character-look-like":"What does your Character look like?","what-does-character-name-look-like":"What does {{ name }} look like?"},"tags-are-used-to-categorize-your-character":"Tags are used to categorize your character","maximum-number-of-tags-selected-num":"Maximum number of tags ({{num}}) selected","lorebook":"Lorebook","lorebook-description":"World-building details your Character brings into chat when keywords come up.","lorebook-link-existing":"Link an existing Lorebook","lorebook-new":"New Lorebook","lorebook-modal-title":"My Lorebooks","lorebook-modal-description":"You can link 1 published Lorebook to each Character.","lorebook-search-placeholder":"Search","no-lorebooks-yet":"You don't have any Lorebooks yet.","create-a-lorebook":"Create a Lorebook"},"avatar-violates-safety-policy":"Your Character's avatar image violates our safety policy. |
| 67 | Please try again.","discord-linking-success":"Your Discord account has been successfully linked","discord-join-cai-plus":"You're invited to join the \u003c1\u003ec.ai+\u003c/1\u003e community on Discord","plus-discord-invite-title":"You're invited to join the c.ai+ community on Discord","regular-discord-invite-title":"Join the Character Community on Discord","plus-discord-invite-description":"Link your Character account with Discord and get access to exclusive c.ai+ channels","discord-regular-invite-description":"Link your Character account with Discord and unlock special channels, commands and more","link-account-and-join":"Link account and join","open-discord":"Open community","relink-discord":"Re-link your account","discord-account-already-linked":"Your Discord account has already been linked, to continue open the community"},"Help":{"about-us":"About us","contact-us":"Contact us","community":"Community","work-with-us":"Work with us","terms-of-service":"Terms of Service","privacy-policy":"Privacy Policy","cookie-policy":"Cookie Policy","your-privacy-choices":"Your Privacy Choices","policies":"Policies","blog":"Blog","press":"Press","help-center":"Help Center","socials":"Socials","if-you-have-any-questions-or-need-help-visit-our-help-center":"If you have any questions or need help, visit our Help Center.","charms-terms-of-use":"Charms Terms of Use"},"Profile":{"title":"Character.AI – User profile of {{name}}","num-followers":"{{formatted}} Followers","num-followers_one":"{{formatted}} Followers","num-followers_other":"{{formatted}} Followers","num_following":"{{formatted}} Following","followers_num":"Followers {{formatted}}","followers_num_one":"Follower {{formatted}}","followers_num_other":"Followers {{formatted}}","following_num":"Following {{formatted}}","characters":"Characters","voices":"Voices","scenes":"Scenes","lorebooks":"Lorebooks","liked":"Liked","personas":"Personas","muted-words":"Muted words","remixes":"Remixes","followButton":"Follow","followButtonFollowing":"Following","remixes-soon":"Remixes are coming soon…","block":"Block","unblock":"Unblock","block-confirmation":"Blocked {{name}}","unblock-confirmation":"Unblocked {{name}}","block-failed":"Failed to block {{name}}","unblock-failed":"Failed to unblock {{name}}","settings-button":"Settings","creator-insights":"Creator Insights","no-characters":"This user hasn't made any Characters yet.","no-characters-you":"You haven't made any Characters yet.","no-characters-liked":"You haven't liked any Characters yet.","create-a-voice":"Create a voice","no-voices":"This user hasn't made any voices yet.","no-scenes":"This user hasn't made any Scenes yet.","no-lorebooks-you":"You haven't made any Lorebooks yet.","no-lorebooks":"This user hasn't made any Lorebooks yet.","user-profile":"User Profile","sort-option":{"alphabetical":"Alphabetical","most-chats":"Most Chats","most-likes":"Most Likes","newest":"Newest","latest-updated":"Latest Updated"},"Filter":"Filter","FilterOption":{"ALL":"All","PUBLIC":"Public","UNLISTED":"Unlisted","PRIVATE":"Private"},"Tags":"All","lorebook-sort-prefix":"Sort:","lorebook-entry-count_one":"{{count}} entry","lorebook-entry-count_other":"{{count}} entries","LorebookSortOption":{"most-entries":"most entries","latest-updated":"latest updated","newest":"newest","alphabetical":"alphabetical"},"LorebookFilterOption":{"ALL":"All","PUBLISHED":"Published","DRAFT":"Draft"},"LorebookStatus":{"draft":"draft","published":"published","active":"active"},"LorebookVisibility":{"public":"Public","private":"Private","unlisted":"Unlisted"},"delete-lorebook-confirmation":"Are you sure you want to delete this Lorebook? | 67 | Please try again.","discord-linking-success":"Your Discord account has been successfully linked","discord-join-cai-plus":"You're invited to join the \u003c1\u003ec.ai+\u003c/1\u003e community on Discord","plus-discord-invite-title":"You're invited to join the c.ai+ community on Discord","regular-discord-invite-title":"Join the Character Community on Discord","plus-discord-invite-description":"Link your Character account with Discord and get access to exclusive c.ai+ channels","discord-regular-invite-description":"Link your Character account with Discord and unlock special channels, commands and more","link-account-and-join":"Link account and join","open-discord":"Open community","relink-discord":"Re-link your account","discord-account-already-linked":"Your Discord account has already been linked, to continue open the community"},"Help":{"about-us":"About us","contact-us":"Contact us","community":"Community","work-with-us":"Work with us","terms-of-service":"Terms of Service","privacy-policy":"Privacy Policy","cookie-policy":"Cookie Policy","your-privacy-choices":"Your Privacy Choices","policies":"Policies","blog":"Blog","press":"Press","help-center":"Help Center","socials":"Socials","if-you-have-any-questions-or-need-help-visit-our-help-center":"If you have any questions or need help, visit our Help Center.","charms-terms-of-use":"Charms Terms of Use"},"Profile":{"title":"Character.AI – User profile of {{name}}","num-followers":"{{formatted}} Followers","num-followers_one":"{{formatted}} Followers","num-followers_other":"{{formatted}} Followers","num_following":"{{formatted}} Following","followers_num":"Followers {{formatted}}","followers_num_one":"Follower {{formatted}}","followers_num_other":"Followers {{formatted}}","following_num":"Following {{formatted}}","characters":"Characters","voices":"Voices","scenes":"Scenes","lorebooks":"Lorebooks","liked":"Liked","personas":"Personas","muted-words":"Muted words","remixes":"Remixes","followButton":"Follow","followButtonFollowing":"Following","remixes-soon":"Remixes are coming soon…","block":"Block","unblock":"Unblock","block-confirmation":"Blocked {{name}}","unblock-confirmation":"Unblocked {{name}}","block-failed":"Failed to block {{name}}","unblock-failed":"Failed to unblock {{name}}","settings-button":"Settings","creator-insights":"Creator Insights","no-characters":"This user hasn't made any Characters yet.","no-characters-you":"You haven't made any Characters yet.","no-characters-liked":"You haven't liked any Characters yet.","create-a-voice":"Create a voice","no-voices":"This user hasn't made any voices yet.","no-scenes":"This user hasn't made any Scenes yet.","no-lorebooks-you":"You haven't made any Lorebooks yet.","no-lorebooks":"This user hasn't made any Lorebooks yet.","user-profile":"User Profile","sort-option":{"alphabetical":"Alphabetical","most-chats":"Most Chats","most-likes":"Most Likes","newest":"Newest","latest-updated":"Latest Updated"},"Filter":"Filter","FilterOption":{"ALL":"All","PUBLIC":"Public","UNLISTED":"Unlisted","PRIVATE":"Private"},"Tags":"All","lorebook-sort-prefix":"Sort:","lorebook-entry-count_one":"{{count}} entry","lorebook-entry-count_other":"{{count}} entries","LorebookSortOption":{"most-entries":"most entries","latest-updated":"recently updated","newest":"newest","alphabetical":"alphabetical"},"LorebookFilterOption":{"ALL":"All","PUBLISHED":"Published","DRAFT":"Draft"},"LorebookStatus":{"draft":"draft","published":"published","active":"active"},"LorebookVisibility":{"public":"Public","private":"Private","unlisted":"Unlisted"},"delete-lorebook-confirmation":"Are you sure you want to delete this Lorebook? |
| 68 | This cannot be undone.","delete-lorebook-success":"Lorebook deleted","delete-lorebook-error":"Failed to delete Lorebook"},"Lorebook":{"Editor":{"default-title":"Lorebook","edit-title":"Edit Lorebook","auto-save":"Auto saved","saving":"Saving...","publish":"Publish","update":"Update","draft-badge":"Draft","edited-badge":"Edited","pending-update-badge":"Active · Pending update","update-confirmation-title":"Publish changes?","update-confirmation-description":"This will publish your draft edits to the live Lorebook for everyone who can see it.","discard-changes":"Discard Changes","discard-confirmation-title":"Discard changes?","discard-confirmation-description":"This will revert your unpublished changes. | 68 | This cannot be undone.","delete-lorebook-success":"Lorebook deleted","delete-lorebook-error":"Couldn't delete this Lorebook"},"Lorebook":{"Editor":{"default-title":"Lorebook","edit-title":"Edit Lorebook","auto-save":"Auto-saved","saving":"Saving...","publish":"Publish","update":"Update","draft-badge":"Draft","edited-badge":"Edited","pending-update-badge":"Active · Pending update","update-confirmation-title":"Publish changes?","update-confirmation-description":"This will show your draft edits to everyone who can see this Lorebook.","discard-changes":"Discard Changes","discard-confirmation-title":"Discard changes?","discard-confirmation-description":"You'll lose your unpublished changes. |
| 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. | 69 | This can't 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":"What others can see","LoresVisibility":{"full":"Full details","full-description":"Others can see entry titles, keywords, and content.","name-keywords":"Hint only","name-keywords-description":"Others can see only entry titles and keywords."},"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":"These Characters can't use 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. | 70 | Publish it, and they'll use it in all your chats.","linked-characters-description-after-publish":"These Characters will start using this Lorebook once you publish.","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":"Using {{lorebookName}}","linked-lorebook-fallback":"a Lorebook","link-character-replace-title":"{{characterName}} is already linked to {{lorebookName}}","link-character-replace-description":"Linking them here will unlink them from {{lorebookName}} and link them to this Lorebook.","no-characters-found":"No characters found.","no-characters-yet":"You don't have any Characters yet.","failed-to-link-character":"Couldn't link Character. |
| 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. | 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 know — backstory, world rules, relationships, secrets, or events.","keywords-count":"Keywords ({{count}}/{{max}})","keywords-tooltip":"The Character uses this entry when any of these keywords come up in chat.","missing-keywords":"Add at least one keyword","content-cannot-be-empty":"Add some content","content-policy-field-error":"This content violates our content policy.","content-policy-toast":"Some fields need updating. |
| 73 | Please review and try again.","error-leave-warning":"Your Lorebook has errors and your latest changes haven't been saved. | 73 | Please review and try again.","error-leave-warning":"Your Lorebook has errors, so your latest changes weren't saved. |
| 74 | Are you sure you want to leave?","validation-error-toast-title-update":"Failed to update Lorebook","validation-error-toast-title-publish":"Failed to publish Lorebook","validation-error-toast-description":"Please fix the highlighted entries and try again.","validation-error-toast-description-empty":"Add content to at least one entry before publishing.","new-keyword":"New keyword","generate-keyword":"Generate keyword","delete-entry":"Delete entry","delete-entry-confirmation":"Are you sure you want to delete this entry? | 74 | Leave anyway?","validation-error-toast-title-update":"Couldn't update Lorebook","validation-error-toast-title-publish":"Couldn't publish Lorebook","validation-error-toast-description":"Please fix the highlighted entries and try again.","validation-error-toast-description-empty":"Add content to at least one entry before publishing.","new-keyword":"New keyword","generate-keyword":"Generate keyword","delete-entry":"Delete entry","delete-entry-confirmation":"Are you sure you want to delete this entry? |
| 75 | This cannot be undone.","published-title":"Lorebook published!","enabled-title":"Lorebook enabled!","published-description-no-character":"Experience this Lorebook by chatting with a Character who has this book.","published-description-with-character":"Now these Characters have richer knowledge. | 75 | This cannot be undone.","published-title":"Lorebook published!","enabled-title":"Lorebook enabled!","published-description-no-character":"Chat with a Character who has this Lorebook to try it out.","published-description-with-character":"These Characters now know more. |
| 76 | Chat with them to enjoy a better roleplay!","in-review-badge":"In review","reviewing-title":"Reviewing your Lorebook","reviewing-description":"This may take a few moments. | 76 | Chat with them for a better roleplay!","in-review-badge":"In review","reviewing-title":"Reviewing your Lorebook","reviewing-description":"This may take a moment. |
| 77 | Your Lorebook will be marked as Active when processing is complete. | 77 | Your Lorebook turns active when the review is done. |
| 78 | Feel free to leave this page.","active-badge":"Active","active-title":"Lorebook is now active!","review-failed-badge":"Edit required","review-failed-title":"We couldn't enable this Lorebook.","review-failed-description":"We found issues that need to be resolved before this Lorebook can be enabled.","review-failed-hint":"Review any flagged entries and try again.","review-failed-action":"Review and Edit Lorebook","link-character":"Link Character","keep-editing":"Keep editing","done":"Done","chat":"Chat"},"StatusNotification":{"view-action":"View Lorebook","live-title":"Lorebook is now active!","live-description":"Your Lorebook is enabled and ready to use with linked characters.","blocked-title":"Lorebook review failed.","blocked-description":"Some content doesn't meet our Community Guidelines. | 78 | Feel free to leave this page.","active-badge":"Active","active-title":"Lorebook is now active!","review-failed-badge":"Edit required","review-failed-title":"We couldn't publish this Lorebook.","review-failed-description":"This content didn't pass review. |
| 79 | Please revise the highlighted fields and retry.","failed-title":"Lorebook review couldn't finish","failed-description":"Something went wrong while reviewing your Lorebook. | 79 | Please review the highlighted areas, update them, and try again.","review-failed-hint":"Update the highlighted entries and try again.","review-failed-action":"Edit Lorebook","link-character":"Link Character","keep-editing":"Keep editing","done":"Done","chat":"Chat"},"StatusNotification":{"view-action":"View Lorebook","live-title":"Lorebook is now active!","live-description":"Your Lorebook is ready to use with its linked Characters.","blocked-title":"Your Lorebook didn't pass review.","blocked-description":"Some content doesn't meet our guidelines. |
| 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. | 80 | Please update the highlighted parts and try again.","failed-title":"We couldn't finish reviewing your Lorebook.","failed-description":"Something went wrong while reviewing your 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. | 81 | 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 private.","hint-only-title":"Hint Only Display","hint-only-description":"Only you can view entry content. |
| 82 | You can only view its contents if the creator allows it.","can-add-question":"Can I add my own Lorebook?","can-add-answer":"Not yet. | 82 | Others can only see titles and keywords.","hint-only-settings":"Settings","About":{"title":"About Lorebook","what-is-question":"What is a Lorebook?","what-is-answer":"A Lorebook gives AI Characters extra knowledge.","what-does-question":"What does it do?","what-does-answer":"When you or the Character mention a matching keyword, it adds related details from its Lorebook.","can-see-question":"Can I see the Lorebook?","can-see-answer":"You can see which Characters have a Lorebook linked. |
| 83 | For now, only creators can attach Lorebooks. | 83 | You can only read it if the creator allows it.","can-add-question":"Can I add my own Lorebook?","can-add-answer":"Currently only Character creators can link Lorebook to them."}},"Template":{"create-title":"Create Lorebook","start-first-entry":"Start your first Lorebook entry","add-new-entry":"Add a new entry","start-with-template":"Start with a template","fresh-start":"Fresh Start","new-empty-lorebook":"New empty Lorebook","import":"Import","or-start-with-templates":"or start with templates","pill-count":"{{label}} x {{count}}","see-less":"See less","location":{"title":"Location","description":"Places, landmarks, and key locations in your world.","content":"Name:\n\nType: (city, region, building, landmark, etc.)\n\nDescription:\nDescribe the atmosphere, layout, and notable features of this place.\n\nHistory:\nWhat events shaped this location?\n\nNotable details:\n- Climate and environment\n- Who lives or gathers here\n- Secrets or dangers","keywords":["location","place","setting","landmark","environment"]},"item":{"title":"Item","description":"Important objects, relics, or weapons, and their effects.","content":"Name:\n\nType: (weapon, relic, artifact, tool, etc.)\n\nDescription:\nWhat does it look like and what is it made of?\n\nPowers or effects:\nWhat can it do, and what are its limits?\n\nOrigin:\nWhere did it come from and who created or found it?\n\nCurrent status:\nWho owns it now, and where is it kept?","keywords":["item","object","relic","weapon","artifact"]},"sideCharacter":{"title":"Side character","description":"Supporting characters that shape the story and world.","content":"Name:\n\nRole:\nHow do they support or challenge the main story?\n\nAppearance:\nDescribe how they look and carry themselves.\n\nPersonality:\nWhat are their core traits, habits, and motivations?\n\nRelationships:\nWho do they know, trust, or oppose?\n\nBackground:\nWhat key events shaped who they are today?","keywords":["character","npc","supporting","ally","side character"]},"event":{"title":"Event","description":"Major events that shaped the world's history.","content":"Name:\n\nDate or era:\nWhen did this event occur?\n\nSummary:\nWhat happened in a few sentences?\n\nCauses:\nWhat led to this event?\n\nConsequences:\nHow did the world change afterward?\n\nKey figures:\nWho was involved or affected?","keywords":["event","history","timeline","war","turning point"]},"faction":{"title":"Faction","description":"Groups, alliances, governments, or organizations.","content":"Name:\n\nType: (government, guild, cult, alliance, etc.)\n\nPurpose:\nWhat does this group want to achieve?\n\nStructure:\nWho leads it and how is power organized?\n\nMembers:\nWho belongs here and what unites them?\n\nAllies and enemies:\nWhich groups support or oppose them?\n\nNotable history:\nWhat defining moments shaped this faction?","keywords":["faction","organization","guild","government","alliance"]},"system":{"title":"System","description":"How the world works — magic, technology, or power levels.","content":"Name:\n\nType: (magic, technology, power system, law of nature, etc.)\n\nRules:\nHow does this system work in practice?\n\nLimits:\nWhat cannot be done, and what are the costs?\n\nUsers:\nWho can access or wield this system?\n\nImpact on society:\nHow does this shape daily life, conflict, or power?","keywords":["system","magic","technology","power","rules"]},"cultureAndReligion":{"title":"Culture \u0026 Religion","description":"Beliefs, customs, gods, and rituals.","content":"Name:\n\nBeliefs:\nWhat core ideas or deities define this culture or faith?\n\nPractices:\nWhat rituals, holidays, or customs are observed?\n\nValues:\nWhat behaviors are honored or forbidden?\n\nSymbols:\nWhat icons, texts, or artifacts represent this tradition?\n\nRole in society:\nHow does this shape politics, art, or daily life?","keywords":["culture","religion","faith","ritual","tradition"]},"species":{"title":"Species","description":"Races, creatures, or intelligent lifeforms in the world.","content":"Name:\n\nClassification:\nAre they humanoid, beast, hybrid, or something else?\n\nPhysical traits:\nDescribe appearance, lifespan, and notable biology.\n\nAbilities:\nWhat strengths, weaknesses, or special traits do they have?\n\nCulture:\nHow do they live, communicate, and organize?\n\nRelations:\nHow do they interact with other species?","keywords":["species","race","lifeform","people","biology"]},"creatures":{"title":"Creatures","description":"Monsters, animals, or supernatural beings.","content":"Name:\n\nType: (beast, monster, spirit, animal, etc.)\n\nAppearance:\nDescribe size, shape, and distinguishing features.\n\nBehavior:\nAre they hostile, territorial, or docile?\n\nAbilities:\nWhat powers, venoms, or defenses do they have?\n\nHabitat:\nWhere are they found and how common are they?","keywords":["creature","monster","beast","animal","supernatural"]}}},"feedback-utils":{"boring":"Boring","not-boring":"Not Boring","not-true":"Not True","true":"True","repetitive":"Repetitive","not-repetitive":"Not Repetitive","out-of-character":"Out of Character","not-out-of-character":"Not Out of Character","good-memory":"Good Memory","bad-memory":"Bad Memory","not-bad-memory":"Not Bad Memory","funny":"Funny","not-funny":"Not Funny","interesting":"Interesting","not-interesting":"Not Interesting","too-long":"Too Long","not-too-long":"Not Too Long","too-short":"Too Short","not-too-short":"Not Too Short","helpful":"Helpful","not-helpful":"Not Helpful","ends-chat-early":"Ended Chat Early","not-ends-chat-early":"Not Ended Chat Early","voice-wrong-voice":"Wrong Voice","voice-low-quality":"Low Quality","voice-incorrect-pronounciation":"Incorrect Pronounciation","voice-repeated-words":"Repeated Words","voice-missing-words":"Missing Words","voice-too-fast":"Too Fast","voice-too-slow":"Too Slow","swipe_memory_conversation_details":"Forgetting Conversation Details","swipe_memory_character_details":"Forgetting Character Details","swipe_memory_persona_details":"Forgetting Persona Details","swipe_out_of_character":"Going out of Character","no_issues":"No problems, just swiping","why-the-swipe":"Why the swipe?","memory-issues":"Bad memory?","too-flirty":"Too Flirty","engaging":"Engaging","which-response":"Which response do you prefer?","response":"Response","how-could-this-msg-be-better":"How could this message be better?","what-did-you-like-abt-this-msg":"What did you like about this message?","other":"Other","scene_fast":"Plot too fast","scene_slow":"Plot too slow","scene_out_of_character":"Out of character","scene_goal_unclear":"Unclear","scene_goal_hard":"Too hard","scene_goal_easy":"Too easy","scene_goal_early":"Marked complete early","scene_goal_late":"Marked complete late","scene_goal_unhelpful":"Didn't help my roleplay"},"Scenarios":{"what-do-you-want-to-do":"What do you want to do?","cooking":{"cook-something-for-dinner":"Cook something for dinner!"},"travel":{"go-on-an-adventure":"Go on an adventure!"},"creativity":{"nurture-your-creativity":"Nurture your creativity"},"who-do-you-want-talk-to":"Who do you want to talk to?","support":{"trusted-circle":"A trusted circle of support"},"learn":{"learn-something-new":"Learn something new today"},"challenge":{"epic-challenges-await":"Epic challenges await"},"exercise":{"get-fit-and-healthy":"Get fit and healthy","time-to-fell-your-best":"Time to feel your best"}},"Settings":{"account":"Account","profile":"Public profile","exp":"[Staff Only] Experiments","preferences":"Preferences","subscription":"Subscription","discord":"Go to community","link-discord":"Join community","get-the-app":"Get the app","chat-style":"Chat Style","sound-effects":"Sound Effects","chat-haptics":"Chat Haptics","preview-deployment":"Preview Release","parental-controls":"Parental Insights","verify-age":"Verify age","dev-tools":"Dev Tools","wellness-resources":"Wellness Resources","force-slow-mode":"Force Slow Mode","helpful-resources-link":"Support is available if you need it. |
| 84 | We hope to make this available to all users in the future."}},"Template":{"create-title":"Create Lorebook","start-first-entry":"Start your first Lorebook entry","add-new-entry":"Add a new entry","start-with-template":"Start with a template","fresh-start":"Fresh Start","new-empty-lorebook":"New empty Lorebook","import":"Import","or-start-with-templates":"or start with templates","pill-count":"{{label}} x {{count}}","see-less":"See less","location":{"title":"Location","description":"Define places, environments, landmarks, and important settings.","content":"Name:\n\nType: (city, region, building, landmark, etc.)\n\nDescription:\nDescribe the atmosphere, layout, and notable features of this place.\n\nHistory:\nWhat events shaped this location?\n\nNotable details:\n- Climate and environment\n- Who lives or gathers here\n- Secrets or dangers","keywords":["location","place","setting","landmark","environment"]},"item":{"title":"Item","description":"Important objects, relics, or weapons, and their effects.","content":"Name:\n\nType: (weapon, relic, artifact, tool, etc.)\n\nDescription:\nWhat does it look like and what is it made of?\n\nPowers or effects:\nWhat can it do, and what are its limits?\n\nOrigin:\nWhere did it come from and who created or found it?\n\nCurrent status:\nWho owns it now, and where is it kept?","keywords":["item","object","relic","weapon","artifact"]},"sideCharacter":{"title":"Side character","description":"Supporting characters that shape the story and world.","content":"Name:\n\nRole:\nHow do they support or challenge the main story?\n\nAppearance:\nDescribe how they look and carry themselves.\n\nPersonality:\nWhat are their core traits, habits, and motivations?\n\nRelationships:\nWho do they know, trust, or oppose?\n\nBackground:\nWhat key events shaped who they are today?","keywords":["character","npc","supporting","ally","side character"]},"event":{"title":"Event","description":"Major events that shaped the world's history.","content":"Name:\n\nDate or era:\nWhen did this event occur?\n\nSummary:\nWhat happened in a few sentences?\n\nCauses:\nWhat led to this event?\n\nConsequences:\nHow did the world change afterward?\n\nKey figures:\nWho was involved or affected?","keywords":["event","history","timeline","war","turning point"]},"faction":{"title":"Faction","description":"Define groups, alliances, governments, or organizations.","content":"Name:\n\nType: (government, guild, cult, alliance, etc.)\n\nPurpose:\nWhat does this group want to achieve?\n\nStructure:\nWho leads it and how is power organized?\n\nMembers:\nWho belongs here and what unites them?\n\nAllies and enemies:\nWhich groups support or oppose them?\n\nNotable history:\nWhat defining moments shaped this faction?","keywords":["faction","organization","guild","government","alliance"]},"system":{"title":"System","description":"Mechanics governing the world (magic/technology/power levels).","content":"Name:\n\nType: (magic, technology, power system, law of nature, etc.)\n\nRules:\nHow does this system work in practice?\n\nLimits:\nWhat cannot be done, and what are the costs?\n\nUsers:\nWho can access or wield this system?\n\nImpact on society:\nHow does this shape daily life, conflict, or power?","keywords":["system","magic","technology","power","rules"]},"cultureAndReligion":{"title":"Culture \u0026 Religion","description":"Cultural norms, belief systems, gods, rituals, and spiritual practices.","content":"Name:\n\nBeliefs:\nWhat core ideas or deities define this culture or faith?\n\nPractices:\nWhat rituals, holidays, or customs are observed?\n\nValues:\nWhat behaviors are honored or forbidden?\n\nSymbols:\nWhat icons, texts, or artifacts represent this tradition?\n\nRole in society:\nHow does this shape politics, art, or daily life?","keywords":["culture","religion","faith","ritual","tradition"]},"species":{"title":"Species","description":"Races, creatures, or intelligent lifeforms in the world.","content":"Name:\n\nClassification:\nAre they humanoid, beast, hybrid, or something else?\n\nPhysical traits:\nDescribe appearance, lifespan, and notable biology.\n\nAbilities:\nWhat strengths, weaknesses, or special traits do they have?\n\nCulture:\nHow do they live, communicate, and organize?\n\nRelations:\nHow do they interact with other species?","keywords":["species","race","lifeform","people","biology"]},"creatures":{"title":"Creatures","description":"Monsters, animals, or supernatural beings.","content":"Name:\n\nType: (beast, monster, spirit, animal, etc.)\n\nAppearance:\nDescribe size, shape, and distinguishing features.\n\nBehavior:\nAre they hostile, territorial, or docile?\n\nAbilities:\nWhat powers, venoms, or defenses do they have?\n\nHabitat:\nWhere are they found and how common are they?","keywords":["creature","monster","beast","animal","supernatural"]}}},"feedback-utils":{"boring":"Boring","not-boring":"Not Boring","not-true":"Not True","true":"True","repetitive":"Repetitive","not-repetitive":"Not Repetitive","out-of-character":"Out of Character","not-out-of-character":"Not Out of Character","good-memory":"Good Memory","bad-memory":"Bad Memory","not-bad-memory":"Not Bad Memory","funny":"Funny","not-funny":"Not Funny","interesting":"Interesting","not-interesting":"Not Interesting","too-long":"Too Long","not-too-long":"Not Too Long","too-short":"Too Short","not-too-short":"Not Too Short","helpful":"Helpful","not-helpful":"Not Helpful","ends-chat-early":"Ended Chat Early","not-ends-chat-early":"Not Ended Chat Early","voice-wrong-voice":"Wrong Voice","voice-low-quality":"Low Quality","voice-incorrect-pronounciation":"Incorrect Pronounciation","voice-repeated-words":"Repeated Words","voice-missing-words":"Missing Words","voice-too-fast":"Too Fast","voice-too-slow":"Too Slow","swipe_memory_conversation_details":"Forgetting Conversation Details","swipe_memory_character_details":"Forgetting Character Details","swipe_memory_persona_details":"Forgetting Persona Details","swipe_out_of_character":"Going out of Character","no_issues":"No problems, just swiping","why-the-swipe":"Why the swipe?","memory-issues":"Bad memory?","too-flirty":"Too Flirty","engaging":"Engaging","which-response":"Which response do you prefer?","response":"Response","how-could-this-msg-be-better":"How could this message be better?","what-did-you-like-abt-this-msg":"What did you like about this message?","other":"Other","scene_fast":"Plot too fast","scene_slow":"Plot too slow","scene_out_of_character":"Out of character","scene_goal_unclear":"Unclear","scene_goal_hard":"Too hard","scene_goal_easy":"Too easy","scene_goal_early":"Marked complete early","scene_goal_late":"Marked complete late","scene_goal_unhelpful":"Didn't help my roleplay"},"Scenarios":{"what-do-you-want-to-do":"What do you want to do?","cooking":{"cook-something-for-dinner":"Cook something for dinner!"},"travel":{"go-on-an-adventure":"Go on an adventure!"},"creativity":{"nurture-your-creativity":"Nurture your creativity"},"who-do-you-want-talk-to":"Who do you want to talk to?","support":{"trusted-circle":"A trusted circle of support"},"learn":{"learn-something-new":"Learn something new today"},"challenge":{"epic-challenges-await":"Epic challenges await"},"exercise":{"get-fit-and-healthy":"Get fit and healthy","time-to-fell-your-best":"Time to feel your best"}},"Settings":{"account":"Account","profile":"Public profile","exp":"[Staff Only] Experiments","preferences":"Preferences","subscription":"Subscription","discord":"Go to community","link-discord":"Join community","get-the-app":"Get the app","chat-style":"Chat Style","sound-effects":"Sound Effects","chat-haptics":"Chat Haptics","preview-deployment":"Preview Release","parental-controls":"Parental Insights","verify-age":"Verify age","dev-tools":"Dev Tools","wellness-resources":"Wellness Resources","force-slow-mode":"Force Slow Mode","helpful-resources-link":"Support is available if you need it. | — | Removed |
| 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":"/tos","query":{},"buildId":"rGvF9sFbdWfOeLcsX5wSp","isFallback":false,"isExperimentalCompile":false,"gssp":true,"scriptLoader":[]}</script></body></html> | 308 | 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":"/tos","query":{},"buildId":"bl5QTvRXFptq0ZKipIa1J","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.