# VPMS Check-in Action

With the help of VPMS Check-in Action it is possible to integrate VPMS (Video Production Management Suite) into Helmut4. For that an check-in will be executed via the VPMS check-in webservice and a Video or Audio file (e.g. Codec MFXOp1a HDF02a) can be transferred from share location. To use this interface the VPMS connector endpoint should be implemented in the portainer’s stack first. The URL of this endpoint must be inserted in the node’s settings as well as the path of the file. Furthermore the user can decide if the corresponding file should be a growing file.

The endpoint in the portainer’s stack will look as following:

{% code overflow="wrap" %}

```xml
version: „3.4"
services
    vpms-container:
        image: repo.moovit24.de:443/vpms-connector:0.0.10
        environment:
        parameters:
            --vpms.service.address=http://sp-fbpkons-vfu01.rbb-online.de:10160/CheckInService
            --vpms.idprefix=vpms://RBBFBPkons/
            --server.port=8085
        ports:
        - 8080:8080
```

{% endcode %}


---

# 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.helmut.de/helmut4-releases/v4.6.0/helmut4-components/streamdesigner/nodes/actions/third-party/vpms-check-in-action.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.
