# Integrácia

Systém PORTOS umožňuje prepojenie akéhokoľvek systému dvoma spôsobmi:

## HTTP WEB API

Pokladničný systém PORTOS disponuje otvorenou HTTP REST API. Ak neviete, čo to znamená, posuňte túto informáciu vašim programátorom. Vďaka API je možné prepojiť akýkoľvek externý systém priamo so systémom PORTOS, napríklad na:

* vytvorenie objednávky z vašeho webu
* prepojenie s e-shopom
* synchronizácia skladových zostatkov

V prípade záujmu o realizáciu integrácie, prosím, [kontaktujte autorov softvéru](https://ninedigit.sk/kontakt), spoločnosť Nine Digit, s.r.o..&#x20;

Programátorské podklady k HTTP WEB API sú k dispozícii na adrese [developers.portos.sk](https://developers.portos.sk/).

## Textové "PDA" súbory

Zjednodušené rozhranie pracujúce na princípe výmeny textových súborov. Programátorské podklady k integrácii prostredníctvom PDA súborov sú k dispozícii na [tejto adrese](https://developers.portos.sk/integrations/pda-files).


---

# 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.portos.sk/ostatne/integracia-1.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.
