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

# Security & Privacy

Orbitron is designed with **security and user privacy** as a top priority. All operations are structured to ensure that sensitive data such as API keys, prompts, and responses remain **under the user’s local control**.

***

### 🔑 Local Configuration

* All configuration data — including **API keys**, model preferences, and workspace settings — are stored in a local configuration file.
* Orbitron does **not upload or sync** this configuration to any external server.

***

### 🧠 Local Processing of Conversations

* By default, **all conversation history is processed and stored locally**.
* Orbitron does **not transmit or save your chat logs to any external system or cloud** without explicit user action.
* This design enables teams to maintain **air-gapped environments** and operate within secure or regulated infrastructures.

***

> ✅ This architecture ensures that sensitive business information, proprietary code, and infrastructure details stay within your local or private network.
