# Development Introduction

IndustryApps apps can be considered as lego block construction. Applications should be standardized by implementing some microservice patterns and packaged into IndustryApps AppStore.&#x20;

The idea can be explained in simple terms as the application is a lego block, which may exist standalone or joined with other applications to mature as standalone and form a block, finally, these blocks can plug and play in different ways to serve different business needs. This guide helps to understand the thought, and it also helps you in either developing an application from scratch or adapting an existing one.

## Quick Links

| [<img src="https://3706867246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0tGo33otNRgIhFn6lpgU%2Fuploads%2FWBK7z8hOafsCvw9MtxOv%2Fuser-check-regular-24%20(2).png?alt=media&#x26;token=755b2294-23e1-4029-8b02-b5057ff6839d" alt="" data-size="line">Accessing user context, permissions & management in App](https://docs.industryapps.net/authentication/accessing-data-exposed-by-the-platform) |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [<img src="https://3706867246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0tGo33otNRgIhFn6lpgU%2Fuploads%2FF79t2Df0y0EjOPuTRoRl%2Fdata-solid-24%20(1).png?alt=media&#x26;token=190b85e4-af7f-43de-8df8-6129a5292248" alt="" data-size="line">Integrate Masterdata into your application](https://docs.industryapps.net/apis-or-data-integration/how-to-access-masterdata)                          |
| [<img src="https://3706867246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0tGo33otNRgIhFn6lpgU%2Fuploads%2FFInInkJQiJ5VS3ZJlXSj%2Ftransfer-alt-regular-24.png?alt=media&#x26;token=c0a95609-d9eb-460a-83ed-38381d97dbf2" alt="" data-size="line">Integrate Transactional data into your application](https://docs.industryapps.net/apis-or-data-integration/how-to-access-transactional-data)      |
| [<img src="https://3706867246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0tGo33otNRgIhFn6lpgU%2Fuploads%2FOWBWxes1CILV8qm5jAon%2Fdocker-logo-24.png?alt=media&#x26;token=2cca091b-df3d-4409-9669-d8892050326c" alt="" data-size="line">Docker with credentials in a `docker-compose.yml` file](https://docs.industryapps.net/docker-information)                                                  |
| <img src="https://3706867246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0tGo33otNRgIhFn6lpgU%2Fuploads%2FwhRi06mVOweTsJmCkyy0%2Fcheck-square-solid-24.png?alt=media&#x26;token=6a0476e5-6f86-4505-8c26-d2202796bf77" alt="" data-size="line">[Configuring App permissions](https://docs.industryapps.net/onboarding-to-industryapps/onboard-application/configure-application/app-permission)     |


---

# 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.industryapps.net/development-introduction.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.
