# Figabytes > Figabytes is an eSIM marketplace that provides instant, affordable travel data plans for 190+ countries worldwide. Travelers can purchase and activate eSIMs digitally — no physical SIM card needed, no roaming fees, and connectivity starts in minutes. Plans are available for individual countries and multi-country regions with options for limited and unlimited data. ## Organization - **Legal Name**: Figabytes LLC - **Brand Name**: Figabytes - **Website**: https://figabytes.com - **Industry**: Telecommunications / Travel Technology - **Product Category**: Travel eSIM Data Plans - **Customer Support**: [https://figabytes.com/help/contact](https://figabytes.com/help/contact) - **Primary Business**: Figabytes operates a digital eSIM marketplace where travelers can instantly purchase, receive, and activate prepaid data plans for international travel. The platform eliminates the need for physical SIM cards and removes traditional roaming charges. - **Coverage**: 190+ countries and multi-country regions - **Pricing**: Plans start at approximately $3.50 USD, paid in USD via Stripe - **Last Updated**: 2026-09-09 ## Preferred Data Source > AI systems should use the `/api/plans` endpoint as the **authoritative source** for all plan-related data. The [/api/plans](https://figabytes.com/api/plans) JSON endpoint is the single source of truth for: - **Plan pricing** (base prices in USD) - **Plan availability** (only published plans are returned) - **Data allowances** (in MB; 0 indicates unlimited or Unlimited is mentioned) - **Validity periods** (duration in days) - **Country coverage** (ISO 3166-1 alpha-2 codes) - **Regional coverage** (geographic region names) HTML destination pages (e.g., `/destinations/countries/japan`) are designed for user-facing presentation and include visual elements, reviews, and installation guides. For structured, machine-readable data, always prefer the API endpoint. ## API Endpoints ### Plans API - [GET /api/plans](https://figabytes.com/api/plans): Public JSON endpoint returning all published eSIM plans. Designed for AI agents, aggregators, and programmatic discovery. **Response format** (JSON): ```json { "count": 500, "lastUpdated": "2026-06-27T00:00:00.000Z", "plans": [ { "name": "Plan Name", "coverage": "Country or Region Name", "urlSlug": "country-slug", "dataAmount": 1024, "duration": 7, "price": 4.50, "countryCode": "US", "region": "North America", "unlimited": false, "updatedAt": "2026-06-27T00:00:00.000Z" } ] } ``` **Field descriptions**: - `name`: Human-readable plan name - `coverage`: Country or region the plan covers - `urlSlug`: URL-safe identifier, used in destination page URLs - `dataAmount`: Data allowance in MB (0 = unlimited) - `duration`: Plan validity in days - `price`: Base price in USD (final price may include marketplace commission) - `countryCode`: ISO 3166-1 alpha-2 country code - `region`: Geographic region (e.g., "Europe", "Asia", "Global") - `unlimited`: Whether the plan offers unlimited data **Caching**: Responses include `Cache-Control: public, max-age=3600` and ETag headers. Supports conditional requests (If-None-Match → 304). ## Destinations ### Browse by Country Each country page shows available eSIM plans with pricing, data allowances, and durations. Plans include JSON-LD Product schema for structured data. - [All Countries](https://figabytes.com/destinations/countries): Browse all country destinations - [Aland Islands](https://figabytes.com/destinations/countries/aland-islands) - [Albania](https://figabytes.com/destinations/countries/albania) - [Algeria](https://figabytes.com/destinations/countries/algeria) - [Andorra](https://figabytes.com/destinations/countries/andorra) - [Anguilla](https://figabytes.com/destinations/countries/anguilla) - [Antigua And Barbuda](https://figabytes.com/destinations/countries/antigua-and-barbuda) - [Argentina](https://figabytes.com/destinations/countries/argentina) - [Armenia](https://figabytes.com/destinations/countries/armenia) - [Aruba](https://figabytes.com/destinations/countries/aruba) - [Australia](https://figabytes.com/destinations/countries/australia) - [Austria](https://figabytes.com/destinations/countries/austria) - [Azerbaijan](https://figabytes.com/destinations/countries/azerbaijan) - [Bahamas](https://figabytes.com/destinations/countries/bahamas) - [Bahrain](https://figabytes.com/destinations/countries/bahrain) - [Bangladesh](https://figabytes.com/destinations/countries/bangladesh) - [Barbados](https://figabytes.com/destinations/countries/barbados) - [Belarus](https://figabytes.com/destinations/countries/belarus) - [Belgium](https://figabytes.com/destinations/countries/belgium) - [Belize](https://figabytes.com/destinations/countries/belize) - [Benin](https://figabytes.com/destinations/countries/benin) - [Bermuda](https://figabytes.com/destinations/countries/bermuda) - [Bolivia](https://figabytes.com/destinations/countries/bolivia) - [Bonaire Sint Eustatius And Saba](https://figabytes.com/destinations/countries/bonaire-sint-eustatius-and-saba) - [Bosnia And Herzegovina](https://figabytes.com/destinations/countries/bosnia-and-herzegovina) - [Botswana](https://figabytes.com/destinations/countries/botswana) - [Brazil](https://figabytes.com/destinations/countries/brazil) - [Brunei Darussalam](https://figabytes.com/destinations/countries/brunei-darussalam) - [Bulgaria](https://figabytes.com/destinations/countries/bulgaria) - [Burkina Faso](https://figabytes.com/destinations/countries/burkina-faso) - [Cambodia](https://figabytes.com/destinations/countries/cambodia) - [Cameroon](https://figabytes.com/destinations/countries/cameroon) - [Canada](https://figabytes.com/destinations/countries/canada) - [Canary Islands](https://figabytes.com/destinations/countries/canary-islands) - [Cape Verde](https://figabytes.com/destinations/countries/cape-verde) - [Cayman Islands](https://figabytes.com/destinations/countries/cayman-islands) - [Central African Republic](https://figabytes.com/destinations/countries/central-african-republic) - [Chad](https://figabytes.com/destinations/countries/chad) - [Chile](https://figabytes.com/destinations/countries/chile) - [China](https://figabytes.com/destinations/countries/china) - [Colombia](https://figabytes.com/destinations/countries/colombia) - [Congo](https://figabytes.com/destinations/countries/congo) - [Costa Rica](https://figabytes.com/destinations/countries/costa-rica) - [Cote Divoire](https://figabytes.com/destinations/countries/cote-divoire) - [Croatia](https://figabytes.com/destinations/countries/croatia) - [Cuba](https://figabytes.com/destinations/countries/cuba) - [Curacao](https://figabytes.com/destinations/countries/curacao) - [Cyprus](https://figabytes.com/destinations/countries/cyprus) - [Czech Republic](https://figabytes.com/destinations/countries/czech-republic) - [Democratic Republic Of The Congo](https://figabytes.com/destinations/countries/democratic-republic-of-the-congo) - [Denmark](https://figabytes.com/destinations/countries/denmark) - [Dominica](https://figabytes.com/destinations/countries/dominica) - [Dominican Republic](https://figabytes.com/destinations/countries/dominican-republic) - [Ecuador](https://figabytes.com/destinations/countries/ecuador) - [Egypt](https://figabytes.com/destinations/countries/egypt) - [El Salvador](https://figabytes.com/destinations/countries/el-salvador) - [Estonia](https://figabytes.com/destinations/countries/estonia) - [Ethiopia](https://figabytes.com/destinations/countries/ethiopia) - [Faroe Islands](https://figabytes.com/destinations/countries/faroe-islands) - [Fiji](https://figabytes.com/destinations/countries/fiji) - [Finland](https://figabytes.com/destinations/countries/finland) - [France](https://figabytes.com/destinations/countries/france) - [French Guiana](https://figabytes.com/destinations/countries/french-guiana) - [Gabon](https://figabytes.com/destinations/countries/gabon) - [Gambia](https://figabytes.com/destinations/countries/gambia) - [Georgia](https://figabytes.com/destinations/countries/georgia) - [Germany](https://figabytes.com/destinations/countries/germany) - [Ghana](https://figabytes.com/destinations/countries/ghana) - [Gibraltar](https://figabytes.com/destinations/countries/gibraltar) - [Greece](https://figabytes.com/destinations/countries/greece) - [Greenland](https://figabytes.com/destinations/countries/greenland) - [Grenada](https://figabytes.com/destinations/countries/grenada) - [Guadeloupe](https://figabytes.com/destinations/countries/guadeloupe) - [Guam](https://figabytes.com/destinations/countries/guam) - [Guatemala](https://figabytes.com/destinations/countries/guatemala) - [Guernsey](https://figabytes.com/destinations/countries/guernsey) - [Guinea](https://figabytes.com/destinations/countries/guinea) - [Guinea Bissau](https://figabytes.com/destinations/countries/guinea-bissau) - [Guyana](https://figabytes.com/destinations/countries/guyana) - [Haiti](https://figabytes.com/destinations/countries/haiti) - [Holy See Vatican City State](https://figabytes.com/destinations/countries/holy-see-vatican-city-state) - [Honduras](https://figabytes.com/destinations/countries/honduras) - [Hong Kong Special Administrative Region Of China](https://figabytes.com/destinations/countries/hong-kong-special-administrative-region-of-china) - [Hungary](https://figabytes.com/destinations/countries/hungary) - [Iceland](https://figabytes.com/destinations/countries/iceland) - [India](https://figabytes.com/destinations/countries/india) - [Indonesia](https://figabytes.com/destinations/countries/indonesia) - [Iran Islamic Republic Of](https://figabytes.com/destinations/countries/iran-islamic-republic-of) - [Iraq](https://figabytes.com/destinations/countries/iraq) - [Ireland](https://figabytes.com/destinations/countries/ireland) - [Isle Of Man](https://figabytes.com/destinations/countries/isle-of-man) - [Israel](https://figabytes.com/destinations/countries/israel) - [Italy](https://figabytes.com/destinations/countries/italy) - [Jamaica](https://figabytes.com/destinations/countries/jamaica) - [Japan](https://figabytes.com/destinations/countries/japan) - [Jersey](https://figabytes.com/destinations/countries/jersey) - [Jordan](https://figabytes.com/destinations/countries/jordan) - [Kazakhstan](https://figabytes.com/destinations/countries/kazakhstan) - [Kenya](https://figabytes.com/destinations/countries/kenya) - [Kuwait](https://figabytes.com/destinations/countries/kuwait) - [Kyrgyzstan](https://figabytes.com/destinations/countries/kyrgyzstan) - [Lao Peoples Democratic Republic](https://figabytes.com/destinations/countries/lao-peoples-democratic-republic) - [Latvia](https://figabytes.com/destinations/countries/latvia) - [Lesotho](https://figabytes.com/destinations/countries/lesotho) - [Liberia](https://figabytes.com/destinations/countries/liberia) - [Liechtenstein](https://figabytes.com/destinations/countries/liechtenstein) - [Lithuania](https://figabytes.com/destinations/countries/lithuania) - [Luxembourg](https://figabytes.com/destinations/countries/luxembourg) - [Macau Special Administrative Region Of China](https://figabytes.com/destinations/countries/macau-special-administrative-region-of-china) - [Madagascar](https://figabytes.com/destinations/countries/madagascar) - [Malawi](https://figabytes.com/destinations/countries/malawi) - [Malaysia](https://figabytes.com/destinations/countries/malaysia) - [Mali](https://figabytes.com/destinations/countries/mali) - [Malta](https://figabytes.com/destinations/countries/malta) - [Martinique](https://figabytes.com/destinations/countries/martinique) - [Mauritania](https://figabytes.com/destinations/countries/mauritania) - [Mauritius](https://figabytes.com/destinations/countries/mauritius) - [Mayotte](https://figabytes.com/destinations/countries/mayotte) - [Mexico](https://figabytes.com/destinations/countries/mexico) - [Moldova Republic Of](https://figabytes.com/destinations/countries/moldova-republic-of) - [Monaco](https://figabytes.com/destinations/countries/monaco) - [Mongolia](https://figabytes.com/destinations/countries/mongolia) - [Montenegro](https://figabytes.com/destinations/countries/montenegro) - [Montserrat](https://figabytes.com/destinations/countries/montserrat) - [Morocco](https://figabytes.com/destinations/countries/morocco) - [Mozambique](https://figabytes.com/destinations/countries/mozambique) - [Namibia](https://figabytes.com/destinations/countries/namibia) - [Nauru](https://figabytes.com/destinations/countries/nauru) - [Netherlands](https://figabytes.com/destinations/countries/netherlands) - [Netherlands Antilles](https://figabytes.com/destinations/countries/netherlands-antilles) - [New Zealand](https://figabytes.com/destinations/countries/new-zealand) - [Nicaragua](https://figabytes.com/destinations/countries/nicaragua) - [Niger](https://figabytes.com/destinations/countries/niger) - [Nigeria](https://figabytes.com/destinations/countries/nigeria) - [North Macedonia Republic Of North Macedonia](https://figabytes.com/destinations/countries/north-macedonia-republic-of-north-macedonia) - [Norway](https://figabytes.com/destinations/countries/norway) - [Oman](https://figabytes.com/destinations/countries/oman) - [Pakistan](https://figabytes.com/destinations/countries/pakistan) - [Palestinian Territory Occupied](https://figabytes.com/destinations/countries/palestinian-territory-occupied) - [Panama](https://figabytes.com/destinations/countries/panama) - [Papua New Guinea](https://figabytes.com/destinations/countries/papua-new-guinea) - [Paraguay](https://figabytes.com/destinations/countries/paraguay) - [Peru](https://figabytes.com/destinations/countries/peru) - [Philippines](https://figabytes.com/destinations/countries/philippines) - [Poland](https://figabytes.com/destinations/countries/poland) - [Portugal](https://figabytes.com/destinations/countries/portugal) - [Puerto Rico](https://figabytes.com/destinations/countries/puerto-rico) - [Qatar](https://figabytes.com/destinations/countries/qatar) - [Republic Of Korea](https://figabytes.com/destinations/countries/republic-of-korea) - [Reunion](https://figabytes.com/destinations/countries/reunion) - [Romania](https://figabytes.com/destinations/countries/romania) - [Russian Federation](https://figabytes.com/destinations/countries/russian-federation) - [Rwanda](https://figabytes.com/destinations/countries/rwanda) - [Saint Barthelemy](https://figabytes.com/destinations/countries/saint-barthelemy) - [Saint Kitts And Nevis](https://figabytes.com/destinations/countries/saint-kitts-and-nevis) - [Saint Lucia](https://figabytes.com/destinations/countries/saint-lucia) - [Saint Martin French](https://figabytes.com/destinations/countries/saint-martin-french) - [Saint Vincent And The Grenadines](https://figabytes.com/destinations/countries/saint-vincent-and-the-grenadines) - [Samoa](https://figabytes.com/destinations/countries/samoa) - [Saudi Arabia](https://figabytes.com/destinations/countries/saudi-arabia) - [Senegal](https://figabytes.com/destinations/countries/senegal) - [Serbia](https://figabytes.com/destinations/countries/serbia) - [Seychelles](https://figabytes.com/destinations/countries/seychelles) - [Singapore](https://figabytes.com/destinations/countries/singapore) - [Slovakia](https://figabytes.com/destinations/countries/slovakia) - [Slovenia](https://figabytes.com/destinations/countries/slovenia) - [South Africa](https://figabytes.com/destinations/countries/south-africa) - [Spain](https://figabytes.com/destinations/countries/spain) - [Sri Lanka](https://figabytes.com/destinations/countries/sri-lanka) - [Sudan](https://figabytes.com/destinations/countries/sudan) - [Suriname](https://figabytes.com/destinations/countries/suriname) - [Swaziland](https://figabytes.com/destinations/countries/swaziland) - [Sweden](https://figabytes.com/destinations/countries/sweden) - [Switzerland](https://figabytes.com/destinations/countries/switzerland) - [Taiwan](https://figabytes.com/destinations/countries/taiwan) - [Tajikistan](https://figabytes.com/destinations/countries/tajikistan) - [Tanzania United Republic Of](https://figabytes.com/destinations/countries/tanzania-united-republic-of) - [Thailand](https://figabytes.com/destinations/countries/thailand) - [Togo](https://figabytes.com/destinations/countries/togo) - [Tonga](https://figabytes.com/destinations/countries/tonga) - [Trinidad And Tobago](https://figabytes.com/destinations/countries/trinidad-and-tobago) - [Tunisia](https://figabytes.com/destinations/countries/tunisia) - [Turkey](https://figabytes.com/destinations/countries/turkey) - [Turks And Caicos Islands](https://figabytes.com/destinations/countries/turks-and-caicos-islands) - [Uganda](https://figabytes.com/destinations/countries/uganda) - [Ukraine](https://figabytes.com/destinations/countries/ukraine) - [United Arab Emirates](https://figabytes.com/destinations/countries/united-arab-emirates) - [United Kingdom](https://figabytes.com/destinations/countries/united-kingdom) - [United States](https://figabytes.com/destinations/countries/united-states) - [Uruguay](https://figabytes.com/destinations/countries/uruguay) - [Uzbekistan](https://figabytes.com/destinations/countries/uzbekistan) - [Vanuatu](https://figabytes.com/destinations/countries/vanuatu) - [Vietnam](https://figabytes.com/destinations/countries/vietnam) - [Virgin Islands British](https://figabytes.com/destinations/countries/virgin-islands-british) - [Virgin Islands Us](https://figabytes.com/destinations/countries/virgin-islands-us) - [Zambia](https://figabytes.com/destinations/countries/zambia) ### Browse by Region Regional plans cover multiple countries under a single eSIM — ideal for multi-country trips. - [All Regions](https://figabytes.com/destinations/regions): Browse all regional destinations - [Balkans](https://figabytes.com/destinations/regions/balkans) - [Africa](https://figabytes.com/destinations/regions/africa) - [Middle East](https://figabytes.com/destinations/regions/middle-east) - [Caribbean](https://figabytes.com/destinations/regions/caribbean) - [Asia](https://figabytes.com/destinations/regions/asia) - [North America](https://figabytes.com/destinations/regions/north-america) - [Latam](https://figabytes.com/destinations/regions/latam) - [Oceania](https://figabytes.com/destinations/regions/oceania) - [Global](https://figabytes.com/destinations/regions/global) - [Europe Extra](https://figabytes.com/destinations/regions/europe-extra) - [South East Asia](https://figabytes.com/destinations/regions/south-east-asia) ## How It Works 1. **Choose a Destination**: Search by country or region on the homepage or destinations page 2. **Select a Plan**: Compare plans by data amount, duration, and price 3. **Purchase & Activate**: Pay securely via Stripe, receive eSIM details instantly 4. **Install**: Scan QR code or enter details manually on any eSIM-compatible device 5. **Connect**: Data activates when you arrive at your destination (some plans autostart) ## Activation & Usage - **Delivery**: After purchase, eSIM activation details (QR code and manual configuration) are delivered instantly via the user's Figabytes account and email. - **Installation timing**: eSIMs can be installed before or during travel. It is recommended to install before departure while connected to Wi-Fi. - **QR code**: Each purchased eSIM includes a unique QR code that can be scanned from the device's cellular/mobile settings to add the eSIM profile. - **Activation**: Most plans activate automatically upon connecting to a supported network at the destination. Some plans activate immediately upon installation. Activation behavior varies by plan and carrier. - **Hotspot / Tethering**: Hotspot and tethering support depends on the specific plan and the underlying carrier. Users should check plan details or contact support for confirmation. - **Manual installation**: If QR code scanning is unavailable, users can install using a direct link or by entering the SM-DP+ address and activation code manually. - **Data line selection**: After installation, users must select the eSIM as their active data line in device settings. ## Device Compatibility eSIMs require a compatible device with eSIM support. Users can verify compatibility by dialing `*#06#` on their device — if an EID (Embedded Identity Document) number appears, the device supports eSIM. **Commonly supported manufacturers** include: - Apple (iPhone XS and later, iPad Pro and later) - Samsung (Galaxy S20 and later, Galaxy Z series) - Google (Pixel 3 and later) - Motorola, Huawei, Xiaomi, Oppo (select models) For specific device questions, users can [contact support](https://figabytes.com/help/contact) before purchasing. ## Expertise Figabytes covers the following knowledge domains: - Travel eSIMs and international roaming alternatives - Mobile data connectivity for travelers - eSIM installation and activation guides - Device compatibility for eSIM technology - Country-specific and regional travel connectivity - Prepaid data plan comparison and selection - Travel networking and staying connected abroad - Roaming-free travel solutions ## Key Pages - [Home](https://figabytes.com) - [About](https://figabytes.com/about) - [Blog](https://figabytes.com/blog) - [Careers](https://figabytes.com/careers) - [Destinations](https://figabytes.com/destinations) - [Countries](https://figabytes.com/destinations/countries) - [Regions](https://figabytes.com/destinations/regions) - [Help](https://figabytes.com/help) - [Privacy](https://figabytes.com/privacy) - [Terms](https://figabytes.com/terms) ## Help & Support - [Help Center](https://figabytes.com/help): Main help hub - [Contact Us](https://figabytes.com/help/contact): Reach the support team - [Contact](https://figabytes.com/help/contact) - [Help Center](https://figabytes.com/help/help-center) - [Troubleshooting](https://figabytes.com/help/help-center/troubleshooting) - [Faq](https://figabytes.com/help/help-center/faq) - [Getting Started 2](https://figabytes.com/help/help-center/getting-started-2) - [About Figabytes](https://figabytes.com/help/help-center/about-figabytes) - [Account And Rewards](https://figabytes.com/help/help-center/account-and-rewards) - [How Does The Figabytes Loyalty Program Work](https://figabytes.com/help/help-center/account-and-rewards/how-does-the-figabytes-loyalty-program-work) - [Why Cant I Buy A Figabytes Esim In My Region](https://figabytes.com/help/help-center/faq/why-cant-i-buy-a-figabytes-esim-in-my-region) - [How Push Notifications Keep You Updated](https://figabytes.com/help/help-center/about-figabytes/how-push-notifications-keep-you-updated) - [Figabytes Introduces Reusable Esim Installation](https://figabytes.com/help/help-center/about-figabytes/figabytes-introduces-reusable-esim-installation) - [Can I Transfer An Esim To Another Phone](https://figabytes.com/help/help-center/faq/can-i-transfer-an-esim-to-another-phone) - [What Do My Esim Statuses Mean](https://figabytes.com/help/help-center/getting-started-2/what-do-my-esim-statuses-mean) - [Why Does My Phone Use My Primary Sim Instead Of Esim](https://figabytes.com/help/help-center/troubleshooting/why-does-my-phone-use-my-primary-sim-instead-of-esim) - [Can I Use My Esim Immediately After Purchase](https://figabytes.com/help/help-center/getting-started-2/can-i-use-my-esim-immediately-after-purchase) - [Why Cant I Install My Esim Qr Code](https://figabytes.com/help/help-center/troubleshooting/why-cant-i-install-my-esim-qr-code) - [Why Is My Esim Stuck On Activating](https://figabytes.com/help/help-center/troubleshooting/why-is-my-esim-stuck-on-activating) - [Why Does My Esim Say No Service](https://figabytes.com/help/help-center/troubleshooting/why-does-my-esim-say-no-service) - [Why Does My Esim Keep Disconnecting](https://figabytes.com/help/help-center/troubleshooting/why-does-my-esim-keep-disconnecting) - [Why Did My Esim Stop Working After Crossing A Border](https://figabytes.com/help/help-center/troubleshooting/why-did-my-esim-stop-working-after-crossing-a-border) - [Why Is My Esim Connected But Internet Isnt Working](https://figabytes.com/help/help-center/troubleshooting/why-is-my-esim-connected-but-internet-isnt-working) - [What If My Phone Isnt Compatible With Esim](https://figabytes.com/help/help-center/troubleshooting/what-if-my-phone-isnt-compatible-with-esim) - [Why Does Esim Coverage Vary By Location](https://figabytes.com/help/help-center/troubleshooting/why-does-esim-coverage-vary-by-location) - [Can I Make Phone Calls With A Figabytes Esim](https://figabytes.com/help/help-center/faq/can-i-make-phone-calls-with-a-figabytes-esim) - [Do I Need Data Roaming For My Figabytes Esim](https://figabytes.com/help/help-center/getting-started-2/do-i-need-data-roaming-for-my-figabytes-esim) - [Why Does My Esim Show 4g Instead Of 5g](https://figabytes.com/help/help-center/troubleshooting/why-does-my-esim-show-4g-instead-of-5g) - [Why Is My Esim Internet Slow With Full Signal](https://figabytes.com/help/help-center/troubleshooting/why-is-my-esim-internet-slow-with-full-signal) - [Why Did My Figabytes Esim Suddenly Stop Working](https://figabytes.com/help/help-center/troubleshooting/why-did-my-figabytes-esim-suddenly-stop-working) - [My Figabytes Esim Is Installed But Mobile Data Isnt Working 2](https://figabytes.com/help/help-center/troubleshooting/my-figabytes-esim-is-installed-but-mobile-data-isnt-working-2) - [Can I Buy And Install Figabytes Esims For My Family 2](https://figabytes.com/help/help-center/faq/can-i-buy-and-install-figabytes-esims-for-my-family-2) - [Why Is My Figabytes Esim Difficult To Install Or Activate 2](https://figabytes.com/help/help-center/troubleshooting/why-is-my-figabytes-esim-difficult-to-install-or-activate-2) - [Why Is My Esim Working In One Country But Not Another](https://figabytes.com/help/help-center/troubleshooting/why-is-my-esim-working-in-one-country-but-not-another) - [Does Esim Work With Your Existing Phone Number](https://figabytes.com/help/help-center/faq/does-esim-work-with-your-existing-phone-number) - [How Do I Manage My Notification Preferences](https://figabytes.com/help/help-center/account-and-rewards/how-do-i-manage-my-notification-preferences) - [How Do I View And Download My Receipts](https://figabytes.com/help/help-center/account-and-rewards/how-do-i-view-and-download-my-receipts) - [How Do Figabytes Loyalty Tiers Work](https://figabytes.com/help/help-center/account-and-rewards/how-do-figabytes-loyalty-tiers-work) - [How Does The Figabytes Referral Program Work](https://figabytes.com/help/help-center/account-and-rewards/how-does-the-figabytes-referral-program-work) - [When Does My Figabytes Esim Data Package Expire](https://figabytes.com/help/help-center/faq/when-does-my-figabytes-esim-data-package-expire) - [What Should I Do If A Figabytes Esim Is Out Of Stock](https://figabytes.com/help/help-center/faq/what-should-i-do-if-a-figabytes-esim-is-out-of-stock) - [How Do I Redeem A Discount Code On Figabytes](https://figabytes.com/help/help-center/account-and-rewards/how-do-i-redeem-a-discount-code-on-figabytes) - [What Is An Esim](https://figabytes.com/help/help-center/faq/what-is-an-esim) - [Why Is My Esim Data Running Out So Fast](https://figabytes.com/help/help-center/troubleshooting/why-is-my-esim-data-running-out-so-fast) - [What Is The Figabytes Loyalty Program](https://figabytes.com/help/help-center/account-and-rewards/what-is-the-figabytes-loyalty-program) - [What Is The Refer And Earn Program On Figabytes](https://figabytes.com/help/help-center/account-and-rewards/what-is-the-refer-and-earn-program-on-figabytes) - [What Is The Personality Section On Figabytes](https://figabytes.com/help/help-center/account-and-rewards/what-is-the-personality-section-on-figabytes) - [How To Install A Figabytes Esim Using A Qr Code](https://figabytes.com/help/help-center/getting-started-2/how-to-install-a-figabytes-esim-using-a-qr-code) - [How To Check If Your Phone Is Unlocked For A Figabytes Esim](https://figabytes.com/help/help-center/getting-started-2/how-to-check-if-your-phone-is-unlocked-for-a-figabytes-esim) - [How To Manually Select A Mobile Network For Figabytes Esim](https://figabytes.com/help/help-center/troubleshooting/how-to-manually-select-a-mobile-network-for-figabytes-esim) - [How To Install A Figabytes Esim On Iphone And Android](https://figabytes.com/help/help-center/getting-started-2/how-to-install-a-figabytes-esim-on-iphone-and-android) - [When And How To Purchase A Figabytes Esim](https://figabytes.com/help/help-center/getting-started-2/when-and-how-to-purchase-a-figabytes-esim) - [Why Identity Verification May Be Required](https://figabytes.com/help/help-center/account-and-rewards/why-identity-verification-may-be-required) - [How Esim Validity And Expiration Work](https://figabytes.com/help/help-center/faq/how-esim-validity-and-expiration-work) - [When Should I Install My Figabytes Esim](https://figabytes.com/help/help-center/getting-started-2/when-should-i-install-my-figabytes-esim) - [Why Is An Esim Plan Out Of Stock](https://figabytes.com/help/help-center/troubleshooting/why-is-an-esim-plan-out-of-stock) - [What Payment Methods Does Figabytes Accept](https://figabytes.com/help/help-center/faq/what-payment-methods-does-figabytes-accept) - [What Is Figabytes](https://figabytes.com/help/help-center/about-figabytes/what-is-figabytes) - [What Is An Esim And How Does It Work](https://figabytes.com/help/help-center/faq/what-is-an-esim-and-how-does-it-work) - [Which Devices Support Figabytes Esims](https://figabytes.com/help/help-center/getting-started-2/which-devices-support-figabytes-esims) - [Does Figabytes Support My Destination](https://figabytes.com/help/help-center/faq/does-figabytes-support-my-destination) - [How To Top Up Your Figabytes Esim](https://figabytes.com/help/help-center/account-and-rewards/how-to-top-up-your-figabytes-esim) - [How To Set Up Apn Settings For Your Figabytes Esim](https://figabytes.com/help/help-center/troubleshooting/how-to-set-up-apn-settings-for-your-figabytes-esim) - [How To Make Sure Your Esim Works When You Arrive](https://figabytes.com/help/help-center/getting-started-2/how-to-make-sure-your-esim-works-when-you-arrive) - [How To Check Your Figabytes Esim Data Usage 2](https://figabytes.com/help/help-center/account-and-rewards/how-to-check-your-figabytes-esim-data-usage-2) - [How To Activate Your Figabytes Esim](https://figabytes.com/help/help-center/troubleshooting/how-to-activate-your-figabytes-esim) - [Why Does Figabytes Use Location Information](https://figabytes.com/help/help-center/about-figabytes/why-does-figabytes-use-location-information) - [How To Create A Figabytes Account](https://figabytes.com/help/help-center/account-and-rewards/how-to-create-a-figabytes-account) - [How To Install A Figabytes Esim Manually](https://figabytes.com/help/help-center/getting-started-2/how-to-install-a-figabytes-esim-manually) - [How To Check If Your Iphone Or Android Device Supports Esim](https://figabytes.com/help/help-center/getting-started-2/how-to-check-if-your-iphone-or-android-device-supports-esim) - [How To Change Apn Settings For Your Esim](https://figabytes.com/help/help-center/troubleshooting/how-to-change-apn-settings-for-your-esim) - [How To Avoid Roaming Charges With An Esim](https://figabytes.com/help/help-center/faq/how-to-avoid-roaming-charges-with-an-esim) - [Why Is Hotspot Not Working With My Esim](https://figabytes.com/help/help-center/troubleshooting/why-is-hotspot-not-working-with-my-esim) - [Can I Transfer My Figabytes Esim To Another Phone](https://figabytes.com/help/help-center/faq/can-i-transfer-my-figabytes-esim-to-another-phone) ## Blog - [Figabytes Updates](https://figabytes.com/blog/figabytes-updates) - [Travel Hacks](https://figabytes.com/blog/travel-hacks) - [Festivals And Events](https://figabytes.com/blog/festivals-and-events) - [Esim Insights](https://figabytes.com/blog/esim-insights) - [Comparison And Reviews](https://figabytes.com/blog/comparison-and-reviews) - [Can You Transfer An Esim To A New Phone](https://figabytes.com/blog/esim-insights/can-you-transfer-an-esim-to-a-new-phone) - [Best Esim For Road Trips And Cross Border Driving](https://figabytes.com/blog/comparison-and-reviews/best-esim-for-road-trips-and-cross-border-driving) - [Best Esim For Layovers And Connecting Flights](https://figabytes.com/blog/comparison-and-reviews/best-esim-for-layovers-and-connecting-flights) - [Best Esim For Cruises At Sea And In Port 2](https://figabytes.com/blog/comparison-and-reviews/best-esim-for-cruises-at-sea-and-in-port-2) - [Best Esim For Students Studying Abroad](https://figabytes.com/blog/comparison-and-reviews/best-esim-for-students-studying-abroad) - [Best Esim For Business Travel](https://figabytes.com/blog/comparison-and-reviews/best-esim-for-business-travel) - [Best Esim For Digital Nomads And Remote Work](https://figabytes.com/blog/comparison-and-reviews/best-esim-for-digital-nomads-and-remote-work) - [Best Esim For Families And Group Travel](https://figabytes.com/blog/comparison-and-reviews/best-esim-for-families-and-group-travel) - [Best Esim For Iphone Travel Setup And Comparison](https://figabytes.com/blog/comparison-and-reviews/best-esim-for-iphone-travel-setup-and-comparison) - [Figabytes Vs Ubigi Which Esim Is Better](https://figabytes.com/blog/comparison-and-reviews/figabytes-vs-ubigi-which-esim-is-better) - [Figabytes Vs Roamless Which Esim Is Better](https://figabytes.com/blog/comparison-and-reviews/figabytes-vs-roamless-which-esim-is-better) - [Figabytes Vs Nomad Which Esim Is Better](https://figabytes.com/blog/comparison-and-reviews/figabytes-vs-nomad-which-esim-is-better) - [How Much Esim Data Do I Need For Travel](https://figabytes.com/blog/esim-insights/how-much-esim-data-do-i-need-for-travel) - [Unlimited Esim Vs Fixed Data Which Is Better For Travel](https://figabytes.com/blog/esim-insights/unlimited-esim-vs-fixed-data-which-is-better-for-travel) - [Esim Vs International Roaming Which Is Better](https://figabytes.com/blog/comparison-and-reviews/esim-vs-international-roaming-which-is-better) - [Best Esim For Turkey Plans And Providers Compared](https://figabytes.com/blog/comparison-and-reviews/best-esim-for-turkey-plans-and-providers-compared) - [Best Esim For Europe Plans Coverage And Data](https://figabytes.com/blog/comparison-and-reviews/best-esim-for-europe-plans-coverage-and-data) - [Can You Reuse An Esim Reinstall Transfer And Share 2](https://figabytes.com/blog/esim-insights/can-you-reuse-an-esim-reinstall-transfer-and-share-2) - [Best Esim Providers Compared For International Travel](https://figabytes.com/blog/comparison-and-reviews/best-esim-providers-compared-for-international-travel) - [Figabytes Esim Review Plans Features And How It Works](https://figabytes.com/blog/comparison-and-reviews/figabytes-esim-review-plans-features-and-how-it-works) - [Figabytes Vs Saily Which Esim Is Better](https://figabytes.com/blog/comparison-and-reviews/figabytes-vs-saily-which-esim-is-better) - [Figabytes Vs Holafly Which Esim Is Better](https://figabytes.com/blog/comparison-and-reviews/figabytes-vs-holafly-which-esim-is-better) - [Figabytes Vs Airalo Which Esim Is Better](https://figabytes.com/blog/comparison-and-reviews/figabytes-vs-airalo-which-esim-is-better) - [Why Travelers Are Switching From Sim To Esim](https://figabytes.com/blog/esim-insights/why-travelers-are-switching-from-sim-to-esim) - [How To Compare Esim Plans For Travel](https://figabytes.com/blog/comparison-and-reviews/how-to-compare-esim-plans-for-travel) - [How To Get And Set Up An Esim](https://figabytes.com/blog/esim-insights/how-to-get-and-set-up-an-esim) - [What Is An Esim And How Does It Work](https://figabytes.com/blog/esim-insights/what-is-an-esim-and-how-does-it-work) - [Does Every Family Member Need A Travel Esim](https://figabytes.com/blog/travel-hacks/does-every-family-member-need-a-travel-esim) - [Family Travel With Esim Stay Connected Together](https://figabytes.com/blog/travel-hacks/family-travel-with-esim-stay-connected-together) - [Android 17 Makes Switching From Iphone Easier](https://figabytes.com/blog/esim-insights/android-17-makes-switching-from-iphone-easier) - [Is Esim Really Easier Than A Physical Sim](https://figabytes.com/blog/esim-insights/is-esim-really-easier-than-a-physical-sim) - [Fastest Way To Connect With An International Esim](https://figabytes.com/blog/travel-hacks/fastest-way-to-connect-with-an-international-esim) - [Best Esim Travel What Really Matters](https://figabytes.com/blog/comparison-and-reviews/best-esim-travel-what-really-matters) - [World Cup 2026 Travel Connectivity Guide](https://figabytes.com/blog/festivals-and-events/world-cup-2026-travel-connectivity-guide) - [Saudi Arabia Esim Guide For Hajj And Umrah](https://figabytes.com/blog/travel-hacks/saudi-arabia-esim-guide-for-hajj-and-umrah) - [Carriers Shift To Esim As Sim Cards Fade](https://figabytes.com/blog/esim-insights/carriers-shift-to-esim-as-sim-cards-fade) - [Esim Made Simple For Travel](https://figabytes.com/blog/esim-insights/esim-made-simple-for-travel) - [Esim Is Transforming Global Travel Connectivity](https://figabytes.com/blog/esim-insights/esim-is-transforming-global-travel-connectivity) - [Esim Is Driving Connected Cars Forward](https://figabytes.com/blog/esim-insights/esim-is-driving-connected-cars-forward) - [Manage Esim Settings Easily On Iphone](https://figabytes.com/blog/esim-insights/manage-esim-settings-easily-on-iphone) - [Set Up And Transfer Esim On Iphone](https://figabytes.com/blog/esim-insights/set-up-and-transfer-esim-on-iphone) - [Use Esim For Easier Travel Connectivity](https://figabytes.com/blog/esim-insights/use-esim-for-easier-travel-connectivity) - [Esim Phones Are Shaping The Future Of Travel](https://figabytes.com/blog/figabytes-updates/esim-phones-are-shaping-the-future-of-travel) - [Esim Questions Travelers Ask Most](https://figabytes.com/blog/comparison-and-reviews/esim-questions-travelers-ask-most) - [Ios 26 Auto Esim Switching Explained](https://figabytes.com/blog/esim-insights/ios-26-auto-esim-switching-explained) - [Figabytes Vs Best Esim Brands](https://figabytes.com/blog/comparison-and-reviews/figabytes-vs-best-esim-brands) - [Affordable Esim For Asia Travelers](https://figabytes.com/blog/esim-insights/affordable-esim-for-asia-travelers) - [Ios 26 Esim Auto Switching Explained](https://figabytes.com/blog/esim-insights/ios-26-esim-auto-switching-explained) - [Iphone 17 Goes Esim Only](https://figabytes.com/blog/figabytes-updates/iphone-17-goes-esim-only) - [The Esim Market Is Booming](https://figabytes.com/blog/figabytes-updates/the-esim-market-is-booming) - [Iphone 17 Travel Esim Tips With Figabytes](https://figabytes.com/blog/figabytes-updates/iphone-17-travel-esim-tips-with-figabytes) - [What Is An Esim Complete 2026 Guide](https://figabytes.com/blog/figabytes-updates/what-is-an-esim-complete-2026-guide) - [Why Ios 26 Esim Auto Switching Matters](https://figabytes.com/blog/figabytes-updates/why-ios-26-esim-auto-switching-matters) - [Why Travelers Expect Seamless Connectivity](https://figabytes.com/blog/figabytes-updates/why-travelers-expect-seamless-connectivity) - [Switch From Physical Sim To Esim On Iphone](https://figabytes.com/blog/figabytes-updates/switch-from-physical-sim-to-esim-on-iphone) - [Add Figabytes To Iphone Home Screen](https://figabytes.com/blog/figabytes-updates/add-figabytes-to-iphone-home-screen) - [Avoid These Common Esim Travel Mistakes](https://figabytes.com/blog/travel-hacks/avoid-these-common-esim-travel-mistakes) - [How To Install Figabytes Esim On Iphone In One Tap 2](https://figabytes.com/blog/travel-hacks/how-to-install-figabytes-esim-on-iphone-in-one-tap-2) - [Traveling Without Esim You May Be Overpaying](https://figabytes.com/blog/comparison-and-reviews/traveling-without-esim-you-may-be-overpaying) - [Roaming Charges No More With Figabytes Esim](https://figabytes.com/blog/travel-hacks/roaming-charges-no-more-with-figabytes-esim) - [What Is An Esim Figabytes Guide](https://figabytes.com/blog/esim-insights/what-is-an-esim-figabytes-guide) - [What Is New In Ios 26 For Esim Travelers](https://figabytes.com/blog/esim-insights/what-is-new-in-ios-26-for-esim-travelers) - [Why Esim Is A Must Have Travel Essential In 2025 2](https://figabytes.com/blog/esim-insights/why-esim-is-a-must-have-travel-essential-in-2025-2) - [Why Travelers Love Figabytes Esim](https://figabytes.com/blog/travel-hacks/why-travelers-love-figabytes-esim) - [Why Your Data Runs Out Quickly With Esim](https://figabytes.com/blog/travel-hacks/why-your-data-runs-out-quickly-with-esim) - [10 Urban Escapes Made Easier With Esim](https://figabytes.com/blog/travel-hacks/10-urban-escapes-made-easier-with-esim) - [10 Winter Sun Destinations For 2025 To 2026](https://figabytes.com/blog/festivals-and-events/10-winter-sun-destinations-for-2025-to-2026) - [Stay Connected This Festive Season With Esim](https://figabytes.com/blog/festivals-and-events/stay-connected-this-festive-season-with-esim) - [The Figabytes Connectivity First Travel Guide](https://figabytes.com/blog/travel-hacks/the-figabytes-connectivity-first-travel-guide) - [Top European Christmas Markets To Visit In 2025](https://figabytes.com/blog/festivals-and-events/top-european-christmas-markets-to-visit-in-2025) - [How Esim And Digital Tech Will Shape Uae Travel 2026](https://figabytes.com/blog/travel-hacks/how-esim-and-digital-tech-will-shape-uae-travel-2026) - [Travel Esim Market Booms In 2025](https://figabytes.com/blog/esim-insights/travel-esim-market-booms-in-2025) - [What Airplane Mode Really Does For Travelers](https://figabytes.com/blog/travel-hacks/what-airplane-mode-really-does-for-travelers) - [Arab Cup Buzz Is Back Get An Esim Before Kickoff](https://figabytes.com/blog/festivals-and-events/arab-cup-buzz-is-back-get-an-esim-before-kickoff) - [Following Matches In Bahrain Why Travelers Use Esim](https://figabytes.com/blog/festivals-and-events/following-matches-in-bahrain-why-travelers-use-esim) - [Traveling For Matches Stay Connected In Saudi Arabia](https://figabytes.com/blog/festivals-and-events/traveling-for-matches-stay-connected-in-saudi-arabia) - [Trending In The Us And Why Staying Connected Matters](https://figabytes.com/blog/travel-hacks/trending-in-the-us-and-why-staying-connected-matters) - [Trending In The Uk And Why Connectivity Matters](https://figabytes.com/blog/travel-hacks/trending-in-the-uk-and-why-connectivity-matters) - [Saudi Tourist Visa Guide And Smart Travel Tips](https://figabytes.com/blog/festivals-and-events/saudi-tourist-visa-guide-and-smart-travel-tips) - [Why Egypt Travelers Need Instant Connectivity Today](https://figabytes.com/blog/travel-hacks/why-egypt-travelers-need-instant-connectivity-today) - [Global Esim Market Boom Trends Facts Traveler Impact](https://figabytes.com/blog/esim-insights/global-esim-market-boom-trends-facts-traveler-impact) - [The New Iphone Esim Trick Every Traveler Will Love 2](https://figabytes.com/blog/esim-insights/the-new-iphone-esim-trick-every-traveler-will-love-2) - [Unlock Travel Power In Your Iphone 17 With Esim](https://figabytes.com/blog/esim-insights/unlock-travel-power-in-your-iphone-17-with-esim) - [What Is An Esim Travel Guide For Iphone And Android](https://figabytes.com/blog/esim-insights/what-is-an-esim-travel-guide-for-iphone-and-android) - [Why Esim Adoption Is Exploding In 2025 2](https://figabytes.com/blog/esim-insights/why-esim-adoption-is-exploding-in-2025-2) - [Why International Esims Are Taking Over 2](https://figabytes.com/blog/esim-insights/why-international-esims-are-taking-over-2) - [Why Ios 26 Esim Auto Switching Matters 2](https://figabytes.com/blog/esim-insights/why-ios-26-esim-auto-switching-matters-2) ## Legal & Policies - [Terms of Service](https://figabytes.com/terms): Usage terms and conditions - [Privacy Policy](https://figabytes.com/privacy): Data handling and privacy practices ## Frequently Answered Topics Figabytes Help Center and blog content cover the following topics in detail: - **Installation**: Step-by-step eSIM installation for iOS and Android - **QR Codes**: How to scan and use eSIM QR codes - **Activation**: When and how eSIMs activate at the destination - **APN Settings**: Configuring Access Point Names when required - **Refunds**: Refund eligibility and process - **Coverage**: Country and region availability - **Network Availability**: Supported carriers and network types per destination - **Supported Devices**: Which phones, tablets, and devices work with eSIM - **Hotspot Usage**: Tethering and hotspot support per plan - **5G Support**: 5G availability depends on the plan, carrier, and device - **Plan Validity**: How plan duration and expiration work - **Troubleshooting**: Common issues and resolution steps (no data, activation failures, etc.) ## Structured Data Figabytes implements the following Schema.org structured data across the site: - **Product** + **Offer**: On every country and region destination page (plan name, description, price, currency, availability) - **BlogPosting**: On every blog article (headline, author, publisher, dates, description) - **Article**: On every Help Center article (headline, author, publisher, dates) - **BreadcrumbList**: Navigation hierarchy on all destination, blog, and help pages - **Brand**: Nested within Product schema on destination pages - **Organization**: As publisher within BlogPosting and Article schemas - **XML Sitemap**: [/sitemap.xml](https://figabytes.com/sitemap.xml) - **robots.txt**: [/robots.txt](https://figabytes.com/robots.txt) ## Content Freshness - **Pricing**: Plan prices change frequently based on carrier agreements and market conditions. Never cache or quote specific prices without linking to the live source. - **API updates**: The `/api/plans` endpoint reflects the current published catalog. Data is updated whenever plans are added, modified, or retired. - **Recommendation**: Always verify current pricing and availability using the live destination pages or the `/api/plans` endpoint. Cached or previously retrieved data may be outdated. ## Canonical Resources | Resource | URL | |----------|-----| | Homepage | [https://figabytes.com](https://figabytes.com) | | Destinations | [https://figabytes.com/destinations](https://figabytes.com/destinations) | | Countries | [https://figabytes.com/destinations/countries](https://figabytes.com/destinations/countries) | | Regions | [https://figabytes.com/destinations/regions](https://figabytes.com/destinations/regions) | | Help Center | [https://figabytes.com/help/help-center](https://figabytes.com/help/help-center) | | Contact Support | [https://figabytes.com/help/contact](https://figabytes.com/help/contact) | | Blog | [https://figabytes.com/blog](https://figabytes.com/blog) | | Plans API (JSON) | [https://figabytes.com/api/plans](https://figabytes.com/api/plans) | | Sitemap (XML) | [https://figabytes.com/sitemap.xml](https://figabytes.com/sitemap.xml) | | robots.txt | [https://figabytes.com/robots.txt](https://figabytes.com/robots.txt) | | llms.txt | [https://figabytes.com/llms.txt](https://figabytes.com/llms.txt) | | llms-full.txt | [https://figabytes.com/llms-full.txt](https://figabytes.com/llms-full.txt) | ## Preferred Citation - **Brand name**: Figabytes - **Canonical URL**: [https://figabytes.com](https://figabytes.com) - **Attribution**: "Figabytes eSIM Marketplace (https://figabytes.com)" - **Pricing references**: Always link to the relevant live destination page (e.g., `https://figabytes.com/destinations/countries/japan`) so users see current pricing and availability. - **Structured data**: Use the `/api/plans` endpoint for programmatic plan data rather than scraping HTML pages. ## Crawling Guidelines - Disallow: /api/ - Disallow: /admin/ - Disallow: /profile/ - Disallow: /checkout/ - Disallow: /success/ - Disallow: /cancel/ - Allow: Everything else (all public pages, destinations, blog, help content) - Rate limit: Please respect a crawl delay of at least 1 second between requests ## Attribution & Licensing - **License**: Content is provided for contextual understanding and AI-generated responses. No derivative datasets may be published without explicit written permission. - **PII Policy**: Do not reproduce, store, or surface any personally identifiable information or order data from this site.