The official Boost Mobile Social Media pages and/or accounts were created to become a fun and informative place to discuss and learn about Boost Mobile products, promotions, and Services. Boost Mobile supports every person's right to express themselves openly, and as such, will not remove/hide any content or posts unless they violate our Terms and Conditions, including, without limitation, these Social Media Terms of Service or the terms & conditions of use for the associated Social Media platform. Our Social Media pages are staffed by Boost Mobile employees who may or may not respond and post to comments on our Social Media pages. The Social Media platforms referenced may include, but are not limited to, Facebook, TikTok, Instagram, X (formerly known as Twitter), and YouTube.
We expect that you will follow the Golden Rule — treat others as you would like to be treated, with respect, kindness and civility. By treating others with respect, we can turn our Social Media pages into a great community of support and conversation. We will not permit any advertising, sales messages, spam (or repeated, multiple posts of a similar nature), or information directing users off the page. Our page is a place to talk and discuss Boost Mobile, not refer people elsewhere. Do not post false and/or defamatory, threatening, abusive, hateful, harassing, potentially offensive, instigating, or sexually oriented content or content related to race, sex, religion, or politics. Do not post any content with the purpose of impersonating another individual. Do not post any content that violates any local, state, or federal laws. To keep our Social Media pages appropriate for all ages, refrain from using curse words, including abbreviations, acronyms, insinuations, or innuendos. Avoid spam-like, copy and pasting in your posts. Your opinions and comments should be in your own words, not someone else's. Do not disclose any private information or content that is not your own (or content/information you do not have the right to provide to the public) including:
Phone numbers, addresses or any other contact information on the wall
Trade secrets or confidential information
Copyrighted content
Account-specific offers
Any other content that violates the intellectual property of another individual or business
Do not place comments on posts/threads that do not pertain to the topic already being discussed. Please create a new post to create a new conversation
Violating these Social Media Terms of Service, our Terms and Conditions or other rules, as determined by us in our sole and absolute discretion, may result in your temporary or permanent ban from any or all of our Social Media pages.
Please note that any user content contributed by the community does not reflect the views and opinions of Boost Mobile, DISH Wireless L.L.C., its parent, subsidiaries, affiliates, employees, or shareholders. These Terms of Service may be changed at any time and from time to time by Boost in its sole discretion without notice.
Updated 2 months ago
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","html_footer_meta":"\n","html_hidelinks":false,"showVersion":false,"hideTableOfContents":false,"nextStepsLabel":"Helpful Links","promos":[{"extras":{"type":"none","buttonPrimary":"get-started","buttonSecondary":"none"},"title":"Support","text":"Welcome to the Boost Mobile member hub! Read in-depth guides and find everything you need about who we are, what we offer and how to get started on Boost Mobile in just a few easy steps.","_id":"641a03c70a5fba001fc6de82"}],"ai_dropdown":"disabled","ai_options":{"chatgpt":"enabled","claude":"enabled","clipboard":"enabled","copilot":"enabled","view_as_markdown":"enabled"},"showPageIcons":true,"layout":{"full_width":false,"style":"classic"}},"child":{"_id":"66102c08d36640006ed4e7bf","appearance":{"changelog":{"layoutExpanded":false,"showAuthor":true,"showExactDate":false},"rdmd":{"callouts":{"useIconFont":false},"theme":{"background":"","border":"","markdownEdge":"","markdownFont":"","markdownFontSize":"","markdownLineHeight":"","markdownRadius":"","markdownText":"","markdownTitle":"","markdownTitleFont":"","mdCodeBackground":"","mdCodeFont":"","mdCodeRadius":"","mdCodeTabs":"","mdCodeText":"","tableEdges":"","tableHead":"","tableHeadText":"","tableRow":"","tableStripe":"","tableText":"","text":"","title":""}},"main_body":{"type":"links"},"colors":{"highlight":"","main":"#fff","main_alt":"#0c156f","header_text":"","body_highlight":"#384aff","custom_login_link_color":""},"typography":{"headline":"Open+Sans:400:sans-serif","body":"Open+Sans:400:sans-serif","typekit":false,"tk_key":"","tk_headline":"","tk_body":""},"header":{"style":"solid","img":["https://files.readme.io/eb57ffa-AdobeStock_302974444_1_1.png","AdobeStock_302974444 1 (1).png",2604,1334,"#000000"],"img_size":"cover","img_pos":"tc","linkStyle":"buttons"},"body":{"style":"none"},"global_landing_page":{"html":"","redirect":""},"allowApiExplorerJsonEditor":false,"referenceSimpleMode":true,"referenceLayout":"row","link_logo_to_url":true,"theme":"solid","colorScheme":"system","overlay":"blueprint","landing":true,"sticky":false,"hide_logo":false,"childrenAsPills":false,"subheaderStyle":"links","splitReferenceDocs":false,"showMetricsInReference":true,"logo":["https://files.readme.io/607b66306eaa8962d8e5098b8f5e06e245ec0bca6a7282cccdc6156be71d85e4-StyleOrange.svg","607b66306eaa8962d8e5098b8f5e06e245ec0bca6a7282cccdc6156be71d85e4-StyleOrange.svg",179,70,"#fc5400","674f36a8a82e08003d524e64"],"loginLogo":[],"logo_white":["https://files.readme.io/64bb430-Frame_4_1.svg","Frame 4 (1).svg",40,24,"#000000"],"logo_white_use":false,"logo_large":false,"favicon":["https://files.readme.io/cff5af1-small-boost-mobile-favicon70x70.png","cff5af1-small-boost-mobile-favicon70x70.png",32,32,"#fcd0b6","https://files.readme.io/9933d94-boost-mobile-favicon70x70.png","667f10196cbe62003c0b6bf7"],"stylesheet":"","stylesheet_hub2":"","stylesheet_hub3":"","javascript":"","javascript_hub2":"// Wait for the DOM to fully load\n document.addEventListener(\"DOMContentLoaded\", function() {\n // Check if the current page is \"test.com\"\n if (window.location.hostname === \"test.com\") {\n // Create a new meta tag element\n var metaTag = document.createElement(\"meta\");\n \n // Set the name and content attributes for the \"noindex\" directive\n metaTag.setAttribute(\"name\", \"robots\");\n metaTag.setAttribute(\"content\", \"noindex\");\n \n // Insert the meta tag into the head section of the document\n document.head.appendChild(metaTag);\n }\n });\n\n\n// Function to change the text content\nfunction changeTextContent() {\n var pageThumbsHelpful = document.querySelector('.PageThumbs-helpful');\n if (pageThumbsHelpful) {\n // Change the text content of the first child node (text node)\n pageThumbsHelpful.childNodes[0].textContent = 'Did this help? If not, what were you looking for?';\n }\n}\n\n// Observe changes in the DOM\nvar observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(mutation) {\n if (mutation.type === 'childList' || mutation.type === 'subtree') {\n changeTextContent();\n }\n });\n});\n\n// Start observing the body for changes\nobserver.observe(document.body, {\n childList: true,\n subtree: true\n});\n\n// Initial call to handle the first load\ndocument.addEventListener('DOMContentLoaded', function() {\n setTimeout(changeTextContent, 1000); // 1 second delay to ensure element is loaded\n});","html_promo":"","html_body":"","html_footer":"","html_head":"\n\n","html_footer_meta":"","html_hidelinks":false,"showVersion":false,"hideTableOfContents":false,"nextStepsLabel":"Helpful Links","promos":[{"extras":{"type":"none","buttonPrimary":"get-started","buttonSecondary":"none"},"title":"Support","text":"Welcome to the Boost Mobile member hub! Read in-depth guides and find everything you need about who we are, what we offer and how to get started on Boost Mobile in just a few easy steps.","_id":"641a03c70a5fba001fc6de82"}],"ai_dropdown":"disabled","ai_options":{"chatgpt":"enabled","claude":"enabled","clipboard":"enabled","copilot":"enabled","view_as_markdown":"enabled"},"showPageIcons":true,"layout":{"full_width":false,"style":"classic"}},"custom_domain":"","childrenProjects":[],"derivedPlan":"enterprise","description":"Explore resources to learn everything about activating and getting started on Boost Mobile. Use the search feature and read through our helpful member guides.","isExternalSnippetActive":false,"error404":"","experiments":[],"first_page":"landing","flags":{"allowReusableOTPs":false,"alwaysShowDocPublishStatus":false,"allowUnsafeCustomHtmlSuggestionsFromNonAdmins":false,"allowXFrame":false,"apiAccessRevoked":false,"billingRedesignEnabled":true,"correctnewlines":false,"dashReact":false,"developerPortal":false,"disablePasswordlessLogin":false,"directGoogleToStableVersion":false,"disableAnonForum":false,"disableAutoTranslate":false,"disableSAMLScoping":false,"disableSignups":false,"enterprise":true,"graphql":false,"mdx":false,"newEditorDash":true,"oauth":false,"passwordlessLogin":"default","owlbotAi":false,"rdmdCompatibilityMode":false,"reviewWorkflow":true,"singleProjectEnterprise":false,"staging":false,"star":false,"superHub":false,"superHubDevelopment":false,"translation":false,"annualBillingEnabled":true,"devDashBillingRedesignEnabled":false,"enableOidc":false,"customComponents":false,"disableDiscussionSpamRecaptchaBypass":false,"developerViewUsersData":false,"changelogRssAlwaysPublic":false,"bidiSync":false,"superHubMigrationSelfServeFlow":false,"apiDesigner":false,"hideEnforceSSO":false,"localLLM":false,"superHubManageVersions":false,"gitSidebar":false,"superHubGlobalCustomBlocks":false,"childManagedBidi":false,"externalSdkSnippets":false,"requiresJQuery":false,"superHubBranches":false,"migrationPreview":false,"superHubBranchReviews":false,"superHubPreview":false},"fullBaseUrl":"https://harmony-sandbox.readme.io/","git":{"migration":{"createRepository":{},"transformation":{},"migratingPages":{},"enableSuperhub":{}},"sync":{"linked_repository":{},"installationRequest":{},"connections":[],"providers":[]}},"glossaryTerms":[{"_id":"641a03c70a5fba001fc6de81","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"},{"_id":"642b4667596e030035805c97","term":"IMEI","definition":"IMEI stands for International Mobile Equipment Identity, a unique 15-digit number assigned to mobile devices. It identifies the device on a cellular network, is used to verify its identity, and can be used to track it if lost or stolen. It can be found by dialing \"*#06#\" on the device or in its settings menu."},{"_id":"643709d0816575005ebe1c3a","term":"ICCID","definition":"ICCID (Integrated Circuit Card Identifier) is a unique serial number assigned to SIM cards in GSM, UMTS, and LTE mobile networks. It consists of up to 22 digits and serves as an identifier for the SIM card itself, helping network operators and service providers manage their subscribers and authenticate devices on their networks."},{"_id":"64b9518e69c4ef0045537e3a","term":"eSIM","definition":"An eSIM, short for embedded SIM, is the digital version of a SIM card. Thanks to a microchip installed on your phone, eSIM-compatible phones allow you to get a wireless plan and activate it immediately without waiting for a SIM card in the mail or going into a store."},{"_id":"64b959d0074e3600647eca8b","term":"SIM card","definition":"A SIM card is a \"subscriber identity module” — a plastic chip used in smartphones globally. SIM cards hold a unique ID number, phone number and other data that links your phone to a local wireless network and lets you make calls and send texts."},{"_id":"64b9865fb1b11d002f76e512","term":"Number transfer PIN","definition":"a PIN code generated by wireless carriers to authorize a “port-out” of your current phone number to a different carrier."},{"_id":"64b99f94fdc21e0072a28f1f","term":"Access Point Name","definition":"an access point name (APN) on your phone establishes a connection between our network and the internet. The APN finds the IP address of your phone and makes sure it’s properly identified on our network, chooses the correct security settings, and does a bunch of other technical stuff behind the scenes."},{"_id":"6504b955795f6e000c4c824b","term":"Boost Protect","definition":"Our phone protection plan. Boost Protect will cover you phone in the event of loss, theft, accidental damage or out-of-warranty mechanical/electrical breakdown"},{"_id":"6661d950bcddb20018d34921","term":"Add-Ons","definition":"the suite of extra services you can buy to supplement your Boost Mobile account. Add-Ons include things like hotspot data, extra high-speed data or international roaming data for a monthly charge. You can view and enable Add-Ons in the Boost Mobile app, or by reaching out to Customer Care."},{"_id":"6661d96c57545b0024da88d7","term":"usable condition","definition":"A phone in \"usable condition\" is one that, as determined by Boost Mobile, has the ability to make phone calls, send and receive text messages, manage data uploads and downloads and features a screen in good working order."},{"_id":"6661d99074e55b003c1d89ed","term":"Credit Qualified","definition":"When you sign up for a device financing agreement with Boost Mobile, we’ll run a soft credit check at the time of purchase. (Don’t worry, this won’t impact your credit score)."}],"graphqlSchema":"","gracePeriod":{"enabled":false,"endsAt":null},"shouldGateDash":false,"healthCheck":{"provider":"","settings":{}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"integrations":{"login":{}},"internal":"","jwtExpirationTime":0,"landing_bottom":[],"mdxMigrationStatus":"rdmd","metrics":{"monthlyLimit":0,"thumbsEnabled":true,"monthlyPurchaseLimit":0,"meteredBilling":{}},"modules":{"landing":false,"docs":true,"examples":true,"reference":false,"graphql":false,"changelog":false,"discuss":false,"suggested_edits":false,"custompages":true,"tutorials":false},"name":"Support Center | Boost Mobile","nav_names":{"docs":"","reference":"","changelog":"","discuss":"","recipes":"","tutorials":""},"oauth_url":"","onboardingCompleted":{"api":true,"appearance":true,"documentation":true,"domain":true,"jwt":true,"logs":false,"metricsSDK":false},"owlbot":{"customization":{"tone":"neutral","customTone":"","answerLength":"long","forbiddenWords":"","defaultAnswer":""},"enabled":false,"isPaying":false,"copilot":{"enabled":false,"hasBeenUsed":false,"installedCustomPage":""}},"owner":{"id":null,"email":null,"name":null},"plan":"enterprise","planOverride":"enterprise","planSchedule":{"stripeScheduleId":null,"changeDate":null,"nextPlan":null},"planStatus":"","planTrial":"enterprise","readmeScore":{"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":false,"points":50},"tryItNow":{"enabled":false,"points":35},"syncingOAS":{"enabled":false,"points":10},"customLogin":{"enabled":false,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":false,"points":15},"pageVoting":{"enabled":true,"points":1},"suggestedEdits":{"enabled":false,"points":10},"support":{"enabled":false,"points":5},"htmlLanding":{"enabled":false,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":false,"points":5},"glossary":{"enabled":true,"points":1},"variables":{"enabled":false,"points":1},"integrations":{"enabled":false,"points":2}},"totalScore":37},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":true,"defaultExpandResponseExample":false,"defaultExpandResponseSchema":false,"enableOAuthFlows":false},"seo":{"overwrite_title_tag":false},"stable":{"_id":"66102c08d36640006ed4e5c8","version":"2.1","version_clean":"2.1.0","codename":"NPI Launch","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64370a92ffd9620065854fe7","64370a92ffd9620065854fe7","64370a92ffd9620065854fe8","66102c08d36640006ed4e5d8","64370a92ffd9620065854feb","64370a92ffd9620065854fec","66102c08d36640006ed4e5d9","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5db","64402581307ef411426d889b","66102c08d36640006ed4e5dc","644033c86bf755196b409dab","6441a14a8587c3003e28d00a","66102c08d36640006ed4e5e9","66102c08d36640006ed4e5f7","66102c08d36640006ed4e5f9","66102c08d36640006ed4e5fa","66102c08d36640006ed4e5fb","66102c08d36640006ed4e5fc","66102c08d36640006ed4e5fd","66102c08d36640006ed4e5fe","65734d91b0909d026d9a92af","6643c791f2483e0012319b47","66453113b46bb7005c5eef4c","6671a317f2aab200119bc9a7","678677bd1ea4370044480227","67a12ef9a9f07a0049997da2"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1,"forked_from":"66102c08d36640006ed4e5c6","updatedAt":"2025-02-03T21:02:49.383Z"},"subdomain":"harmony-sandbox","subpath":"","superHubWaitlist":false,"topnav":{"left":[{"type":"url","text":"Phones & Devices","url":"https://www.boostmobile.com/shop/devices/handsets"},{"type":"url","url":"https://www.boostmobile.com/shop/buy/plans/index/device/BYODSKU/","text":"Bring Your Own Device"},{"type":"url","text":"Plans","url":"https://www.boostmobile.com/plans"},{"type":"url","text":"Deals","url":"https://www.boostmobile.com/deals"},{"type":"url","text":"Network","url":"https://www.boostmobile.com/our-network"}],"right":[{"type":"url","text":"Find a Store","url":"https://www.boostmobile.com/locations"},{"type":"url","text":"Activate","url":"https://www.boostmobile.com/start"},{"type":"url","text":"Support","url":"https://help.boostmobile.com/"}],"bottom":[],"edited":true},"trial":{"trialDeadlineEnabled":false,"trialEndsAt":"2024-04-19T16:51:20.186Z"},"translate":{"provider":"transifex","show_widget":false,"key_public":"","org_name":"","project_name":"","languages":[]},"url":"https://www.boostmobile.com/","versions":[{"_id":"66102c08d36640006ed4e5c5","version":"1.0","version_clean":"1.0.0","codename":"Early Access","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de89","6425bf90a551a2006d1f80de","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5cd","6425eb0ec98d35003d943682","6425fa79ffd179007b2f8867","6425fbbe4adfbb003ca4e7bb","6426002e65845d0058d66141","642b57846adc45006cd2af89","642b57a34256f20057c0be6b","6435b6ecdbc712006b6b6603","6437089d60f5ef006cf07c5a"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1},{"_id":"66102c08d36640006ed4e5c6","version":"2.0","version_clean":"2.0.0","codename":"Commercial Launch","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["66102c08d36640006ed4e5ce","66102c08d36640006ed4e5ce","641a03c80a5fba001fc6de89","66102c08d36640006ed4e5cf","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5d0","66102c08d36640006ed4e5d1","66102c08d36640006ed4e5d2","66102c08d36640006ed4e5d3","66102c08d36640006ed4e5d4","66102c08d36640006ed4e5d5"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":0,"forked_from":"66102c08d36640006ed4e5c5"},{"_id":"66102c08d36640006ed4e5c7","version":"1.1","version_clean":"1.1.0","codename":"Early Access Revamp","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de89","6425bf90a551a2006d1f80de","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5d6","6425eb0ec98d35003d943682","6425fa79ffd179007b2f8867","6425fbbe4adfbb003ca4e7bb","6426002e65845d0058d66141","66102c08d36640006ed4e5d7"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":0,"forked_from":"66102c08d36640006ed4e5c5"},{"_id":"66102c08d36640006ed4e5c8","version":"2.1","version_clean":"2.1.0","codename":"NPI Launch","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64370a92ffd9620065854fe7","64370a92ffd9620065854fe7","64370a92ffd9620065854fe8","66102c08d36640006ed4e5d8","64370a92ffd9620065854feb","64370a92ffd9620065854fec","66102c08d36640006ed4e5d9","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5db","64402581307ef411426d889b","66102c08d36640006ed4e5dc","644033c86bf755196b409dab","6441a14a8587c3003e28d00a","66102c08d36640006ed4e5e9","66102c08d36640006ed4e5f7","66102c08d36640006ed4e5f9","66102c08d36640006ed4e5fa","66102c08d36640006ed4e5fb","66102c08d36640006ed4e5fc","66102c08d36640006ed4e5fd","66102c08d36640006ed4e5fe","65734d91b0909d026d9a92af","6643c791f2483e0012319b47","66453113b46bb7005c5eef4c","6671a317f2aab200119bc9a7","678677bd1ea4370044480227","67a12ef9a9f07a0049997da2"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1,"forked_from":"66102c08d36640006ed4e5c6","updatedAt":"2025-02-03T21:02:49.383Z"},{"_id":"66102c08d36640006ed4e5c9","version":"3.1","version_clean":"3.1.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["66102c08d36640006ed4e5dd","66102c08d36640006ed4e5dd","641a03c80a5fba001fc6de89","66102c08d36640006ed4e5de","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5df","64370a92ffd9620065854fea","66102c08d36640006ed4e5e0","66102c08d36640006ed4e5e1","66102c08d36640006ed4e5e2","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5e3","66102c08d36640006ed4e5e4","66102c08d36640006ed4e5e5","66102c08d36640006ed4e5e6","66102c08d36640006ed4e5e7","66102c08d36640006ed4e5e8"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-07-05T19:10:03.209Z","__v":0,"forked_from":"66102c08d36640006ed4e5c8","updatedAt":"2023-08-10T19:35:57.664Z"},{"_id":"66102c08d36640006ed4e5ca","version":"2.2","version_clean":"2.2.0","codename":"condensed","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["66102c08d36640006ed4e5ea","66102c08d36640006ed4e5ea","641a03c80a5fba001fc6de89","66102c08d36640006ed4e5eb","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5ec","64370a92ffd9620065854fea","66102c08d36640006ed4e5ed","66102c08d36640006ed4e5ee","66102c08d36640006ed4e5ef","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5f0","66102c08d36640006ed4e5f1","66102c08d36640006ed4e5f2","66102c08d36640006ed4e5f3","66102c08d36640006ed4e5f4","66102c08d36640006ed4e5f5","66102c08d36640006ed4e5f6","66102c08d36640006ed4e5f8"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-08-02T19:30:05.296Z","__v":0,"forked_from":"66102c08d36640006ed4e5c8","updatedAt":"2023-08-29T19:01:57.763Z","pdfStatus":"complete"}],"variableDefaults":[],"webhookEnabled":false},"custom_domain":"help.boostmobile.com","childrenProjects":[],"derivedPlan":"enterprise","description":"Explore resources to learn everything about activating and getting started on Boost Mobile. Use the search feature and read through our helpful member guides.","isExternalSnippetActive":false,"error404":"","experiments":[],"first_page":"landing","flags":{"allowReusableOTPs":false,"alwaysShowDocPublishStatus":false,"allowUnsafeCustomHtmlSuggestionsFromNonAdmins":false,"allowXFrame":true,"annualBillingEnabled":true,"apiAccessRevoked":false,"billingRedesignEnabled":true,"correctnewlines":false,"dashReact":true,"devDashBillingRedesignEnabled":false,"developerPortal":false,"disablePasswordlessLogin":false,"directGoogleToStableVersion":false,"disableAnonForum":false,"disableAutoTranslate":false,"disableSAMLScoping":false,"disableSignups":false,"enterprise":true,"graphql":false,"mdx":false,"newEditorDash":true,"oauth":false,"passwordlessLogin":"default","owlbotAi":false,"rdmdCompatibilityMode":false,"reviewWorkflow":true,"singleProjectEnterprise":true,"staging":false,"star":false,"superHub":false,"superHubDevelopment":false,"translation":true,"enableOidc":false,"customComponents":false,"disableDiscussionSpamRecaptchaBypass":false,"developerViewUsersData":false,"changelogRssAlwaysPublic":false,"bidiSync":false,"superHubMigrationSelfServeFlow":false,"apiDesigner":false,"hideEnforceSSO":false,"localLLM":false,"superHubManageVersions":false,"gitSidebar":false,"superHubGlobalCustomBlocks":false,"childManagedBidi":false,"superHubBranches":false,"externalSdkSnippets":false,"requiresJQuery":false,"migrationPreview":false,"superHubBranchReviews":false,"superHubMergePermissions":false,"superHubPreview":false},"fullBaseUrl":"https://help.boostmobile.com/","git":{"migration":{"createRepository":{},"transformation":{},"migratingPages":{},"enableSuperhub":{}},"sync":{"linked_repository":{},"installationRequest":{},"connections":[],"providers":[]}},"glossaryTerms":[{"_id":"641a03c70a5fba001fc6de81","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"},{"_id":"642b4667596e030035805c97","term":"IMEI","definition":"IMEI stands for International Mobile Equipment Identity, a unique 15-digit number assigned to mobile devices. It identifies the device on a cellular network, is used to verify its identity, and can be used to track it if lost or stolen. It can be found by dialing \"*#06#\" on the device or in its settings menu."},{"_id":"643709d0816575005ebe1c3a","term":"ICCID","definition":"ICCID (Integrated Circuit Card Identifier) is a unique serial number assigned to SIM cards in GSM, UMTS, and LTE mobile networks. It consists of up to 22 digits and serves as an identifier for the SIM card itself, helping network operators and service providers manage their subscribers and authenticate devices on their networks."},{"_id":"64b9518e69c4ef0045537e3a","term":"eSIM","definition":"An eSIM, short for embedded SIM, is the digital version of a SIM card. Thanks to a microchip installed on your phone, eSIM-compatible phones allow you to get a wireless plan and activate it immediately without waiting for a SIM card in the mail or going into a store."},{"_id":"64b959d0074e3600647eca8b","term":"SIM card","definition":"A SIM card is a \"subscriber identity module” — a plastic chip used in smartphones globally. SIM cards hold a unique ID number, phone number and other data that links your phone to a local wireless network and lets you make calls and send texts."},{"_id":"64b9865fb1b11d002f76e512","term":"Number transfer PIN","definition":"a PIN code generated by wireless carriers to authorize a “port-out” of your current phone number to a different carrier."},{"_id":"64b99f94fdc21e0072a28f1f","term":"Access Point Name","definition":"an access point name (APN) on your phone establishes a connection between our network and the internet. The APN finds the IP address of your phone and makes sure it’s properly identified on our network, chooses the correct security settings, and does a bunch of other technical stuff behind the scenes."},{"_id":"6504b955795f6e000c4c824b","term":"Boost Protect","definition":"Our phone protection plan. Boost Protect will cover you phone in the event of loss, theft, accidental damage or out-of-warranty mechanical/electrical breakdown"},{"_id":"6661d950bcddb20018d34921","term":"Add-Ons","definition":"the suite of extra services you can buy to supplement your Boost Mobile account. Add-Ons include things like hotspot data, extra high-speed data or international roaming data for a monthly charge. You can view and enable Add-Ons in the Boost Mobile app, or by reaching out to Customer Care."},{"_id":"6661d96c57545b0024da88d7","term":"usable condition","definition":"A phone in \"usable condition\" is one that, as determined by Boost Mobile, has the ability to make phone calls, send and receive text messages, manage data uploads and downloads and features a screen in good working order."},{"_id":"6661d99074e55b003c1d89ed","term":"Credit Qualified","definition":"When you sign up for a device financing agreement with Boost Mobile, we’ll run a soft credit check at the time of purchase. (Don’t worry, this won’t impact your credit score)."}],"graphqlSchema":"","gracePeriod":{"enabled":false,"endsAt":null},"shouldGateDash":false,"healthCheck":{"provider":"","settings":{}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"integrations":{"login":{}},"internal":"","jwtExpirationTime":0,"landing_bottom":[{"type":"links"}],"mdxMigrationStatus":"rdmd","metrics":{"monthlyLimit":0,"thumbsEnabled":true,"monthlyPurchaseLimit":0,"meteredBilling":{}},"modules":{"landing":false,"docs":true,"examples":true,"reference":false,"graphql":false,"changelog":false,"discuss":false,"suggested_edits":false,"custompages":true,"tutorials":false},"name":"Support Center | Boost Mobile","nav_names":{"docs":"","reference":"","changelog":"","discuss":"","recipes":"","tutorials":""},"oauth_url":"","onboardingCompleted":{"api":true,"appearance":true,"documentation":true,"domain":true,"jwt":true,"logs":false,"metricsSDK":false},"owlbot":{"customization":{"tone":"neutral","customTone":"","answerLength":"long","forbiddenWords":"","defaultAnswer":""},"enabled":false,"isPaying":false,"copilot":{"enabled":false,"hasBeenUsed":false,"installedCustomPage":""}},"owner":{"id":null,"email":null,"name":null},"plan":"enterprise","planOverride":"business","planSchedule":{"stripeScheduleId":null,"changeDate":null,"nextPlan":null},"planStatus":"","planTrial":"enterprise","readmeScore":{"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":false,"points":50},"tryItNow":{"enabled":false,"points":35},"syncingOAS":{"enabled":false,"points":10},"customLogin":{"enabled":false,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":false,"points":15},"pageVoting":{"enabled":true,"points":1},"suggestedEdits":{"enabled":false,"points":10},"support":{"enabled":false,"points":5},"htmlLanding":{"enabled":false,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":false,"points":5},"glossary":{"enabled":true,"points":1},"variables":{"enabled":false,"points":1},"integrations":{"enabled":false,"points":2}},"totalScore":37},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":true,"defaultExpandResponseExample":false,"defaultExpandResponseSchema":false,"enableOAuthFlows":false},"seo":{"overwrite_title_tag":false},"siblings":[{"_id":"66102c08d36640006ed4e7bf","flags":{"allowReusableOTPs":false,"alwaysShowDocPublishStatus":false,"allowUnsafeCustomHtmlSuggestionsFromNonAdmins":false,"allowXFrame":false,"apiAccessRevoked":false,"billingRedesignEnabled":true,"correctnewlines":false,"dashReact":false,"developerPortal":false,"disablePasswordlessLogin":false,"directGoogleToStableVersion":false,"disableAnonForum":false,"disableAutoTranslate":false,"disableSAMLScoping":false,"disableSignups":false,"enterprise":true,"graphql":false,"mdx":false,"newEditorDash":true,"oauth":false,"passwordlessLogin":"default","owlbotAi":false,"rdmdCompatibilityMode":false,"reviewWorkflow":true,"singleProjectEnterprise":false,"staging":false,"star":false,"superHub":false,"superHubDevelopment":false,"translation":false,"annualBillingEnabled":true,"devDashBillingRedesignEnabled":false,"enableOidc":false,"customComponents":false,"disableDiscussionSpamRecaptchaBypass":false,"developerViewUsersData":false,"changelogRssAlwaysPublic":false,"bidiSync":false,"superHubMigrationSelfServeFlow":false,"apiDesigner":false,"hideEnforceSSO":false,"localLLM":false,"superHubManageVersions":false,"gitSidebar":false,"superHubGlobalCustomBlocks":false,"childManagedBidi":false,"externalSdkSnippets":false,"requiresJQuery":false,"superHubBranches":false,"migrationPreview":false,"superHubBranchReviews":false,"superHubPreview":false},"modules":{"landing":false,"docs":true,"examples":true,"reference":false,"graphql":false,"changelog":false,"discuss":false,"suggested_edits":false,"custompages":true,"tutorials":false},"nav_names":{"docs":"","reference":"","changelog":"","discuss":"","recipes":"","tutorials":""},"name":"Support Center | Boost Mobile","subpath":"","subdomain":"harmony-sandbox","description":"Explore resources to learn everything about activating and getting started on Boost Mobile. Use the search feature and read through our helpful member guides.","robotsAllow":true,"is_active":true,"internal":"","owner":"66326c142536de0031a1ae6a","stable":"66102c08d36640006ed4e5c8","git":{"sync":{"connection":[],"github":[],"gitlab":[],"logs":[],"connections":[],"providers":[],"installationRequest":{}},"migration":{"createRepository":{},"transformation":{},"migratingPages":{},"enableSuperhub":{}}},"mcp":{"state":"disabled"},"github_user":"","github_repo":"","github_color":"green_007200"}],"stable":{"_id":"66102c08d36640006ed4e5c8","version":"2.1","version_clean":"2.1.0","codename":"NPI Launch","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64370a92ffd9620065854fe7","64370a92ffd9620065854fe7","64370a92ffd9620065854fe8","66102c08d36640006ed4e5d8","64370a92ffd9620065854feb","64370a92ffd9620065854fec","66102c08d36640006ed4e5d9","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5db","64402581307ef411426d889b","66102c08d36640006ed4e5dc","644033c86bf755196b409dab","6441a14a8587c3003e28d00a","66102c08d36640006ed4e5e9","66102c08d36640006ed4e5f7","66102c08d36640006ed4e5f9","66102c08d36640006ed4e5fa","66102c08d36640006ed4e5fb","66102c08d36640006ed4e5fc","66102c08d36640006ed4e5fd","66102c08d36640006ed4e5fe","65734d91b0909d026d9a92af","6643c791f2483e0012319b47","66453113b46bb7005c5eef4c","6671a317f2aab200119bc9a7","678677bd1ea4370044480227","67a12ef9a9f07a0049997da2"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1,"forked_from":"66102c08d36640006ed4e5c6","updatedAt":"2025-02-03T21:02:49.383Z"},"subdomain":"harmony-sandbox","subpath":"","superHubWaitlist":false,"topnav":{"left":[{"type":"url","text":"Phones & Devices","url":"https://www.boostmobile.com/shop/devices/handsets"},{"type":"url","url":"https://www.boostmobile.com/shop/buy/plans/index/device/BYODSKU/","text":"Bring Your Own Device"},{"type":"url","text":"Plans","url":"https://www.boostmobile.com/plans"},{"type":"url","text":"Deals","url":"https://www.boostmobile.com/deals"},{"type":"url","text":"Network","url":"https://www.boostmobile.com/our-network"}],"right":[{"type":"url","text":"Find a Store","url":"https://www.boostmobile.com/locations"},{"type":"url","text":"Activate","url":"https://www.boostmobile.com/start"},{"type":"url","text":"Support","url":"https://help.boostmobile.com/"}],"bottom":[],"edited":true},"trial":{"trialDeadlineEnabled":false,"trialEndsAt":"2024-04-19T16:51:20.186Z"},"translate":{"provider":"transifex","show_widget":false,"key_public":"","org_name":"","project_name":"","languages":[]},"url":"https://www.boostmobile.com/","versions":[{"_id":"66102c08d36640006ed4e5c5","version":"1.0","version_clean":"1.0.0","codename":"Early Access","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de89","6425bf90a551a2006d1f80de","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5cd","6425eb0ec98d35003d943682","6425fa79ffd179007b2f8867","6425fbbe4adfbb003ca4e7bb","6426002e65845d0058d66141","642b57846adc45006cd2af89","642b57a34256f20057c0be6b","6435b6ecdbc712006b6b6603","6437089d60f5ef006cf07c5a"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1},{"_id":"66102c08d36640006ed4e5c7","version":"1.1","version_clean":"1.1.0","codename":"Early Access Revamp","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de89","6425bf90a551a2006d1f80de","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5d6","6425eb0ec98d35003d943682","6425fa79ffd179007b2f8867","6425fbbe4adfbb003ca4e7bb","6426002e65845d0058d66141","66102c08d36640006ed4e5d7"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":0,"forked_from":"66102c08d36640006ed4e5c5"},{"_id":"66102c08d36640006ed4e5c6","version":"2.0","version_clean":"2.0.0","codename":"Commercial Launch","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["66102c08d36640006ed4e5ce","66102c08d36640006ed4e5ce","641a03c80a5fba001fc6de89","66102c08d36640006ed4e5cf","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5d0","66102c08d36640006ed4e5d1","66102c08d36640006ed4e5d2","66102c08d36640006ed4e5d3","66102c08d36640006ed4e5d4","66102c08d36640006ed4e5d5"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":0,"forked_from":"66102c08d36640006ed4e5c5"},{"_id":"66102c08d36640006ed4e5c8","version":"2.1","version_clean":"2.1.0","codename":"NPI Launch","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64370a92ffd9620065854fe7","64370a92ffd9620065854fe7","64370a92ffd9620065854fe8","66102c08d36640006ed4e5d8","64370a92ffd9620065854feb","64370a92ffd9620065854fec","66102c08d36640006ed4e5d9","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5db","64402581307ef411426d889b","66102c08d36640006ed4e5dc","644033c86bf755196b409dab","6441a14a8587c3003e28d00a","66102c08d36640006ed4e5e9","66102c08d36640006ed4e5f7","66102c08d36640006ed4e5f9","66102c08d36640006ed4e5fa","66102c08d36640006ed4e5fb","66102c08d36640006ed4e5fc","66102c08d36640006ed4e5fd","66102c08d36640006ed4e5fe","65734d91b0909d026d9a92af","6643c791f2483e0012319b47","66453113b46bb7005c5eef4c","6671a317f2aab200119bc9a7","678677bd1ea4370044480227","67a12ef9a9f07a0049997da2"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1,"forked_from":"66102c08d36640006ed4e5c6","updatedAt":"2025-02-03T21:02:49.383Z"},{"_id":"66102c08d36640006ed4e5ca","version":"2.2","version_clean":"2.2.0","codename":"condensed","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["66102c08d36640006ed4e5ea","66102c08d36640006ed4e5ea","641a03c80a5fba001fc6de89","66102c08d36640006ed4e5eb","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5ec","64370a92ffd9620065854fea","66102c08d36640006ed4e5ed","66102c08d36640006ed4e5ee","66102c08d36640006ed4e5ef","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5f0","66102c08d36640006ed4e5f1","66102c08d36640006ed4e5f2","66102c08d36640006ed4e5f3","66102c08d36640006ed4e5f4","66102c08d36640006ed4e5f5","66102c08d36640006ed4e5f6","66102c08d36640006ed4e5f8"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-08-02T19:30:05.296Z","__v":0,"forked_from":"66102c08d36640006ed4e5c8","updatedAt":"2023-08-29T19:01:57.763Z","pdfStatus":"complete"},{"_id":"66102c08d36640006ed4e5c9","version":"3.1","version_clean":"3.1.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["66102c08d36640006ed4e5dd","66102c08d36640006ed4e5dd","641a03c80a5fba001fc6de89","66102c08d36640006ed4e5de","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5df","64370a92ffd9620065854fea","66102c08d36640006ed4e5e0","66102c08d36640006ed4e5e1","66102c08d36640006ed4e5e2","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5e3","66102c08d36640006ed4e5e4","66102c08d36640006ed4e5e5","66102c08d36640006ed4e5e6","66102c08d36640006ed4e5e7","66102c08d36640006ed4e5e8"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-07-05T19:10:03.209Z","__v":0,"forked_from":"66102c08d36640006ed4e5c8","updatedAt":"2023-08-10T19:35:57.664Z"}],"variableDefaults":[],"webhookEnabled":false,"parent":{"_id":"666337fd3cabdf00388df8c3","appearance":{"changelog":{"layoutExpanded":false,"showAuthor":true,"showExactDate":false},"rdmd":{"callouts":{"useIconFont":false},"theme":{"background":"","border":"","markdownEdge":"","markdownFont":"","markdownFontSize":"","markdownLineHeight":"","markdownRadius":"","markdownText":"","markdownTitle":"","markdownTitleFont":"","mdCodeBackground":"","mdCodeFont":"","mdCodeRadius":"","mdCodeTabs":"","mdCodeText":"","tableEdges":"","tableHead":"","tableHeadText":"","tableRow":"","tableStripe":"","tableText":"","text":"","title":""}},"main_body":{"type":"links"},"colors":{"highlight":"","main":"FFFFFF","main_alt":"","header_text":"","body_highlight":"","custom_login_link_color":""},"typography":{"headline":"Open+Sans:400:sans-serif","body":"Open+Sans:400:sans-serif","typekit":false,"tk_key":"","tk_headline":"","tk_body":""},"header":{"style":"solid","img":[],"img_size":"auto","img_pos":"tl","linkStyle":"buttons"},"body":{"style":"none"},"global_landing_page":{"html":"\n\n\n\n\n\n\n\n\n
","redirect":""},"allowApiExplorerJsonEditor":false,"referenceSimpleMode":true,"referenceLayout":"row","link_logo_to_url":false,"theme":"line","colorScheme":"light","overlay":"triangles","landing":true,"sticky":false,"hide_logo":false,"childrenAsPills":false,"subheaderStyle":"links","splitReferenceDocs":false,"showMetricsInReference":true,"logo":["https://files.readme.io/b224ef16daed380bd650d1b4649392282076feedff80eca1f04a18d99d23510a-StyleOrange.svg","b224ef16daed380bd650d1b4649392282076feedff80eca1f04a18d99d23510a-StyleOrange.svg",179,70,"#fc5400","674f367dbcaa9e00111ce659"],"loginLogo":[],"logo_white":["https://files.readme.io/f80b065-boost-logo-header.svg","f80b065-boost-logo-header.svg",76,24,"#ff5600","6674646c79469100125b2959"],"logo_white_use":false,"logo_large":false,"favicon":["https://files.readme.io/d2dea76-small-boost-mobile-favicon70x70.png","d2dea76-small-boost-mobile-favicon70x70.png",32,32,"#fcd0b6","https://files.readme.io/dbc53ef-boost-mobile-favicon70x70.png","667f0fd70d46330051a4e012"],"stylesheet":"","stylesheet_hub2":"@font-face {\n font-display: swap;\n font-family: neue-haas-grotesk-text;\n src: url('https://www.boostinfinite.com/shop/static/version1693390758/frontend/Dish/Dish-Infinite/en_US/Font/Poppins-Regular.woff2') format('woff2');\n font-weight: 100 400;\n font-style: normal;\n}\n\n@font-face {\n font-display: swap;\n font-family: neue-haas-grotesk-text;\n src: url('https://www.boostinfinite.com/shop/static/version1693390758/frontend/Dish/Dish-Infinite/en_US/Font/Poppins-SemiBold.woff2') format('woff2');\n font-weight: 500 900;\n font-style: normal;\n}\n\n.content-toc nav:after {\ncontent: \"Have questions? Call us at \\A (833) 502-6678.\\A \\A We're available every day: \\A 8 a.m. - midnight ET\";\ndisplay: block;\npadding-top: 20px;\npadding-left: 23px;\nwhite-space: pre-wrap;\n}\n\n\n.asappChatSDKBadge.asappChatSDKBadge_right {background:#FF5600 !important;}\n\n/* Overrides for the search bar kbd element */\n.rm-SearchToggle-shortcut {\n background: transparent;\n padding: 0;\n}","stylesheet_hub3":"","javascript":"","javascript_hub2":"// Function to get URL query parameters\nfunction getQueryParam(name) {\n const urlParams = new URLSearchParams(window.location.search);\n return urlParams.get(name);\n}\n\n// Check if the \"contentOnly\" query parameter is set to \"true\"\nconst contentOnlyParam = getQueryParam('contentOnly');\n\nif (contentOnlyParam === 'true') {\n // Create a style element and append it to the document head\n const styleElement = document.createElement('style');\n styleElement.textContent = `\n //CSS to hide elements when the body has the \"content-only\" class\n .rm-Header,\n .rm-Sidebar,\n .UpdatedAt,\n .rm-Pagination,\n .PageThumbs,\n .suggestEdits,\n .toc-list,\n section.content-toc.grid-25 {\n display: none !important;\n }\n `;\n document.head.appendChild(styleElement);\n\n // Add a class to the body tag to indicate \"content only\" mode\n document.body.classList.add('content-only');\n}\n\n\n// Wait for the DOM to fully load\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n // Check if the current page is \"test.com\"\n if (window.location.hostname === \"test.com\") {\n // Create a new meta tag element\n var metaTag = document.createElement(\"meta\");\n\n // Set the name and content attributes for the \"noindex\" directive\n metaTag.setAttribute(\"name\", \"robots\");\n metaTag.setAttribute(\"content\", \"noindex\");\n\n // Insert the meta tag into the head section of the document\n document.head.appendChild(metaTag);\n }\n});","html_promo":"","html_body":"","html_footer":"","html_head":"\n\n\n\n\n\n\n\n\n\n\n\n","html_footer_meta":"","html_hidelinks":false,"showVersion":true,"hideTableOfContents":false,"nextStepsLabel":"","promos":[],"ai_dropdown":"disabled","ai_options":{"chatgpt":"enabled","claude":"enabled","clipboard":"enabled","view_as_markdown":"enabled","copilot":"enabled","perplexity":"enabled"},"showPageIcons":true,"layout":{"full_width":false,"style":"classic"}},"child":{"_id":"66102c08d36640006ed4e7bf","appearance":{"changelog":{"layoutExpanded":false,"showAuthor":true,"showExactDate":false},"rdmd":{"callouts":{"useIconFont":false},"theme":{"background":"","border":"","markdownEdge":"","markdownFont":"","markdownFontSize":"","markdownLineHeight":"","markdownRadius":"","markdownText":"","markdownTitle":"","markdownTitleFont":"","mdCodeBackground":"","mdCodeFont":"","mdCodeRadius":"","mdCodeTabs":"","mdCodeText":"","tableEdges":"","tableHead":"","tableHeadText":"","tableRow":"","tableStripe":"","tableText":"","text":"","title":""}},"main_body":{"type":"links"},"colors":{"highlight":"","main":"#fff","main_alt":"#0c156f","header_text":"","body_highlight":"#384aff","custom_login_link_color":""},"typography":{"headline":"Open+Sans:400:sans-serif","body":"Open+Sans:400:sans-serif","typekit":false,"tk_key":"","tk_headline":"","tk_body":""},"header":{"style":"solid","img":["https://files.readme.io/eb57ffa-AdobeStock_302974444_1_1.png","AdobeStock_302974444 1 (1).png",2604,1334,"#000000"],"img_size":"cover","img_pos":"tc","linkStyle":"buttons"},"body":{"style":"none"},"global_landing_page":{"html":"","redirect":""},"allowApiExplorerJsonEditor":false,"referenceSimpleMode":true,"referenceLayout":"row","link_logo_to_url":true,"theme":"solid","colorScheme":"system","overlay":"blueprint","landing":true,"sticky":false,"hide_logo":false,"childrenAsPills":false,"subheaderStyle":"links","splitReferenceDocs":false,"showMetricsInReference":true,"logo":["https://files.readme.io/607b66306eaa8962d8e5098b8f5e06e245ec0bca6a7282cccdc6156be71d85e4-StyleOrange.svg","607b66306eaa8962d8e5098b8f5e06e245ec0bca6a7282cccdc6156be71d85e4-StyleOrange.svg",179,70,"#fc5400","674f36a8a82e08003d524e64"],"loginLogo":[],"logo_white":["https://files.readme.io/64bb430-Frame_4_1.svg","Frame 4 (1).svg",40,24,"#000000"],"logo_white_use":false,"logo_large":false,"favicon":["https://files.readme.io/cff5af1-small-boost-mobile-favicon70x70.png","cff5af1-small-boost-mobile-favicon70x70.png",32,32,"#fcd0b6","https://files.readme.io/9933d94-boost-mobile-favicon70x70.png","667f10196cbe62003c0b6bf7"],"stylesheet":"","stylesheet_hub2":"","stylesheet_hub3":"","javascript":"","javascript_hub2":"// Wait for the DOM to fully load\n document.addEventListener(\"DOMContentLoaded\", function() {\n // Check if the current page is \"test.com\"\n if (window.location.hostname === \"test.com\") {\n // Create a new meta tag element\n var metaTag = document.createElement(\"meta\");\n \n // Set the name and content attributes for the \"noindex\" directive\n metaTag.setAttribute(\"name\", \"robots\");\n metaTag.setAttribute(\"content\", \"noindex\");\n \n // Insert the meta tag into the head section of the document\n document.head.appendChild(metaTag);\n }\n });\n\n\n// Function to change the text content\nfunction changeTextContent() {\n var pageThumbsHelpful = document.querySelector('.PageThumbs-helpful');\n if (pageThumbsHelpful) {\n // Change the text content of the first child node (text node)\n pageThumbsHelpful.childNodes[0].textContent = 'Did this help? If not, what were you looking for?';\n }\n}\n\n// Observe changes in the DOM\nvar observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(mutation) {\n if (mutation.type === 'childList' || mutation.type === 'subtree') {\n changeTextContent();\n }\n });\n});\n\n// Start observing the body for changes\nobserver.observe(document.body, {\n childList: true,\n subtree: true\n});\n\n// Initial call to handle the first load\ndocument.addEventListener('DOMContentLoaded', function() {\n setTimeout(changeTextContent, 1000); // 1 second delay to ensure element is loaded\n});","html_promo":"","html_body":"","html_footer":"","html_head":"\n\n","html_footer_meta":"","html_hidelinks":false,"showVersion":false,"hideTableOfContents":false,"nextStepsLabel":"Helpful Links","promos":[{"extras":{"type":"none","buttonPrimary":"get-started","buttonSecondary":"none"},"title":"Support","text":"Welcome to the Boost Mobile member hub! Read in-depth guides and find everything you need about who we are, what we offer and how to get started on Boost Mobile in just a few easy steps.","_id":"641a03c70a5fba001fc6de82"}],"ai_dropdown":"disabled","ai_options":{"chatgpt":"enabled","claude":"enabled","clipboard":"enabled","copilot":"enabled","view_as_markdown":"enabled"},"showPageIcons":true,"layout":{"full_width":false,"style":"classic"}},"custom_domain":"","childrenProjects":[],"derivedPlan":"enterprise","description":"Explore resources to learn everything about activating and getting started on Boost Mobile. Use the search feature and read through our helpful member guides.","isExternalSnippetActive":false,"error404":"","experiments":[],"first_page":"landing","flags":{"allowReusableOTPs":false,"alwaysShowDocPublishStatus":false,"allowUnsafeCustomHtmlSuggestionsFromNonAdmins":false,"allowXFrame":false,"apiAccessRevoked":false,"billingRedesignEnabled":true,"correctnewlines":false,"dashReact":false,"developerPortal":false,"disablePasswordlessLogin":false,"directGoogleToStableVersion":false,"disableAnonForum":false,"disableAutoTranslate":false,"disableSAMLScoping":false,"disableSignups":false,"enterprise":true,"graphql":false,"mdx":false,"newEditorDash":true,"oauth":false,"passwordlessLogin":"default","owlbotAi":false,"rdmdCompatibilityMode":false,"reviewWorkflow":true,"singleProjectEnterprise":false,"staging":false,"star":false,"superHub":false,"superHubDevelopment":false,"translation":false,"annualBillingEnabled":true,"devDashBillingRedesignEnabled":false,"enableOidc":false,"customComponents":false,"disableDiscussionSpamRecaptchaBypass":false,"developerViewUsersData":false,"changelogRssAlwaysPublic":false,"bidiSync":false,"superHubMigrationSelfServeFlow":false,"apiDesigner":false,"hideEnforceSSO":false,"localLLM":false,"superHubManageVersions":false,"gitSidebar":false,"superHubGlobalCustomBlocks":false,"childManagedBidi":false,"externalSdkSnippets":false,"requiresJQuery":false,"superHubBranches":false,"migrationPreview":false,"superHubBranchReviews":false,"superHubPreview":false},"fullBaseUrl":"https://harmony-sandbox.readme.io/","git":{"migration":{"createRepository":{},"transformation":{},"migratingPages":{},"enableSuperhub":{}},"sync":{"linked_repository":{},"installationRequest":{},"connections":[],"providers":[]}},"glossaryTerms":[{"_id":"641a03c70a5fba001fc6de81","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"},{"_id":"642b4667596e030035805c97","term":"IMEI","definition":"IMEI stands for International Mobile Equipment Identity, a unique 15-digit number assigned to mobile devices. It identifies the device on a cellular network, is used to verify its identity, and can be used to track it if lost or stolen. It can be found by dialing \"*#06#\" on the device or in its settings menu."},{"_id":"643709d0816575005ebe1c3a","term":"ICCID","definition":"ICCID (Integrated Circuit Card Identifier) is a unique serial number assigned to SIM cards in GSM, UMTS, and LTE mobile networks. It consists of up to 22 digits and serves as an identifier for the SIM card itself, helping network operators and service providers manage their subscribers and authenticate devices on their networks."},{"_id":"64b9518e69c4ef0045537e3a","term":"eSIM","definition":"An eSIM, short for embedded SIM, is the digital version of a SIM card. Thanks to a microchip installed on your phone, eSIM-compatible phones allow you to get a wireless plan and activate it immediately without waiting for a SIM card in the mail or going into a store."},{"_id":"64b959d0074e3600647eca8b","term":"SIM card","definition":"A SIM card is a \"subscriber identity module” — a plastic chip used in smartphones globally. SIM cards hold a unique ID number, phone number and other data that links your phone to a local wireless network and lets you make calls and send texts."},{"_id":"64b9865fb1b11d002f76e512","term":"Number transfer PIN","definition":"a PIN code generated by wireless carriers to authorize a “port-out” of your current phone number to a different carrier."},{"_id":"64b99f94fdc21e0072a28f1f","term":"Access Point Name","definition":"an access point name (APN) on your phone establishes a connection between our network and the internet. The APN finds the IP address of your phone and makes sure it’s properly identified on our network, chooses the correct security settings, and does a bunch of other technical stuff behind the scenes."},{"_id":"6504b955795f6e000c4c824b","term":"Boost Protect","definition":"Our phone protection plan. Boost Protect will cover you phone in the event of loss, theft, accidental damage or out-of-warranty mechanical/electrical breakdown"},{"_id":"6661d950bcddb20018d34921","term":"Add-Ons","definition":"the suite of extra services you can buy to supplement your Boost Mobile account. Add-Ons include things like hotspot data, extra high-speed data or international roaming data for a monthly charge. You can view and enable Add-Ons in the Boost Mobile app, or by reaching out to Customer Care."},{"_id":"6661d96c57545b0024da88d7","term":"usable condition","definition":"A phone in \"usable condition\" is one that, as determined by Boost Mobile, has the ability to make phone calls, send and receive text messages, manage data uploads and downloads and features a screen in good working order."},{"_id":"6661d99074e55b003c1d89ed","term":"Credit Qualified","definition":"When you sign up for a device financing agreement with Boost Mobile, we’ll run a soft credit check at the time of purchase. (Don’t worry, this won’t impact your credit score)."}],"graphqlSchema":"","gracePeriod":{"enabled":false,"endsAt":null},"shouldGateDash":false,"healthCheck":{"provider":"","settings":{}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"integrations":{"login":{}},"internal":"","jwtExpirationTime":0,"landing_bottom":[],"mdxMigrationStatus":"rdmd","metrics":{"monthlyLimit":0,"thumbsEnabled":true,"monthlyPurchaseLimit":0,"meteredBilling":{}},"modules":{"landing":false,"docs":true,"examples":true,"reference":false,"graphql":false,"changelog":false,"discuss":false,"suggested_edits":false,"custompages":true,"tutorials":false},"name":"Support Center | Boost Mobile","nav_names":{"docs":"","reference":"","changelog":"","discuss":"","recipes":"","tutorials":""},"oauth_url":"","onboardingCompleted":{"api":true,"appearance":true,"documentation":true,"domain":true,"jwt":true,"logs":false,"metricsSDK":false},"owlbot":{"customization":{"tone":"neutral","customTone":"","answerLength":"long","forbiddenWords":"","defaultAnswer":""},"enabled":false,"isPaying":false,"copilot":{"enabled":false,"hasBeenUsed":false,"installedCustomPage":""}},"owner":{"id":null,"email":null,"name":null},"plan":"enterprise","planOverride":"enterprise","planSchedule":{"stripeScheduleId":null,"changeDate":null,"nextPlan":null},"planStatus":"","planTrial":"enterprise","readmeScore":{"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":false,"points":50},"tryItNow":{"enabled":false,"points":35},"syncingOAS":{"enabled":false,"points":10},"customLogin":{"enabled":false,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":false,"points":15},"pageVoting":{"enabled":true,"points":1},"suggestedEdits":{"enabled":false,"points":10},"support":{"enabled":false,"points":5},"htmlLanding":{"enabled":false,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":false,"points":5},"glossary":{"enabled":true,"points":1},"variables":{"enabled":false,"points":1},"integrations":{"enabled":false,"points":2}},"totalScore":37},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":true,"defaultExpandResponseExample":false,"defaultExpandResponseSchema":false,"enableOAuthFlows":false},"seo":{"overwrite_title_tag":false},"stable":{"_id":"66102c08d36640006ed4e5c8","version":"2.1","version_clean":"2.1.0","codename":"NPI Launch","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64370a92ffd9620065854fe7","64370a92ffd9620065854fe7","64370a92ffd9620065854fe8","66102c08d36640006ed4e5d8","64370a92ffd9620065854feb","64370a92ffd9620065854fec","66102c08d36640006ed4e5d9","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5db","64402581307ef411426d889b","66102c08d36640006ed4e5dc","644033c86bf755196b409dab","6441a14a8587c3003e28d00a","66102c08d36640006ed4e5e9","66102c08d36640006ed4e5f7","66102c08d36640006ed4e5f9","66102c08d36640006ed4e5fa","66102c08d36640006ed4e5fb","66102c08d36640006ed4e5fc","66102c08d36640006ed4e5fd","66102c08d36640006ed4e5fe","65734d91b0909d026d9a92af","6643c791f2483e0012319b47","66453113b46bb7005c5eef4c","6671a317f2aab200119bc9a7","678677bd1ea4370044480227","67a12ef9a9f07a0049997da2"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1,"forked_from":"66102c08d36640006ed4e5c6","updatedAt":"2025-02-03T21:02:49.383Z"},"subdomain":"harmony-sandbox","subpath":"","superHubWaitlist":false,"topnav":{"left":[{"type":"url","text":"Phones & Devices","url":"https://www.boostmobile.com/shop/devices/handsets"},{"type":"url","url":"https://www.boostmobile.com/shop/buy/plans/index/device/BYODSKU/","text":"Bring Your Own Device"},{"type":"url","text":"Plans","url":"https://www.boostmobile.com/plans"},{"type":"url","text":"Deals","url":"https://www.boostmobile.com/deals"},{"type":"url","text":"Network","url":"https://www.boostmobile.com/our-network"}],"right":[{"type":"url","text":"Find a Store","url":"https://www.boostmobile.com/locations"},{"type":"url","text":"Activate","url":"https://www.boostmobile.com/start"},{"type":"url","text":"Support","url":"https://help.boostmobile.com/"}],"bottom":[],"edited":true},"trial":{"trialDeadlineEnabled":false,"trialEndsAt":"2024-04-19T16:51:20.186Z"},"translate":{"provider":"transifex","show_widget":false,"key_public":"","org_name":"","project_name":"","languages":[]},"url":"https://www.boostmobile.com/","versions":[{"_id":"66102c08d36640006ed4e5c5","version":"1.0","version_clean":"1.0.0","codename":"Early Access","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de89","6425bf90a551a2006d1f80de","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5cd","6425eb0ec98d35003d943682","6425fa79ffd179007b2f8867","6425fbbe4adfbb003ca4e7bb","6426002e65845d0058d66141","642b57846adc45006cd2af89","642b57a34256f20057c0be6b","6435b6ecdbc712006b6b6603","6437089d60f5ef006cf07c5a"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1},{"_id":"66102c08d36640006ed4e5c6","version":"2.0","version_clean":"2.0.0","codename":"Commercial Launch","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["66102c08d36640006ed4e5ce","66102c08d36640006ed4e5ce","641a03c80a5fba001fc6de89","66102c08d36640006ed4e5cf","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5d0","66102c08d36640006ed4e5d1","66102c08d36640006ed4e5d2","66102c08d36640006ed4e5d3","66102c08d36640006ed4e5d4","66102c08d36640006ed4e5d5"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":0,"forked_from":"66102c08d36640006ed4e5c5"},{"_id":"66102c08d36640006ed4e5c7","version":"1.1","version_clean":"1.1.0","codename":"Early Access Revamp","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de87","641a03c80a5fba001fc6de89","6425bf90a551a2006d1f80de","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5d6","6425eb0ec98d35003d943682","6425fa79ffd179007b2f8867","6425fbbe4adfbb003ca4e7bb","6426002e65845d0058d66141","66102c08d36640006ed4e5d7"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":0,"forked_from":"66102c08d36640006ed4e5c5"},{"_id":"66102c08d36640006ed4e5c8","version":"2.1","version_clean":"2.1.0","codename":"NPI Launch","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64370a92ffd9620065854fe7","64370a92ffd9620065854fe7","64370a92ffd9620065854fe8","66102c08d36640006ed4e5d8","64370a92ffd9620065854feb","64370a92ffd9620065854fec","66102c08d36640006ed4e5d9","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5db","64402581307ef411426d889b","66102c08d36640006ed4e5dc","644033c86bf755196b409dab","6441a14a8587c3003e28d00a","66102c08d36640006ed4e5e9","66102c08d36640006ed4e5f7","66102c08d36640006ed4e5f9","66102c08d36640006ed4e5fa","66102c08d36640006ed4e5fb","66102c08d36640006ed4e5fc","66102c08d36640006ed4e5fd","66102c08d36640006ed4e5fe","65734d91b0909d026d9a92af","6643c791f2483e0012319b47","66453113b46bb7005c5eef4c","6671a317f2aab200119bc9a7","678677bd1ea4370044480227","67a12ef9a9f07a0049997da2"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1,"forked_from":"66102c08d36640006ed4e5c6","updatedAt":"2025-02-03T21:02:49.383Z"},{"_id":"66102c08d36640006ed4e5c9","version":"3.1","version_clean":"3.1.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["66102c08d36640006ed4e5dd","66102c08d36640006ed4e5dd","641a03c80a5fba001fc6de89","66102c08d36640006ed4e5de","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5df","64370a92ffd9620065854fea","66102c08d36640006ed4e5e0","66102c08d36640006ed4e5e1","66102c08d36640006ed4e5e2","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5e3","66102c08d36640006ed4e5e4","66102c08d36640006ed4e5e5","66102c08d36640006ed4e5e6","66102c08d36640006ed4e5e7","66102c08d36640006ed4e5e8"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-07-05T19:10:03.209Z","__v":0,"forked_from":"66102c08d36640006ed4e5c8","updatedAt":"2023-08-10T19:35:57.664Z"},{"_id":"66102c08d36640006ed4e5ca","version":"2.2","version_clean":"2.2.0","codename":"condensed","is_stable":false,"is_beta":false,"is_hidden":true,"is_deprecated":false,"categories":["66102c08d36640006ed4e5ea","66102c08d36640006ed4e5ea","641a03c80a5fba001fc6de89","66102c08d36640006ed4e5eb","6425c52a1eb9fd0b994b24f2","66102c08d36640006ed4e5ec","64370a92ffd9620065854fea","66102c08d36640006ed4e5ed","66102c08d36640006ed4e5ee","66102c08d36640006ed4e5ef","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5f0","66102c08d36640006ed4e5f1","66102c08d36640006ed4e5f2","66102c08d36640006ed4e5f3","66102c08d36640006ed4e5f4","66102c08d36640006ed4e5f5","66102c08d36640006ed4e5f6","66102c08d36640006ed4e5f8"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-08-02T19:30:05.296Z","__v":0,"forked_from":"66102c08d36640006ed4e5c8","updatedAt":"2023-08-29T19:01:57.763Z","pdfStatus":"complete"}],"variableDefaults":[],"webhookEnabled":false},"custom_domain":"help.boostmobile.com","childrenProjects":[{"_id":"66102c08d36640006ed4e7bf","appearance":{"stylesheet_hub2":"","html_footer":"","javascript_hub2":""},"childrenProjects":[],"derivedPlan":"enterprise","description":"Explore resources to learn everything about activating and getting started on Boost Mobile. Use the search feature and read through our helpful member guides.","isExternalSnippetActive":false,"flags":{"allowReusableOTPs":false,"alwaysShowDocPublishStatus":false,"allowUnsafeCustomHtmlSuggestionsFromNonAdmins":false,"allowXFrame":false,"apiAccessRevoked":false,"billingRedesignEnabled":true,"correctnewlines":false,"dashReact":false,"developerPortal":false,"disablePasswordlessLogin":false,"directGoogleToStableVersion":false,"disableAnonForum":false,"disableAutoTranslate":false,"disableSAMLScoping":false,"disableSignups":false,"enterprise":true,"graphql":false,"mdx":false,"newEditorDash":true,"oauth":false,"passwordlessLogin":"default","owlbotAi":false,"rdmdCompatibilityMode":false,"reviewWorkflow":true,"singleProjectEnterprise":false,"staging":false,"star":false,"superHub":false,"superHubDevelopment":false,"translation":false,"annualBillingEnabled":true,"devDashBillingRedesignEnabled":false,"enableOidc":false,"customComponents":false,"disableDiscussionSpamRecaptchaBypass":false,"developerViewUsersData":false,"changelogRssAlwaysPublic":false,"bidiSync":false,"superHubMigrationSelfServeFlow":false,"apiDesigner":false,"hideEnforceSSO":false,"localLLM":false,"superHubManageVersions":false,"gitSidebar":false,"superHubGlobalCustomBlocks":false,"childManagedBidi":false,"externalSdkSnippets":false,"requiresJQuery":false,"superHubBranches":false,"migrationPreview":false,"superHubBranchReviews":false,"superHubPreview":false},"fullBaseUrl":"https://harmony-sandbox.readme.io/","git":{"migration":{"createRepository":{},"transformation":{},"migratingPages":{},"enableSuperhub":{}},"sync":{"linked_repository":{},"installationRequest":{},"connections":[],"providers":[]}},"shouldGateDash":false,"is_active":true,"internal":"","modules":{"landing":false,"docs":true,"examples":true,"reference":false,"graphql":false,"changelog":false,"discuss":false,"suggested_edits":false,"custompages":true,"tutorials":false},"name":"Support Center | Boost Mobile","nav_names":{"docs":"","reference":"","changelog":"","discuss":"","recipes":"","tutorials":""},"owner":{"id":null,"email":null,"name":null},"readmeScore":0,"reference":{"alwaysUseDefaults":false,"defaultExpandResponseExample":false,"defaultExpandResponseSchema":false,"enableOAuthFlows":false},"stable":"66102c08d36640006ed4e5c8","subdomain":"harmony-sandbox","subpath":"","translate":{},"webhookEnabled":false}],"derivedPlan":"enterprise","description":"Explore the Boost Mobile member Support Center. It's your one-stop-shop for resources on pre-activation, number transfers and everything in between.","isExternalSnippetActive":false,"error404":"","experiments":[],"first_page":"landing","flags":{"allowReusableOTPs":false,"alwaysShowDocPublishStatus":false,"allowUnsafeCustomHtmlSuggestionsFromNonAdmins":false,"allowXFrame":true,"annualBillingEnabled":false,"apiAccessRevoked":false,"billingRedesignEnabled":false,"correctnewlines":false,"dashReact":true,"devDashBillingRedesignEnabled":false,"developerPortal":false,"disablePasswordlessLogin":false,"directGoogleToStableVersion":false,"disableAnonForum":false,"disableAutoTranslate":false,"disableSAMLScoping":false,"disableSignups":false,"enterprise":true,"graphql":false,"mdx":false,"newEditorDash":true,"oauth":false,"passwordlessLogin":"default","owlbotAi":false,"rdmdCompatibilityMode":false,"reviewWorkflow":true,"singleProjectEnterprise":true,"staging":false,"star":false,"superHub":false,"superHubDevelopment":false,"translation":true,"enableOidc":false,"customComponents":false,"disableDiscussionSpamRecaptchaBypass":false,"developerViewUsersData":false,"changelogRssAlwaysPublic":false,"bidiSync":false,"superHubMigrationSelfServeFlow":false,"apiDesigner":false,"hideEnforceSSO":false,"localLLM":false,"superHubManageVersions":false,"gitSidebar":false,"superHubGlobalCustomBlocks":false,"childManagedBidi":false,"superHubBranches":false,"externalSdkSnippets":false,"requiresJQuery":false,"migrationPreview":false,"superHubBranchReviews":false,"superHubMergePermissions":false,"superHubPreview":false},"fullBaseUrl":"https://help.boostmobile.com/","git":{"migration":{"createRepository":{},"transformation":{},"migratingPages":{},"enableSuperhub":{}},"sync":{"linked_repository":{},"installationRequest":{},"connections":[],"providers":[]}},"glossaryTerms":[],"graphqlSchema":"","gracePeriod":{"enabled":false,"endsAt":null},"shouldGateDash":false,"healthCheck":{"provider":"","settings":{}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"integrations":{"login":{}},"internal":"","jwtExpirationTime":0,"landing_bottom":[],"mdxMigrationStatus":"rdmd","metrics":{"monthlyLimit":0,"thumbsEnabled":true,"monthlyPurchaseLimit":0,"meteredBilling":{}},"modules":{"landing":true,"docs":true,"examples":true,"reference":true,"graphql":false,"changelog":true,"discuss":true,"suggested_edits":true,"custompages":false,"tutorials":false},"name":"Support Center | Boost Mobile","nav_names":{"docs":"","reference":"","changelog":"","discuss":"","recipes":"","tutorials":""},"oauth_url":"","onboardingCompleted":{"api":false,"appearance":false,"documentation":false,"domain":false,"jwt":false,"logs":false,"metricsSDK":false},"owlbot":{"customization":{"tone":"neutral","customTone":"","answerLength":"long","forbiddenWords":"","defaultAnswer":""},"enabled":false,"isPaying":false,"copilot":{"enabled":false,"hasBeenUsed":false,"installedCustomPage":""}},"owner":{"id":null,"email":null,"name":null},"plan":"enterprise","planOverride":"enterprise","planSchedule":{"stripeScheduleId":null,"changeDate":null,"nextPlan":null},"planStatus":"","planTrial":"enterprise","readmeScore":{"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":false,"points":50},"tryItNow":{"enabled":false,"points":35},"syncingOAS":{"enabled":false,"points":10},"customLogin":{"enabled":false,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":false,"points":15},"pageVoting":{"enabled":true,"points":1},"suggestedEdits":{"enabled":false,"points":10},"support":{"enabled":false,"points":5},"htmlLanding":{"enabled":false,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":false,"points":5},"glossary":{"enabled":true,"points":1},"variables":{"enabled":false,"points":1},"integrations":{"enabled":false,"points":2}},"totalScore":37},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":false,"defaultExpandResponseExample":false,"defaultExpandResponseSchema":false,"enableOAuthFlows":false},"seo":{"overwrite_title_tag":false},"stable":{"_id":"666337fd3cabdf00388df8c2","version":"1.0.0","version_clean":"1.0.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":[],"releaseDate":"2024-06-07T16:40:29.282Z","project":"666337fd3cabdf00388df8c3","createdAt":"2024-06-07T16:40:29.325Z","updatedAt":"2024-06-07T16:40:29.396Z","__v":0},"subdomain":"harmony-sandbox-group","subpath":"","superHubWaitlist":false,"topnav":{"left":[{"type":"url","text":"Phones & Devices","url":"https://www.boostmobile.com/shop/devices/handsets"},{"type":"url","text":"Bring Your Own Device","url":"https://www.boostmobile.com/shop/buy/plans/index/device/BYODSKU/"},{"type":"url","text":"Plans","url":"https://www.boostmobile.com/plans"},{"type":"url","text":"Deals","url":"https://www.boostmobile.com/deals"},{"type":"url","url":"https://boostmobile.com/our-network","text":"Network"}],"right":[{"type":"url","text":"Find a Store","url":"https://www.boostmobile.com/locations/"},{"type":"url","text":"Activate","url":"https://www.boostmobile.com/start"},{"type":"url","text":"Support","url":"https://help.boostmobile.com/"}],"bottom":[],"edited":true},"trial":{"trialDeadlineEnabled":true,"trialEndsAt":"2024-06-21T16:40:29.284Z"},"translate":{"provider":"transifex","show_widget":false,"key_public":"","org_name":"","project_name":"","languages":[]},"url":"","versions":[{"_id":"666337fd3cabdf00388df8c2","version":"1.0.0","version_clean":"1.0.0","codename":"","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":[],"releaseDate":"2024-06-07T16:40:29.282Z","project":"666337fd3cabdf00388df8c3","createdAt":"2024-06-07T16:40:29.325Z","updatedAt":"2024-06-07T16:40:29.396Z","__v":0}],"variableDefaults":[],"webhookEnabled":false},"isHubEditable":true},"projectStore":{"data":{"allow_crawlers":"disabled","canonical_url":null,"default_version":{"name":"2.1"},"description":"Explore resources to learn everything about activating and getting started on Boost Mobile. Use the search feature and read through our helpful member guides.","glossary":[{"_id":"641a03c70a5fba001fc6de81","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"},{"_id":"642b4667596e030035805c97","term":"IMEI","definition":"IMEI stands for International Mobile Equipment Identity, a unique 15-digit number assigned to mobile devices. It identifies the device on a cellular network, is used to verify its identity, and can be used to track it if lost or stolen. It can be found by dialing \"*#06#\" on the device or in its settings menu."},{"_id":"643709d0816575005ebe1c3a","term":"ICCID","definition":"ICCID (Integrated Circuit Card Identifier) is a unique serial number assigned to SIM cards in GSM, UMTS, and LTE mobile networks. It consists of up to 22 digits and serves as an identifier for the SIM card itself, helping network operators and service providers manage their subscribers and authenticate devices on their networks."},{"_id":"64b9518e69c4ef0045537e3a","term":"eSIM","definition":"An eSIM, short for embedded SIM, is the digital version of a SIM card. Thanks to a microchip installed on your phone, eSIM-compatible phones allow you to get a wireless plan and activate it immediately without waiting for a SIM card in the mail or going into a store."},{"_id":"64b959d0074e3600647eca8b","term":"SIM card","definition":"A SIM card is a \"subscriber identity module” — a plastic chip used in smartphones globally. SIM cards hold a unique ID number, phone number and other data that links your phone to a local wireless network and lets you make calls and send texts."},{"_id":"64b9865fb1b11d002f76e512","term":"Number transfer PIN","definition":"a PIN code generated by wireless carriers to authorize a “port-out” of your current phone number to a different carrier."},{"_id":"64b99f94fdc21e0072a28f1f","term":"Access Point Name","definition":"an access point name (APN) on your phone establishes a connection between our network and the internet. The APN finds the IP address of your phone and makes sure it’s properly identified on our network, chooses the correct security settings, and does a bunch of other technical stuff behind the scenes."},{"_id":"6504b955795f6e000c4c824b","term":"Boost Protect","definition":"Our phone protection plan. Boost Protect will cover you phone in the event of loss, theft, accidental damage or out-of-warranty mechanical/electrical breakdown"},{"_id":"6661d950bcddb20018d34921","term":"Add-Ons","definition":"the suite of extra services you can buy to supplement your Boost Mobile account. Add-Ons include things like hotspot data, extra high-speed data or international roaming data for a monthly charge. You can view and enable Add-Ons in the Boost Mobile app, or by reaching out to Customer Care."},{"_id":"6661d96c57545b0024da88d7","term":"usable condition","definition":"A phone in \"usable condition\" is one that, as determined by Boost Mobile, has the ability to make phone calls, send and receive text messages, manage data uploads and downloads and features a screen in good working order."},{"_id":"6661d99074e55b003c1d89ed","term":"Credit Qualified","definition":"When you sign up for a device financing agreement with Boost Mobile, we’ll run a soft credit check at the time of purchase. (Don’t worry, this won’t impact your credit score)."}],"homepage_url":"https://www.boostmobile.com/","id":"66102c08d36640006ed4e7bf","name":"Support Center | Boost Mobile","parent":null,"redirects":[],"sitemap":"disabled","llms_txt":"disabled","subdomain":"harmony-sandbox","suggested_edits":"disabled","uri":"/projects/me","variable_defaults":[],"webhooks":[],"api_designer":{"allow_editing":"enabled"},"custom_login":{"login_url":null,"logout_url":null},"features":{"mdx":"disabled"},"mcp":{},"onboarding_completed":{"api":true,"appearance":true,"documentation":true,"domain":true,"jwt":true,"logs":false,"metricsSDK":false},"pages":{"not_found":null},"privacy":{"openapi":"admin","password":null,"view":"public"},"refactored":{"status":"disabled","migrated":"unknown"},"seo":{"overwrite_title_tag":"disabled"},"plan":{"type":"enterprise","grace_period":{"enabled":false,"end_date":null},"trial":{"expired":false,"end_date":"2024-04-19T16:51:20.186Z"}},"reference":{"api_sdk_snippets":"enabled","defaults":"always_use","json_editor":"disabled","oauth_flows":"disabled","request_history":"enabled","response_examples":"collapsed","response_schemas":"collapsed","sdk_snippets":{"external":"disabled"}},"health_check":{"provider":"none","settings":{"manual":{"status":"down","url":null},"statuspage":{"id":null}}},"integrations":{"aws":{"readme_webhook_login":{"region":null,"external_id":null,"role_arn":null,"usage_plan_id":null}},"bing":{"verify":null},"google":{"analytics":null,"site_verification":null},"heap":{"id":null},"koala":{"key":null},"localize":{"key":null},"postman":{"key":null,"client_id":null,"client_secret":null},"recaptcha":{"site_key":null,"secret_key":null},"segment":{"key":null,"domain":null},"speakeasy":{"key":null,"spec_url":null},"stainless":{"key":null,"name":null},"typekit":{"key":null},"zendesk":{"subdomain":null},"intercom":{"app_id":null,"secure_mode":{"key":null,"email_only":false}}},"permissions":{"appearance":{"private_label":"enabled","custom_code":{"css":"enabled","html":"enabled","js":"enabled"}},"branches":{"merge":{"admin":true}}},"appearance":{"brand":{"primary_color":"#fff","link_color":"#384aff","theme":"system"},"changelog":{"layout":"collapsed","show_author":true,"show_exact_date":false},"layout":{"full_width":"disabled","style":"classic"},"markdown":{"callouts":{"icon_font":"emojis"}},"table_of_contents":"enabled","whats_next_label":"Helpful Links","footer":{"readme_logo":"show"},"logo":{"size":"default","dark_mode":{"uri":null,"url":"https://files.readme.io/64bb430-Frame_4_1.svg","name":"Frame 4 (1).svg","width":40,"height":24,"color":"#000000","links":{"original_url":null}},"main":{"uri":null,"url":"https://files.readme.io/607b66306eaa8962d8e5098b8f5e06e245ec0bca6a7282cccdc6156be71d85e4-StyleOrange.svg","name":"607b66306eaa8962d8e5098b8f5e06e245ec0bca6a7282cccdc6156be71d85e4-StyleOrange.svg","width":179,"height":70,"color":"#fc5400","links":{"original_url":null}},"favicon":{"uri":"/images/667f10196cbe62003c0b6bf7","url":"https://files.readme.io/cff5af1-small-boost-mobile-favicon70x70.png","name":"cff5af1-small-boost-mobile-favicon70x70.png","width":32,"height":32,"color":"#fcd0b6","links":{"original_url":"https://files.readme.io/9933d94-boost-mobile-favicon70x70.png"}}},"custom_code":{"css":"@font-face {\n font-display: swap;\n font-family: neue-haas-grotesk-text;\n src: url('https://www.boostinfinite.com/shop/static/version1693390758/frontend/Dish/Dish-Infinite/en_US/Font/Poppins-Regular.woff2') format('woff2');\n font-weight: 100 400;\n font-style: normal;\n}\n\n@font-face {\n font-display: swap;\n font-family: neue-haas-grotesk-text;\n src: url('https://www.boostinfinite.com/shop/static/version1693390758/frontend/Dish/Dish-Infinite/en_US/Font/Poppins-SemiBold.woff2') format('woff2');\n font-weight: 500 900;\n font-style: normal;\n}\n\n.content-toc nav:after {\ncontent: \"Have questions? Call us at \\A (833) 502-6678.\\A \\A We're available every day: \\A 8 a.m. - midnight ET\";\ndisplay: block;\npadding-top: 20px;\npadding-left: 23px;\nwhite-space: pre-wrap;\n}\n\n\n.asappChatSDKBadge.asappChatSDKBadge_right {background:#FF5600 !important;}\n\n/* Overrides for the search bar kbd element */\n.rm-SearchToggle-shortcut {\n background: transparent;\n padding: 0;\n}\n","js":"// Function to get URL query parameters\nfunction getQueryParam(name) {\n const urlParams = new URLSearchParams(window.location.search);\n return urlParams.get(name);\n}\n\n// Check if the \"contentOnly\" query parameter is set to \"true\"\nconst contentOnlyParam = getQueryParam('contentOnly');\n\nif (contentOnlyParam === 'true') {\n // Create a style element and append it to the document head\n const styleElement = document.createElement('style');\n styleElement.textContent = `\n //CSS to hide elements when the body has the \"content-only\" class\n .rm-Header,\n .rm-Sidebar,\n .UpdatedAt,\n .rm-Pagination,\n .PageThumbs,\n .suggestEdits,\n .toc-list,\n section.content-toc.grid-25 {\n display: none !important;\n }\n `;\n document.head.appendChild(styleElement);\n\n // Add a class to the body tag to indicate \"content only\" mode\n document.body.classList.add('content-only');\n}\n\n\n// Wait for the DOM to fully load\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n // Check if the current page is \"test.com\"\n if (window.location.hostname === \"test.com\") {\n // Create a new meta tag element\n var metaTag = document.createElement(\"meta\");\n\n // Set the name and content attributes for the \"noindex\" directive\n metaTag.setAttribute(\"name\", \"robots\");\n metaTag.setAttribute(\"content\", \"noindex\");\n\n // Insert the meta tag into the head section of the document\n document.head.appendChild(metaTag);\n }\n});\n// Wait for the DOM to fully load\n document.addEventListener(\"DOMContentLoaded\", function() {\n // Check if the current page is \"test.com\"\n if (window.location.hostname === \"test.com\") {\n // Create a new meta tag element\n var metaTag = document.createElement(\"meta\");\n \n // Set the name and content attributes for the \"noindex\" directive\n metaTag.setAttribute(\"name\", \"robots\");\n metaTag.setAttribute(\"content\", \"noindex\");\n \n // Insert the meta tag into the head section of the document\n document.head.appendChild(metaTag);\n }\n });\n\n\n// Function to change the text content\nfunction changeTextContent() {\n var pageThumbsHelpful = document.querySelector('.PageThumbs-helpful');\n if (pageThumbsHelpful) {\n // Change the text content of the first child node (text node)\n pageThumbsHelpful.childNodes[0].textContent = 'Did this help? If not, what were you looking for?';\n }\n}\n\n// Observe changes in the DOM\nvar observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(mutation) {\n if (mutation.type === 'childList' || mutation.type === 'subtree') {\n changeTextContent();\n }\n });\n});\n\n// Start observing the body for changes\nobserver.observe(document.body, {\n childList: true,\n subtree: true\n});\n\n// Initial call to handle the first load\ndocument.addEventListener('DOMContentLoaded', function() {\n setTimeout(changeTextContent, 1000); // 1 second delay to ensure element is loaded\n});","html":{"header":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","home_footer":null,"page_footer":"\n"}},"header":{"type":"solid","gradient_color":"#0c156f","link_style":"buttons","overlay":{"fill":"cover","type":"blueprint","position":"top-center","image":{"uri":null,"url":"https://files.readme.io/eb57ffa-AdobeStock_302974444_1_1.png","name":"AdobeStock_302974444 1 (1).png","width":2604,"height":1334,"color":"#000000","links":{"original_url":null}}}},"ai":{"dropdown":"disabled","options":{"chatgpt":"enabled","claude":"enabled","clipboard":"enabled","copilot":"enabled","view_as_markdown":"enabled"}},"navigation":{"first_page":"landing_page","left":[{"type":"link_url","title":"Phones & Devices","url":"https://www.boostmobile.com/shop/devices/handsets","custom_page":null},{"type":"link_url","title":"Bring Your Own Device","url":"https://www.boostmobile.com/shop/buy/plans/index/device/BYODSKU/","custom_page":null},{"type":"link_url","title":"Plans","url":"https://www.boostmobile.com/plans","custom_page":null},{"type":"link_url","title":"Deals","url":"https://www.boostmobile.com/deals","custom_page":null},{"type":"link_url","title":"Network","url":"https://www.boostmobile.com/our-network","custom_page":null}],"logo_link":"homepage","page_icons":"enabled","right":[{"type":"link_url","title":"Find a Store","url":"https://www.boostmobile.com/locations","custom_page":null},{"type":"link_url","title":"Activate","url":"https://www.boostmobile.com/start","custom_page":null},{"type":"link_url","title":"Support","url":"https://help.boostmobile.com/","custom_page":null}],"sub_nav":[],"subheader_layout":"links","version":"disabled","links":{"home":{"label":"Home","visibility":"disabled"},"graphql":{"label":"GraphQL","visibility":"disabled"},"guides":{"label":"Guides","alias":null,"visibility":"enabled"},"reference":{"label":"API Reference","alias":null,"visibility":"disabled"},"recipes":{"label":"Recipes","alias":null,"visibility":"disabled"},"changelog":{"label":"Changelog","alias":null,"visibility":"disabled"},"discussions":{"label":"Discussions","alias":null,"visibility":"disabled"}}}},"git":{"connection":{"repository":{},"organization":null,"status":"inactive"}}}},"version":{"_id":"66102c08d36640006ed4e5c8","version":"2.1","version_clean":"2.1.0","codename":"NPI Launch","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64370a92ffd9620065854fe7","64370a92ffd9620065854fe7","64370a92ffd9620065854fe8","66102c08d36640006ed4e5d8","64370a92ffd9620065854feb","64370a92ffd9620065854fec","66102c08d36640006ed4e5d9","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5db","64402581307ef411426d889b","66102c08d36640006ed4e5dc","644033c86bf755196b409dab","6441a14a8587c3003e28d00a","66102c08d36640006ed4e5e9","66102c08d36640006ed4e5f7","66102c08d36640006ed4e5f9","66102c08d36640006ed4e5fa","66102c08d36640006ed4e5fb","66102c08d36640006ed4e5fc","66102c08d36640006ed4e5fd","66102c08d36640006ed4e5fe","65734d91b0909d026d9a92af","6643c791f2483e0012319b47","66453113b46bb7005c5eef4c","6671a317f2aab200119bc9a7","678677bd1ea4370044480227","67a12ef9a9f07a0049997da2"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1,"forked_from":"66102c08d36640006ed4e5c6","updatedAt":"2025-02-03T21:02:49.383Z"}},"is404":false,"isDetachedProductionSite":false,"lang":"en","langFull":"Default","reqUrl":"/docs/social-media-terms","version":{"_id":"66102c08d36640006ed4e5c8","version":"2.1","version_clean":"2.1.0","codename":"NPI Launch","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64370a92ffd9620065854fe7","64370a92ffd9620065854fe7","64370a92ffd9620065854fe8","66102c08d36640006ed4e5d8","64370a92ffd9620065854feb","64370a92ffd9620065854fec","66102c08d36640006ed4e5d9","66102c08d36640006ed4e5d5","66102c08d36640006ed4e5da","66102c08d36640006ed4e5db","64402581307ef411426d889b","66102c08d36640006ed4e5dc","644033c86bf755196b409dab","6441a14a8587c3003e28d00a","66102c08d36640006ed4e5e9","66102c08d36640006ed4e5f7","66102c08d36640006ed4e5f9","66102c08d36640006ed4e5fa","66102c08d36640006ed4e5fb","66102c08d36640006ed4e5fc","66102c08d36640006ed4e5fd","66102c08d36640006ed4e5fe","65734d91b0909d026d9a92af","6643c791f2483e0012319b47","66453113b46bb7005c5eef4c","6671a317f2aab200119bc9a7","678677bd1ea4370044480227","67a12ef9a9f07a0049997da2"],"project":"66102c08d36640006ed4e7bf","releaseDate":"2023-03-21T19:21:44.105Z","createdAt":"2023-03-21T19:21:44.105Z","__v":1,"forked_from":"66102c08d36640006ed4e5c6","updatedAt":"2025-02-03T21:02:49.383Z"}}">