> For the complete documentation index, see [llms.txt](https://jadelab.gitbook.io/jadegit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jadelab.gitbook.io/jadegit/console/registry.md).

# Registry

The registry is used to store and transport information about the schemas which have been loaded into a database, their associated repositories and current version.  The registry is also used to transport other environmental information that is used during the [build](/jadegit/console/build.md) process, like the current platform version.

{% tabs %}
{% tab title="Development" %}
The `registry` commands provide the ability to initialize, extract, load & show registry data.

<figure><img src="/files/PAGC45g3JpWGHlI9b5rg" alt=""><figcaption></figcaption></figure>

## Initialize

The `init` subcommand provides the ability to initialize the registry contents for a repository, with associated schemas being added where they exist in both the repository & current database.

<figure><img src="/files/ViTXfF0tIz8w8MmCQjwG" alt=""><figcaption></figcaption></figure>

## Extract

The `extract` subcommand provides the ability to extract the registry contents from the database and save them to file.

<div align="center"><figure><img src="/files/oU3FuD7zYZbEue4q241a" alt=""><figcaption></figcaption></figure></div>

## Load

The `load` subcommand provides the ability to load registry updates into the database from file.

<figure><img src="/files/ODV9sRGmgWiArkZVpR3B" alt=""><figcaption></figcaption></figure>

## Show

The `show` subcommand provides the ability to view the registry contents stored in the database or file.

<figure><img src="/files/x4BrsXlTAXWHBlDJLpeL" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Standalone" %}
The standalone `registry show` command provides the ability to view the registry contents stored in a file.

<figure><img src="/files/pWcCIqZScc8S7Skz4Lud" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://jadelab.gitbook.io/jadegit/console/registry.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.
