# How to choose the appropriate endpoint

Endpoint for all destinations – <mark style="color:$success;"><https://api.novapost.com/v.1.0></mark> is used for processing shipments across all delivery destinations without restrictions, including both international shipments and domestic deliveries within Ukraine.

Endpoint for shipments within Ukraine – [https://api.novaposhta.ua/v.1.0](https://developers.novaposhta.ua/) is used only for domestic shipments within Ukraine or international shipments from Ukraine to other countries worldwide.


---

# 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://api-portal.novapost.com/novaposhta-docs/integration-guide/how-to-choose-the-appropriate-endpoint.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.
