# Kaltura and Annoto Data Transfer

To provide the best customer and user experience, some of the data is transferred between Kaltura and Annoto platforms.

### **Processed Data**

Kaltura shares data about the media details (media items and their context) and information about the users that consume the media.

Annoto collects all the UGC (User Generated Content) such as comments, votes, private notes, etc. and securely stored on AWS cloud (SAAS solution) or dedicated enterprise cloud (Enterprise solution).

#### **Media Details Data**

Kaltura shares the following media details to Annoto:

1. Media identifier
2. Media title
3. Media description
4. Media duration
5. Media author
6. Media thumbnail URL
7. Context (channel/category/course) identifier
8. Context title
9. Context description
10. Context thumbnail URL

#### **Users Data**

Kaltura shares the following user information to Annoto via SSO (Single Sign-On):

1. User identifier
2. User full name
3. User email
4. User role

### **Data Transfer Methods**

All the data is securely transferred over https.


---

# 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.annoto.net/setup-guides/kaltura/kaltura-and-annoto-data-transfer.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.
