> For the complete documentation index, see [llms.txt](https://help.blings.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blings.io/docs/security-compliance/security-features.md).

# Security Features

Blings provides robust security measures to keep your content and accounts safe.

* **Two‑Factor Authentication (2FA)** – Add an extra layer of security by requiring a one‑time code in addition to your password.
* **Single Sign‑On (SSO) & SCIM** – Use your corporate identity provider (e.g., Okta, Azure AD) to manage user access and provisioning on Enterprise plans.
* **Encryption** – All data in transit is encrypted with HTTPS. Data stored on our servers is encrypted at rest.
* **Secure Hosting** – Our infrastructure partners meet stringent security standards such as SOC 2 and ISO 27001.

{% hint style="info" %}
Enable 2FA in your account settings to protect your account from unauthorized access. For SSO setup, see the documentation in the [Blings Pro – Studio & Developer Tools](https://github.com/yonatanmn/gitbook/blob/main/pls/blings-pro/README.md) collection.
{% endhint %}


---

# 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://help.blings.io/docs/security-compliance/security-features.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.
