# Secure communication among components

All components in the Cloudbrink solution always communicate over secure channels. Cloudbrink uses Mutual TLS (mTLS) based secure connections to ensure that both ends of the communication are always authenticated and authorized.&#x20;

&#x20;

Cloudbrink uses TLS 1.3 protocol only at all network segments which provides best available secure communication.

&#x20;

Below are the communication channels that use mTLS 1.3.

&#x20;

1\)     Cloudbrink Agent to the Cloudbrink SaaS

2\)     Cloudbrink Agent to the Edge infrastructure

3\)     Cloudbrink Edge infrastructure to the Cloudbrink SaaS

4\)     Cloudbrink Connector to the Edge infrastructure

5\)     Cloudbrink Connector to the Cloudbrink SaaS

&#x20;


---

# 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.cloudbrink.com/cloudbrink-overview/secure-communication-among-components.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.
