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

# Supported Countries

Placekey operates and will continue to be rolled out on a region-by-region basis. Please continue to check back here for the regions that Placekey supports. If you would like to request a specific country please submit it here - <https://www.placekey.io/feedback>

Placekey may support countries with only address inputs (no location name) or addresses and location names.

If a country does not have POI support, "location\_name" input will be ignored and only an address encoding will be returned.

Here are the currently supported Countries and their level of coverage:

| Country        | Address Support | POI Support | Strong Geocode |
| -------------- | --------------- | ----------- | -------------- |
| United States  | X               | X           | X              |
| Canada         | X               | X           | X              |
| United Kingdom | X               | X           | X              |
| International  | X               |             |                |


---

# 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:

```
GET https://docs.placekey.io/documentation/api-overview/supported-countries.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.
