# Welcome to Jigx Documentation

Jigx simplifies mobile app development from start to finish in three steps. You can build native iOS and Android apps with familiar frameworks and tools like JavaScript, SQL, YAML, and Visual Studio Code.

<a href="getting-started" class="button primary">Getting Started</a>

<figure><img src="https://1245694154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F974dgqxfbgR9q4tCkGgb%2Fuploads%2FxO1gmuypAUOIAkLQQuKh%2FLandingpage-s.gif?alt=media&#x26;token=67870d3a-37fb-4be0-b2cd-4df9619daeb7" alt=""><figcaption></figcaption></figure>

***

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="getting-started/install-the-jigx-builder">Install</a></td><td>Install the Jigx Builder extension in Microsoft Visual Studio and create your Jigx's solutions.</td><td></td></tr><tr><td><a href="https://github.com/jigx-com/jigx-docs/blob/main/docs/building-apps-with-jigx/jigx-builder-code-editor/jigx-builder-code-editor.md">Build</a></td><td>Start creating your mobile apps, use intellisense prompts and code completion to speed up development.</td><td></td></tr><tr><td><a href="building-apps-with-jigx/data">Data</a></td><td>Integrate with with your business's datasources, REST, Salesforce and more, or use Jigx's built in real-time datastore.</td><td></td></tr><tr><td><a href="building-apps-with-jigx/ui">UI</a></td><td>Choose from a range of available components, add actions and integrate these with your data to create powerful apps.</td><td></td></tr><tr><td><a href="building-apps-with-jigx/logic">Logic</a></td><td>Structure and manipulate data before binding the data to the UI using JSONata expressions, or use states to manage inputs at runtime.</td><td></td></tr><tr><td><a href="administration/management-overview">Manage</a></td><td>Manage your organization details, users, and solutions, send push notifications, and configure authorization and authentication.</td><td></td></tr></tbody></table>

***

***


---

# 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/readme.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.
