# Cortex developer tools

Cortex developer tools allow users to export org configurations from one organization and import them to another organization. These tools will also allow you to create a git-mergeable format for org configuration. As such, the exports will be minimalistic in nature, having only the properties required to rebuild during import. The developer tools consist of cortex routes, an npm module (which includes a command interface) and a reference implementation Atom plugin that makes use of the npm module. Documentation for installation and usage can be found here: <https://github.com/Medable/mdctl>.


---

# 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://docs.medable.com/getting-started/cortex-user-guide/cortex-dev-tools.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.
