Guides & FAQ
Everything you need to set up and run Localizit — step by step.
Getting started
Create your workspace▾
- Click Get started and sign up with your email.
- When prompted, create a workspace (your company or team name). Each workspace is a private, isolated account — its tags, geofences and alerts are never shared with anyone else.
- You'll land on the Dashboard. That's your control centre.
Add your first tag▾
- On the Dashboard, find the “Add a tag” panel on the left.
- Enter the Device ID — this is the unique ID printed on the tracker (or supplied by your hardware partner).
- Give it a Name (e.g. “Makita drill”), and optionally a Site and Serial number.
- Click Add tag. It appears under “Tracked assets”, where all its controls live.
Add lots of tags at once (CSV import)▾
- Under “Add a tag”, click Bulk import (CSV).
- Paste one tag per line in the format:
device_id, name, site, radius_m, serial(only device_id is required). - Click Import tags. Duplicates are skipped automatically.
Connecting trackers
Give your webhook to the factory / tracker▾
- On the Dashboard, find “Your webhook URL” at the top-left and click Copy.
- Send that URL to your hardware supplier or paste it into your tracker's platform. Devices POST their location to it.
- The expected JSON format is shown on the How it works page. A tag auto-registers the first time a ping arrives, so you don't have to add it manually first.
What trackers work?▾
- BLE crowd-tags (which relay through nearby phones) and direct GPS/cellular trackers both work — they all report to the same webhook URL.
- Switching hardware later doesn't require any changes on your side; the webhook stays the same.
Geofencing & tracking
Draw a geofence around a site▾
- On a tag's card, click Geofence.
- Click a point on the map to drop the zone centre, then set a radius in metres.
- Click Save. From now on you'll get a geofence-exit alert whenever that asset leaves the zone.
- To remove it, open Geofence again and click Remove.
Read the live map▾
- The map opens on the UK and auto-zooms to your assets once they report a location.
- Each tag shows as a pin; click it to see its name. The selected asset's geofence shows as a blue circle.
Managing assets
Edit full asset details▾
- On a tag's card, click Edit.
- Fill in serial number, category, value, warranty, purchase date, a photo URL, notes and status.
- Click Save. Details like serial and value are exactly what insurers and police ask for.
Check a tool in and out▾
- On a tag's card, click Check out and enter who has it (a person, crew or vehicle). Its status becomes “in use”.
- When it's returned, click Check in. This gives you accountability across a multi-crew site.
Alerts
Get email alerts▾
- On the Dashboard, enter an address in “Alert email” and click Save settings.
- You'll be emailed when an asset leaves its geofence, moves, reappears after a quiet spell, or runs low on battery.
Only alert outside working hours (anti-theft)▾
- Tick “Only alert outside working hours”, set your working hours, and Save settings.
- Localizit then stays quiet during normal daytime use and only emails out-of-hours movement — the likely-theft signal.
Recovery & theft
Mark a tool as stolen▾
- On a tag's card, click Stolen. This tightens the movement and re-appearance thresholds so you catch the smallest signal.
- Click Unflag once it's recovered.
Share a live location with police▾
- On a tag's card, click Share. Localizit creates a public live-tracking link.
- Copy it and send it to the police or your insurer — they'll see the asset's live location and movement trail, no login needed.
- The link updates automatically and can be revoked at any time.
Frequently asked
Does someone nearby need an app for BLE tags to work?▾
No. BLE tags relay through the device networks built into modern iPhones and Androids — the passer-by installs nothing and never knows. GPS/cellular trackers report directly over the mobile network.
How up-to-date is a location?▾
As fresh as the last phone that passed a BLE tag — constant in busy areas, less often in remote spots. Where you need guaranteed real-time, fit a GPS/cellular tracker; it reports on its own schedule to the same platform.
Isn't this just an AirTag?▾
Same crowd-locating idea, but Localizit tags use a private broadcast (no “unknown tracker” anti-stalking alerts to tip off a thief) and feed a developer webhook, so data flows into your own platform rather than a closed app.
Can I separate different sites or clients?▾
Yes. Each workspace is fully isolated with its own tags, geofences, alerts and webhook URL. Switch between them from the top bar.
Who can see my data?▾
Only members of your workspace. Every tag, location and alert is scoped to your organisation and protected behind sign-in.
What happens when a tag's battery is low?▾
If the tracker reports battery level, Localizit stores it, shows it on the asset card, and raises a low-battery alert under 20%.
How do I stop a shared recovery link working?▾
Open the asset's Share button again to manage it — the public link can be revoked at any time, instantly cutting off access.
What's the webhook payload format?▾
A JSON body with a data array of pings (deviceId, latitude, longitude, timestamp, accuracy, optional battery). Full example on the How it works page.
Still stuck, or want a feature?
See the full how-it-works overview →