# System Labels

{% hint style="info" %}
Data on geolocation are collected according to priority: shared location, geo-ip.  Each time the geolocation data changes, subscriber labels are modified.&#x20;
{% endhint %}

{% hint style="info" %}
System labels can be used to build segments.
{% endhint %}

Examples of system labels:

&#x20;\- sys.platform: browser

&#x20;\- sys.provider: google\_vapid

&#x20;\- sys.geo\_country\_code: PL

&#x20;\- sys.geo\_city: Oswiecim

&#x20;\- sys.geo\_region: Lesser Poland

&#x20;\- sys.timezone: Europe/Warsaw

&#x20;\- sys.language: pl

&#x20;\- sys.browser: Chrome

&#x20;\- sys.os: Windows

&#x20;\- sys.device: desktop


---

# 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://docs.pushpushgo.company/subscribers/labels/system-labels.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.
