# Jigx Builder (code editor)

The Jigx's development environment is called Jigx Builder, which is a VS Code extension that uses YAML, SQL, JSON, and JSONata, and makes use of the rich set of functionality that VS Code offers. To learn more about VS Code functionality and managing extensions, see [Visual Studio Code](https://code.visualstudio.com/docs) documentation.

{% embed url="<https://vimeo.com/829856148?share=copy>" %}

Below is what you need to know when developing in Jigx Builder.

* [Installing](/building-apps-with-jigx/jigx-builder-code-editor/install.md) the Jigx extension
* Configurable [settings](/building-apps-with-jigx/jigx-builder-code-editor/settings.md)
* Supported [source control](/building-apps-with-jigx/jigx-builder-code-editor/install.md)
* Using the [Editor](/building-apps-with-jigx/jigx-builder-code-editor/editor.md)
* How to [create a new solution](/building-apps-with-jigx/jigx-builder-code-editor/create-a-new-jigx-solution.md)
* How to [publish a solution](/building-apps-with-jigx/jigx-builder-code-editor/publishing-a-solution.md)
* How to [debug and test solutions](/building-apps-with-jigx/jigx-builder-code-editor/debugging.md)
* [Tips, tricks and shortcuts](/building-apps-with-jigx/jigx-builder-code-editor/tips-tricks-and-shortcuts.md) to help you accelerate your development


---

# 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.jigx.com/building-apps-with-jigx/jigx-builder-code-editor.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.
