> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/ai-agents/en/privacy-terms-and-conditions-and-dpa/faq-datenschutz.md).

# Privacy FAQ

### AI Regulation (AI Act)

<details>

<summary>Is the AI Agent GDPR-compliant</summary>

Yes, all data is processed and hosted in the EU.

</details>

<details>

<summary>Which provisions of the EU AI Act apply to AI Agents and what risk category do they fall into?</summary>

sipgate AI Agents generally fall under the category of “limited risk” pursuant to Art. 50 of the AI Regulation. For systems in this category, transparency obligations primarily apply. The AI Regulation classifies systems for direct interaction with natural persons (such as voice agents) as subject to transparency obligations, but not as high-risk systems.\
The AI Act has been in force since 1 August 2024, and the transparency obligations under Art. 50 apply from 2 August 2026.

</details>

<details>

<summary>Does the AI Agent have to actively point out at the beginning of a conversation that it is an AI-powered dialogue, and in what form?</summary>

Yes, under Art. 50(1) of the AI Act, providers of AI systems intended for direct interaction with natural persons must design them so that the persons are informed that they are interacting with an AI system. The notice must be clear, unambiguous and transparent, at the latest upon the first interaction. An exception applies only if this is obvious from the context. By default, sipgate ensures that the AI Agent outputs a preformulated notice (greeting text) at the beginning of each conversation, clearly disclosing the AI-powered nature of the dialogue. This notice is technically fixed at the start of the conversation and cannot be skipped. The notice must be reproduced in the specified wording regardless of the language setting and meets accessibility requirements.

</details>

<details>

<summary>What fines are imposed for violations of the AI Act's transparency obligations?</summary>

Violations of the transparency obligations under Art. 50 of the AI Act can be punished under Art. 99(4) of the AI Act with fines of up to EUR 15 million or 3% of the company's worldwide annual turnover (whichever is higher). The fines are imposed by national supervisory authorities. It should be noted that responsibility for compliance with the transparency obligations lies with the operator of the AI system (the customer), while sipgate as the provider of the AI system supplies the technical prerequisites.

</details>

### Data protection (GDPR)

<details>

<summary>What legal basis applies to the processing of conversation data by the AI Agent?</summary>

The processing of conversation data can be based, for example, on Art. 6(1)(a) GDPR (consent) or Art. 6(1)(b) GDPR (performance of a contract), depending on the specific use case. For inbound calls in customer service, processing may be necessary for the performance of a contract or for taking steps prior to entering into a contract.

</details>

<details>

<summary>Is the caller's voice biometric data within the meaning of Art. 9 GDPR and do we need explicit consent for it?</summary>

The human voice can be classified as biometric data within the meaning of Art. 4 No. 14 and Art. 9 GDPR if it is processed using special technical procedures for the unique identification of a person. The decisive factor is the purpose of the processing: if the voice is used solely for speech recognition and conversation handling (without biometric identification), Art. 9 GDPR does not apply. sipgate AI Agents use voice data exclusively for conversation processing, not for biometric identification. Explicit consent under Art. 9(2)(a) GDPR is therefore not strictly required.

</details>

### Data processing

<details>

<summary>Does sipgate use our customers' data for training or machine learning?</summary>

No. sipgate does not use customer data for training AI models or machine learning. This is contractually excluded with all AI service providers (in particular OpenAI). The data is used exclusively to provide the commissioned services and is deleted or anonymized after processing is complete. This regulation is part of the technical and organizational measures and documented in the DPA.

</details>

<details>

<summary>Can sipgate indemnify us against liability to third parties, especially in the event of violations of the AI Act and GDPR?</summary>

An indemnification by sipgate is not provided for, as the customer as controller is generally responsible for the lawful use of the AI Agent. This corresponds to the legal allocation of roles under the GDPR and AI Act.\
sipgate does, however, undertake to provide the technical and organizational prerequisites for lawful use and to support the customer in meeting its obligations within the framework of the DPA rules. The systems provided are generally designed so that they can be used in compliance with the GDPR:\
\
(1) Our data processing agreement (DPA) sets out the details of data processing. Corresponding agreements are in place with our subcontractors and partners to ensure lawful data processing.\
\
(2) We also point out that the assistant clearly states or can state at the beginning of each conversation that it is an AI (further information can be found in our [Privacy Policy](https://firebasestorage.googleapis.com/v0/b/ai-frontdesk-web-static/o/datenschutzerklaerung.pdf?alt=media\&token=bf03f619-6dfa-402d-8396-2db340462f10) and in the [Data Processing Agreement](https://firebasestorage.googleapis.com/v0/b/ai-frontdesk-web-static/o/auftragsverarbeitungs-vertrag.pdf?alt=media\&token=1e567ab2-d173-4b8e-b557-68c85ea66416))\
\
For cases in which a violation is due to errors or breaches of duty by sipgate, sipgate is liable under the contractual liability provisions.

</details>

### Liability & Responsibility

<details>

<summary>Who is liable if the AI Agent makes mistakes, provides false information, or violates the AI Regulation or GDPR?</summary>

Liability is determined by the division of roles between controller and processor: The customer as operator of the AI Agent is the controller within the meaning of the GDPR and the AI Act and is therefore generally responsible for lawful use. This includes in particular compliance with transparency obligations, lawful data processing and ensuring that the AI Agent is configured appropriately for its intended use. sipgate is liable as processor for breaches of duty within the scope of processing on behalf of a controller (Art. 82 GDPR).

</details>


---

# 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://help.sipgate.de/ai-agents/en/privacy-terms-and-conditions-and-dpa/faq-datenschutz.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.
