# Location

## Properties

<table data-header-hidden><thead><tr><th width="167">Property</th><th>Description</th></tr></thead><tbody><tr><td>name<br><em><mark style="color:blue;">string</mark></em></td><td>Location name. This is usually a city, occasionally a country.</td></tr><tr><td>country<br><a href="/pages/ztrof8YiLKZRjFQYneZL"><em><mark style="color:blue;">Country</mark></em></a></td><td>Country name in official format.</td></tr><tr><td>continent<br><a href="/pages/2g6ojJ5aFT1WNKOTyyux"><em><mark style="color:blue;">Continent</mark></em></a></td><td>Continent where the given country belongs.</td></tr></tbody></table>

```json
"location": {
                "name": "Katowice",
                "country": {
                    "name": "Poland"
                },
                "continent": {
                    "name": "Europe"
                }
            }
```


---

# 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.sportradar.com/snooker/objects/live-objects/venue/location.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.
