> For the complete documentation index, see [llms.txt](https://interactively.gitbook.io/interactively-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interactively.gitbook.io/interactively-docs/admin/general-security-and-privacy.md).

# General Security and Privacy

To see our full policy on data security and privacy (including GDPR), please visit interactively.io/privacy-policy.

## Interactively's Commitment to Security and Privay

At Interactively, we prioritize security by implementing robust technical and organizational measures, including **encryption, access controls, and data backups** to safeguard your data.

Security and privacy protocols are embedded throughout the entire development and cloud storage process—from initial design to final deployment.

Your data is securely stored in the **United States** and encrypted following **industry-leading cloud vault standards**. Additionally, Supademo maintains a **Data Protection Officer** to oversee **GDPR compliance**.

To connect with our data representative, please email <security@interactively.io>.

## Authentication Settings

Interactively offers multiple sign-in options, including **Google SSO**, **Microsoft SSO**, and **email** **authentication**. You can choose any of these methods when signing up for an Interactively account.

### How can I change my email or password?

If you signed up using your email, you can change your email or password at any time in **Settings > Privacy & Access > Account Security**.

#### Change email

In **Account Security**, click <kbd>Change email</kbd>, enter your password, click <kbd>Continue</kbd>, provide a new email address, enter the temporary verification code sent to your new email, and then click <kbd>Change email</kbd>.

#### Change password

In **Account Security**, click <kbd>Change Password</kbd>, enter your current password, your new password, confirm your new password, and click <kbd>Change Password</kbd>.

## Sharing Access Level

Configure the **Sharing Access Level** (Public/Private) of your Interactively demos in **Settings > Privacy & Access**.

By default, the Sharing Access Level of your Interactively projects is set to **Public** when first published. This means that once you publish a project, it is public and anyone can access it.

To set the default to private, toggle the Sharing Access Level to **Private**. Private projects can only be accessed by users with the unique link

Interactively demos embedded on a website are visible to all visitors of that website.

## Team Workspace Access

Manage access within your **Team Workspace** in **Settings > Privacy & Access.**&#x20;

**Edit Access:** By default, team members must request edit access from the project's creator to edit an Interactively demo created by someone else. To let team members edit demos without requesting access, toggle this setting off.

**Comments:** By default, team members can comment on demos within your Team Workspace. To disable this, toggle the setting off.


---

# 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:

```
GET https://interactively.gitbook.io/interactively-docs/admin/general-security-and-privacy.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.
