> For the complete documentation index, see [llms.txt](https://docs.jigx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jigx.com/getting-started.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.jigx.com/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
