# Home

Welcome to the Jumpjet docs!

Jumpjet is a **configuration management** tool that lets you manage all your environments and configurations in one place. It's made of a **management tool** (app.jumpjet.co) and a **CLI tool** that you use during build. For a little more info, see [FAQ - What is Jumpjet?](https://docs.jumpjet.co/jumpjet/faq#what-is-jumpjet)

The best way to start is [**Getting Started in 4 Minutes**](https://docs.jumpjet.co/jumpjet/getting-started-in-4-minutes).

There are several good reasons to use Jumpjet over your existing configuration tools (see [FAQ - But what's wrong with how I currently manage configuration?](https://docs.jumpjet.co/jumpjet/faq#but-whats-wrong-with-how-i-currently-manage-configuration)). You can start with just a few variables and migrate the rest later.

You can also check out our:

* [Glossary](https://docs.jumpjet.co/jumpjet/glossary)
* [FAQ](https://docs.jumpjet.co/jumpjet/faq)
* [CLI tool](https://docs.jumpjet.co/jumpjet/cli-tool) docs

Any questions? Need help integrating Jumpjet into your process? Drop us a line at <hello@jumpjet.co> and we'll get back to you within 12 hours.


---

# 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.jumpjet.co/jumpjet/master.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.
