# Cauldron

A cauldron is a centralized document database that is used to store information about the client mobile application versions, native dependencies, and information about MiniApps. There is one cauldron per mobile application. With appropriate permissions, you can use the Electrode Native CLI commands to access and modify the data stored within the Cauldron. Some Electrode Native CLI commands are relying on the Cauldron for their execution.

A cauldron is not required to use Electrode Native. It is only required if you intend to use CodePush.

When using a cauldron, a container will automatically be regenerated, and its publishers/transformers pipeline executed, whenever running any cauldron command that alters the state *(the content)* of a container associated to a cauldron descriptor. For example runnings commands such as `cauldron add miniapps` to add one or more miniapp to a container or `cauldron update miniapps` to update the version of some miniapps in a specific container, will cause a new container to be generated and potentially published

Please also note that if your cauldron is properly configured for container publication, you can also use the \[cauldron regen-container] command to trigger a new generation and publication of a container for a given native application version, even if there are no changes to the content of the container (this can be useful in certain scenarios).


---

# 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/reference/index-1.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.
