| 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/9652be57c7cf3522.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/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/f22446405c7ca2a6.css" as="style"/><link rel="stylesheet" href="/_next/static/css/f22446405c7ca2a6.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-d2ff40060666a888.js" defer=""></script><script src="/_next/static/chunks/framework-7be789cd2f99bbf2.js" defer=""></script><script src="/_next/static/chunks/main-a81d52d2a62fd484.js" defer=""></script><script src="/_next/static/chunks/pages/_app-26ee9415d0354981.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-c97e9580dd9644fc.js" defer=""></script><script src="/_next/static/EF_XvZp9DGdeg5Uaff_6z/_buildManifest.js" defer=""></script><script src="/_next/static/EF_XvZp9DGdeg5Uaff_6z/_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/9652be57c7cf3522.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/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/f22446405c7ca2a6.css" as="style"/><link rel="stylesheet" href="/_next/static/css/f22446405c7ca2a6.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-d2ff40060666a888.js" defer=""></script><script src="/_next/static/chunks/framework-7be789cd2f99bbf2.js" defer=""></script><script src="/_next/static/chunks/main-2856554a08f146cc.js" defer=""></script><script src="/_next/static/chunks/pages/_app-d18d0b709a26551b.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-c97e9580dd9644fc.js" defer=""></script><script src="/_next/static/gUWxVTdLeDptV1a2KKaPo/_buildManifest.js" defer=""></script><script src="/_next/static/gUWxVTdLeDptV1a2KKaPo/_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. |
| 158 | You hit {{amount}} {{feature}} today.","metering-paywall-subtitle":"Upgrade to c.ai+ for more.","purchase-charms-coming-soon":"You need more Charms. | 158 | You hit {{amount}} {{feature}} today.","metering-paywall-title-no-amount":"Woah! |
| 159 | You hit your {{feature}} limit today.","metering-paywall-subtitle":"Upgrade to c.ai+ for more.","purchase-charms-coming-soon":"You need more Charms. | ||
| 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":"EF_XvZp9DGdeg5Uaff_6z","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":"/tos","query":{},"buildId":"gUWxVTdLeDptV1a2KKaPo","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.