> For the complete documentation index, see [llms.txt](https://docs.jackf.red/jackfredlib/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jackf.red/jackfredlib/jackfredlib-gps/overview.md).

# Overview

Client-sided utilities for locating your data

The GPS module is a client-sided toolkit for determining where the client is at any given time.&#x20;

Usecases for this include:

* Getting a unique ID per-world, LAN server, multiplayer server or realm that the client is connected to, (for example, to store data on a per-world basis for minimaps and such);
* Helpers for grabbing data from the scoreboard or player list; this can be used for further refinement (think the 'Area: ' data on the player list in Hypixel's Skyblock)

To see this in practice, look at the [Example Notes Mod](https://github.com/JackFred2/ExampleNotesMod), which uses the GPS in order to save and load data on a per-connection basis.
