> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/stifler/2.10/configuration/stifler-network-locations/location-fields.md).

# Location Fields

Values stored in the Location object are listed below.

<table data-full-width="true"><thead><tr><th>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 Locaton 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>How many clients are connected.</td><td>Yes</td></tr><tr><td>ActiveClients</td><td>long</td><td>How many clients are 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>Which time zone this Location has.</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>

### Other&#x20;

### Location types


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.2pintsoftware.com/stifler/2.10/configuration/stifler-network-locations/location-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
