# Custom Point using Latitude and Longitude

* Latitude is presented by four digits and a character&#x20;
  * The first **two** digits are the degrees (00 to 90)
  * The second **two** are the minutes (00-60)
  * The character is either "N" for the northern hemisphere or "S" for the southern hemisphere.
* Latitude is presented by five digits and one character
  * The first **three** digits are the degrees (000 - 180) &#x20;
  * The second **two** are the minutes (00-60)
  * The character is either "W" for the western hemisphere or "E" for the eastern hemisphere.

Example: **1234N 12345W**

<figure><img src="https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/0YUNaBAW5gGggkCsFxyg/Screenshot%202023-12-14%20at%2011.29.28.png" alt=""><figcaption></figcaption></figure>


---

# 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.dataloy.com/dataloy-distance-table-ddt/custom-point-using-latitude-and-longitude.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.
