# Integration guide

The API is designed to automate logistics processes and ensure secure data exchange between client systems and the Nova Post platform.

### Getting Started

1. Generate an API key and obtain a JWT token to access the API.
2. Go to the section to review the available methods, operations, and parameters.
3. Use the Dictionaries to provide valid system values in your API requests.
4. Check the Changelog regularly to ensure you don’t miss any API changes.
5. For assistance, visit the Help Center (FAQ, guidance, and support).


---

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