# Engine Explorer

An outstanding application boasts a well-crafted interface, meticulously structured and organized data, user-friendly navigation, multilingual support, clearly defined business processes, functional minimalism, responsiveness, and an exceptional user experience.

Explore **Engine Explorer**, the repository for Reasy's app-building components known as "engines." These engines seamlessly empower you to integrate these essential characteristics into your own application.

Here's a concise overview of each engine, illustrating how they contribute to the creation of a fully functional application:

* **Screens**: This engine aids in structuring your app and building your app interfaces. For more information, [click here](/help/getting-started/engines/screens.md).
* **Data Modeler:** This engine assists you in visually representing your data’s structure, which is referred to as a "Data Model" in Reasy. You can create a data model with the required entities and attributes. To explore further, [click here](/help/getting-started/engines/data-modeler.md).
* **APIs:** This engine helps you define all the data services required for your app. For more information on APIs, [click here](/help/getting-started/engines/apis.md).
* **Navigation:** Use this engine to define your app's user journey. It serves as a site map, guiding users on how to navigate through your app. To learn how to define your app flow, [click here](broken://pages/zCiRToq4FOWuYlhR9ssj).
* **Workflow:** Use this engine to automate tasks involved in your app, enhancing its efficiency. To learn more, [click here](/help/getting-started/engines/workflow.md).
* **Users:** Use this engine to manage user accounts of all the stakeholders involved in your business processes. Additionally, you can control app access based on user roles.\
  For more information, [click here](/help/getting-started/engines/user-management.md).
* **Resources:** Use this engine to define all the sources required for your app, so they are globally accessible for all engines to utilize. To learn more about creating a resource, [click here](/help/getting-started/engines/resources.md).
* **Languages:** This engine facilitates the translation of your application content into different languages, making it adaptable to various locales (regions). To know more,[ click here](/help/getting-started/engines/languages.md).


---

# 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://help.reasy.ai/help/getting-started/workspace/engine-explorer.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.
