# Security

In addition to the built-in security-hardening features in applications, all of our applications follow a security standard that complete the security robustness of the system.&#x20;

* **Encrypting data in transit:** HTTPS (TLS/SSL) is always used to encrypt data transmitted between Lunar Control Center and the Applications with the API server. This helps prevent man-in-the-middle attacks and ensures the confidentiality and integrity of the data in transit.
* **Authentication:** strong authentication mechanisms is implemented to verify the identity of clients accessing the API. API keys are used to control access.&#x20;
* **Secured data storage:** API keys are accessible only for Lunar Control Center system admins. The multiple access role levels ensure that the API keys are not accessible by LCC operators lacking the right access.
* **Compliance with Android security guidelines:** our applications are developed in compliance with the standard security guidelines for Android applications ensuring securing data at rest


---

# 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://lcc.lunaromp.tech/security.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.
