> For the complete documentation index, see [llms.txt](https://docs.loverp-scripts.de/love-rp-de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loverp-scripts.de/love-rp-de/emergencydispatch/administration/vpc-integration.md).

# VPC Integration

## 1. API Key im VPC UCP generieren

{% embed url="<https://ucp.li>" %}

Öffne die oben verlinkte Seite und logge dich ein.\
\
Klicke anschließend auf "Netzwerke" und auf das "Bearbeiten"-Icon deines Netzwerkes.

<figure><img src="/files/FfQUpPWFKU0xntJ5RIAl" alt=""><figcaption></figcaption></figure>

Hier kannst du nun einen neuen API Key generieren und kopieren.\
\
Klicke anschließend auf "Speichern", um die Änderung zu übernehmen.

<figure><img src="/files/QrK2IEX0YJbzzgq9sKNB" alt=""><figcaption></figcaption></figure>

Öffne jetzt die EmergencyDispatch Administration und klicke auf "allgemeine Einstellungen".\
\
Am Ende der Seite findest du den Abschnitt "VPC Integration". Füge nun den API Key im Feld ein und klicke auf "Einstellungen speichern".

<figure><img src="/files/EeioCRBHZca9Dbl6PqMT" alt=""><figcaption></figcaption></figure>

## 2. Computer ID verbinden

Klicke in der EmergencyDispatch Administration auf "Übersicht Jobs" und bearbeite den gewünschten Job.\
\
Hier findest du das Feld "VPC Computer ID". Trage hier die Computer ID ein.\
\
\&#xNAN;*Beispiel:* die Dienstnummer ist "*12345*-1" -> deine Computer ID ist "*12345*".\
\
Klicke anschließend auf "Job bearbeiten". Die VPC Integration ist für die gewählte Leitstelle abgeschlossen.

<figure><img src="/files/gIPEKyMD7vHOZX0pQ3C0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.loverp-scripts.de/love-rp-de/emergencydispatch/administration/vpc-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
