> For the complete documentation index, see [llms.txt](https://native.electrode.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://native.electrode.io/v0.37/reference/index-1/inside-a-container.md).

# What's inside

An Electrode Native container contains the following:

* MiniApps\
  The MiniApps are packaged inside a single JavaScript bundle containing all of the JavaScript code of all the MiniApps.
* MiniApps assets\
  the MiniApps assets are the fonts and images that are used by the MiniApps.
* MiniApps native dependencies\
  The MiniApps native dependencies are all of the native dependencies that MiniApps directly or indirectly depend on
  * Native modules &#x20;
  * Electrode Native APIs
  * Native APIs impelentations
* JavaScript APIs implementations
* Container specific code\
  An Electrode Native container includes some code that is exposed to mobile application developers to properly integrate a container in their mobile application. This consists mostly of code to initialize the container along with some utility code to access and deal with the MiniApps stored within.
