# Location fields

Values stored in the Location object are listed below.

<table data-full-width="true"><thead><tr><th width="134">Field name</th><th width="125">Type</th><th width="335">Used for</th><th>Read only</th></tr></thead><tbody><tr><td>Id</td><td>Guid</td><td>The ID of this entity</td><td>Yes</td></tr><tr><td>AreaId</td><td>Guid</td><td>The Area ID this Location is part of</td><td>No</td></tr><tr><td>DateAdded</td><td>DateTime</td><td>The date time when this Location was added</td><td>Yes</td></tr><tr><td>LocationName</td><td>string</td><td>Name of this Location</td><td>No</td></tr><tr><td>Clients</td><td>long</td><td>Number of clients connected</td><td>Yes</td></tr><tr><td>ActiveClients</td><td>long</td><td>Number of clients actively downloading</td><td>Yes</td></tr><tr><td>LocationFlags</td><td>long</td><td>Indicates settings for the Location</td><td>No</td></tr><tr><td>TimeZone</td><td>string</td><td>The time zone for this Location</td><td>No</td></tr><tr><td>Region</td><td>string</td><td>Free form text field</td><td>No</td></tr><tr><td>Country</td><td>string</td><td>Free form text field</td><td>No</td></tr><tr><td>CountryCode</td><td>string</td><td>Typically an ISO standard field of two digits</td><td>No</td></tr><tr><td>State</td><td>string</td><td>Free form text field</td><td>No</td></tr><tr><td>County</td><td>string</td><td>Free form text field</td><td>No</td></tr><tr><td>Town</td><td>string</td><td>Free form text field</td><td>No</td></tr><tr><td>ZIP</td><td>string</td><td>Free form text field</td><td>No</td></tr><tr><td>Address</td><td>string</td><td>Free form text field</td><td>No</td></tr><tr><td>LocationType</td><td>string</td><td>Free form text field</td><td>No</td></tr><tr><td>QueryString</td><td>string</td><td>Free form text field</td><td>No</td></tr><tr><td>Description</td><td>string</td><td>Free form text field</td><td>No</td></tr><tr><td>Latitude</td><td>double</td><td>Latitude of this Location</td><td>No</td></tr><tr><td>Longitude</td><td>double</td><td>Latitude of this Location</td><td>No</td></tr><tr><td>GooglePlaceId</td><td>string</td><td>Free form text field</td><td>No</td></tr></tbody></table>


---

# 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://documentation.2pintsoftware.com/stifler/configuration/stifler-network-locations/location-fields.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.
