field notes / signage software

Planning wayfinding software for campuses, hospitals, and venues

Wayfinding software promises to reduce the front-desk question load and help visitors navigate complex buildings on their own. Getting there requires more than picking a platform — it demands clean map data, a clear ownership model for updates, and kiosk UX that real people can use under stress. This guide walks through the decisions teams typically underestimate before deployment.

What the software is actually made of

Wayfinding software has three distinct layers: the map data that represents your physical space, the routing engine that calculates paths between points, and the kiosk UI that presents those paths to a visitor. Vendors often bundle all three, but the boundaries matter when something goes wrong or needs updating.

The routing engine and the UI are largely solved problems. The map data is not. It needs to accurately represent every room, corridor, stairwell, elevator, and entrance in your facility — and it needs to stay accurate as your facility changes. Teams that budget generously for software licensing and almost nothing for map preparation routinely hit delays when they discover that their floor plans exist only as scanned PDFs from the original architect's package.

Before evaluating any platform, gather your current floor plans, confirm their format, and establish whether they reflect what the building actually looks like today. That audit typically surfaces more work than expected, but it is better to surface it before a contract is signed.

A news segment on a hospital wayfinding rollout and what it changed for patients trying to find their way.

Keeping the map current over time

A wayfinding system is only as useful as its map is accurate. In a hospital, a relocated department sends visitors to the wrong wing. In a campus building, a renamed classroom creates confusion during high-traffic periods. In a retail venue, tenant churn can make dozens of destinations obsolete within a single lease cycle.

The first question to answer is who owns the map update workflow. Facilities management teams often have the floor plan knowledge but not the software access. Marketing or IT may control the platform but lack the operational detail. Without a named owner and a defined trigger — such as any room reassignment generates a map update ticket within five business days — the map drifts.

Some platforms expose a content management interface that non-technical staff can use to update points of interest without touching the underlying floor plan geometry. That is worth prioritizing. If every label change requires a vendor support ticket, updates will accumulate until the backlog is too large to ignore and the system has already eroded visitor trust.

Routing logic and the limits of indoor positioning

Routing in a building is not the same problem as turn-by-turn navigation on a street. Indoors, accessible routes matter in ways that driving directions typically do not — a path that uses stairs is useless to a visitor using a wheelchair, and a route through a staff-only corridor may be technically shorter but operationally wrong. Your routing engine needs to model accessibility constraints, restricted zones, and time-sensitive closures as first-class attributes, not afterthoughts.

Accessible route design also intersects with your kiosk interface itself. Any interactive terminal in a public facility should be evaluated against established web accessibility standards for contrast, touch target size, screen reader compatibility, and reading level. Accessibility is not a separate track from wayfinding quality — it is part of it.

Indoor positioning — knowing where a user is within a building — is a harder problem than most teams expect. Unlike outdoor GPS, which works reliably across devices and environments, indoor positioning systems rely on technologies such as Bluetooth beacons, Wi-Fi triangulation, or ultra-wideband radio, each with different cost, accuracy, and maintenance profiles. Many deployments skip real-time positioning entirely and use static you-are-here markers at each kiosk location. That approach is simpler to maintain and often sufficient for most visitor needs.

What makes a kiosk UI actually usable

A visitor standing at a wayfinding kiosk is usually in an unfamiliar environment and often under time pressure. The UI needs to orient them immediately. That means a clearly labeled you-are-here marker on the map, a search field that surfaces destinations quickly with partial matches, and results that are specific enough to be actionable — "Radiology, Building C, Level 2, turn left at the elevators" rather than just a highlighted path on a small floor plan.

Search quality matters more than map visual quality. Visitors will type the name a department uses internally, the informal nickname staff use, or a misspelled version of the official name. The search index should account for synonyms and common variants, and results should degrade gracefully when nothing matches rather than returning a blank screen.

QR code handoff — generating a code at the kiosk that opens the route on the visitor's phone — extends the session beyond the terminal and reduces backtracking. It is a practical feature for multi-building campuses or facilities where a visitor will need the directions more than a minute after leaving the kiosk. Implementation is straightforward and user uptake tends to be higher than teams anticipate.

Measuring whether the system is working

Wayfinding success is measurable, but teams often skip the measurement. Session analytics should capture search terms that returned no results, sessions that ended without a destination being selected, and the most frequently requested destinations. No-result searches are a direct signal that the map is missing something visitors expect to find.

Front-desk question volume is a useful offline proxy. If the primary goal of the system is to reduce staff time spent giving directions, that reduction should be detectable within a few months of deployment. Tracking it does not require a formal study — a simple daily tally at each staffed entrance is enough to establish a baseline and measure change.

Abandoned sessions — interactions that end within a few seconds — point to either a UI problem or a positioning problem. If visitors are giving up quickly, the system is failing at the moment it matters most. Reviewing screen recordings or session replays from a sample of kiosks will usually surface the friction point faster than reviewing analytics alone.

Primary planning source: https://sites.google.com/emeryeps.com/metroclick-authority-hub/digital-signage-software/wayfinding-software