# Getting started

**📌 How to build mobile apps to enhance your organization's work experience.**

### Prerequisites

Before you can start building your first Jigx solution, you require the following prerequisites.

* [Creating an account](/getting-started/creating-an-account.md). You need a Jigx account with at least creator rights within an organization to publish and modify a solution.
* [Microsoft Visual Studio Code](https://code.visualstudio.com/) installed on your computer. This is required for the Jigx Builder which is a Microsoft Visual Studio Code extension.
* [Install the Jigx Builder](/getting-started/install-the-jigx-builder.md) extension in Microsoft Visual Studio Code.

### Let's get you building solutions *fast*.

* [Use templates](/getting-started/use-templates-to-create-apps.md)
* [Create from scratch](/getting-started/create-an-app-from-scratch.md)
* [Use pre-built solutions](/getting-started/use-pre-built-solutions.md)

### Want to know more?

* Get an overview of the [Jigx platform](/understanding-the-basics/architecture.md)
* Understand [Jigx Concepts](/understanding-the-basics/jigx-concepts.md)
* Create with [Jigx Builder](https://github.com/jigx-com/jigx-docs/blob/main/docs/building-apps-with-jigx/jigx-builder-code-editor/jigx-builder-code-editor.md)
* Explore [examples](https://docs.jigx.com/examples)
* [Managing](/administration/management-overview.md) apps, users, roles, and organizations


---

# 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/getting-started.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.
