# 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
  * 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://native.electrode.io/v0.45/reference/index-1/inside-a-container.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
