# Introduction

Ultimo Business Integration provides APIs to Ultimo for third-party applications. The APIs offer the following functions:

* Retrieve data
* Insert data
* Update data
* Delete data

Ultimo Business Integration can be described as:

* A default integration platform
* Offering import & export functionalities
* Based on XML, CSV or JSON
* Accessible via webservices

Ultimo Business Integration offers:

* Support for standards like REST
* Various default integrations
* Additional interfaces created by (partner) consultants
* Integration with files or webservice requests
* Possibilities for XSL transformation
* Default logging and rollback mechanisms

Ultimo is able to process the received data using the built-in business logic. The following types of communications are supported to access the API:

{% content-ref url="/pages/-MZmRmSqZJm8Yn2dUARj" %}
[REST](/api-guide/rest.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZmRmSvkkuZXaUvv6Nm" %}
[HTTP POST](/api-guide/http-post.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZmRmT-0oBF9NhPVpYb" %}
[SOAP](/api-guide/soap.md)
{% endcontent-ref %}


---

# 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://developer.ultimo.net/getting-started/introduction.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.
