# Overview

Welcome to Placekey!

## About Placekey

You can use the Placekey API to retrieve a [Placekey](https://www.placekey.io/) for any location in the world, identifying it by its geographical coordinates or its address. If you include the name of the place, your Placekey will contain a unique identifier for the POI at that location.

Placekey helps with matching places and addresses across datasets.

## Placekey Developer Portal

The [Placekey Developer Portal](https://dev.placekey.io/default/register) is where you get access to the API, review your usage, and generate API keys.

## Placekey Libraries

The Placekey Python library includes an API client and utilities for working with Placekeys.

* Python - [placekey](https://pypi.org/project/placekey/)

## Help and Support

If you have any feedback or if you need help, please contact us on <https://placekey.io/feedback> or email <support@placekey.io>.


---

# 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.placekey.io/documentation/welcome/readme.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.
