# I18Next > There are a few options to load translations to your application instrumented by i18next. The most common approach to this adding a so called [**backend plugin**](https://www.i18next.com/overview/plug ## Pages - [Add or Load Translations](add-or-load-translations.md): There are a few options to load translations to your application instrumented by i18next. The most common approach to... - [API](api.md): `i18next.init(options, callback) // -> returns a Promise` - [Backend Fallback](backend-fallback.md): With i18next you can configure a fallback backend to be used in the browser. It will try to load from your primary ba... - [Best Practices](best-practices.md): This content is available to you thanks to the contribution of following people: - [Caching](caching.md): With i18next you can configure a cache layer to be used in the browser. It will load and cache resources from [localS... - [Comparison to others](comparison-to-others.md): You now might expect we compare eg. react-i18next to react-intl but that won't happen ;). But we will list why you sh... - [Configuration Options](configuration-options.md): `i18next.init(options, callback)` - [Context](context.md): By providing a context you can differ translations. Eg. useful to provide gender specific translations. - [Creating own Plugins](creating-own-plugins.md): i18next comes with a lot of modules to enhance the features available. There are modules to: - [Essentials](essentials.md): resources with 2 keys: - [Extracting translations](extracting-translations.md): At some point you will come to the question how to get new translation key/values into your namespace (translation) f... - [Fallback](fallback.md): Doing graceful fallbacks is a core principle of i18next. This enables you to display the most accurate content possib... - [FAQ](faq.md): *There are a lot of ways to support us. Make a PR for a feature requested. Improve the documentation. Help others to ... - [First setup help](first-setup-help.md): * [For which environment are you looking for an i18n solution?](#for-which-environment-are-you-looking-for-an-i-18-n-... - [For Enterprises](for-enterprises.md): We believe not. The closer the release date of your product gets the more obvious it gets, that instrumenting your co... - [Formatting](formatting.md): Starting with **i18next>=21.3.0** you can use the built-in formatting functions based on the [Intl API](https://devel... - [Getting started](getting-started.md): i18next can be added to your project using **npm** or **yarn**: - [Interpolation](interpolation.md): Interpolation is one of the most used functionalities in I18N. It allows integrating dynamic values into your transla... - [JSON Format](json-format.md): {% hint style="info" %} - [Migration Guide](migration-guide.md): * add new selector API to improve TypeScript IDE performance [2322](https://github.com/i18next/i18next/pull/2322) - [Namespaces](namespaces.md): Namespaces are a feature in i18next internationalization framework which allows you to separate translations that get... - [Nesting](nesting.md): Nesting allows you to reference other keys in a translation. Could be useful to build glossary terms. - [Objects and Arrays](objects-and-arrays.md): You can return objects or arrays to be used by third party modules localization: - [Plugins and Utils](plugins-and-utils.md): #### Official CLI - [Plugins](plugins.md): i18next [comes with a lot of modules](https://www.i18next.com/overview/plugins-and-utils) to enhance the features ava... - [Plurals](plurals.md): Plural can be combined with interpolation, context, ... - [Supported Frameworks](supported-frameworks.md): **Official CLI** - [Testimonials](testimonials.md) - [The history of i18next](the-history-of-i18next.md): All started back in 2011 when we were in search for an internationalization library that meets our demand - allowing ... - [Translation Resolution](translation-resolution.md): The process of translating keys is the heart of i18next, and as such this document should serve as a guide to the ove... - [TypeScript](typescript.md): {% hint style="info" %}