# Routegy at a glance
Routegy makes building no-code microapps quick and easy. Routegy microapps empower people to interact with your infrastructure and physical spaces in streamlined ways. Here’s a high-level overview of how Routegy works.
# People interact with apps
Routegy apps open in a web browser and represent common points of interaction, accomplish specific tasks that may span multiple parts of your infrastructure, and contain context to further optimize your processes. Common interactions include reporting issues, making requests, starting chat conversations, providing feedback, and even making purchases.

# Groups organize your apps
Apps belong to groups, which are structured in a tree-like hierarchy. These can represent physical things, like 1st Floor
or HQ Building 1
, people (E.g. Employees -> Jane Smith
), or virtual things like Production Website
or Inventory
.
You don't have to use groups, but they're always there if the need for more organization arises.

# Patterns define the information your apps collect
Every app has a pattern. Patterns control the UX and defines the information to collect for each interaction with an app. Patterns are reusable across multiple apps, allowing for easy scaling and maintenance. For example, you may have a pattern for "New Employee Orientation" and then automatically create a personalized app from that pattern for every new employee.
Patterns are written in YAML and can be used to capture any information you like.
title: Something wrong with the elevator?
request:
type: checkboxes
items:
- Making strange sounds
- Buttons not working
- Door won't close
- Stuck
- Something else
title: What's the problem?
additional_comment:
type: textarea
placeholder: E.g. 8th floor button does not light up
title: Something else or other details?

# People interact with your apps and create events
Every time a person (or bot) interacts with your app, an event is created. Events contain information supplied as defined in the app's associated pattern, as well as context, such as which groups it belongs to, the way the app was accessed, metadata associated with the app, etc.
# Events trigger actions (notifications and integrations)
Actions control how Routegy processes and routes captured information to you and your infrastructure. These can be notifications like email
or SMS
, work management systems like Trello
or JIRA
, and hooks like Zapier
, IFTTT
or Webhooks
.


# Access apps from anywhere with a web browser
Every app has its own unique URL. Apps can be shared in email, wikis, Slack, etc. They can also be embedded in QR codes, NFC tags, and even IOT devices placed around your space for people to interact with.
Apps open in a device's web browser, are optimized to adapt to a device's display, and require no native app installation.
