# Data Security in AI

At ArchiX, we take strict measures regarding data handling and system security so that our customers can use our services with peace of mind.

1. **Training by Generative AI:** ArchiX absolutely does not utilize any data entered by users (images, prompts, etc.) for AI model machine learning (Training). It is used strictly for the sole purpose of generation (Inference). Furthermore, regarding external APIs utilized by this service, input data is never used for training (for details, please refer to our Privacy Policy).<br>
2. **Encryption of Transmitted and Stored Data:** Your valuable data is robustly encrypted both during transmission and at rest.
   * **Transmission Encryption:** Communication between the customer and this service is enforced via HTTPS/TLS connections by CloudFront, ensuring secure protection. Additionally, within the internal system (communication from CloudFront to storage), unauthorized access is blocked through HTTPS communication utilizing Origin Access Control (OAC) and Signature Version 4 signing.
   * **Data-at-Rest Encryption:** Uploaded data and generated materials are automatically stored in an encrypted state using Amazon S3's server-side encryption (SSE-S3 / AES-256) functionality.<br>
3. **Server Location and Operational Structure:** The cloud infrastructure for this service is built entirely within the AWS Tokyo Region \[Asia Pacific (Tokyo)] in Japan, and is managed and operated in a secure environment that complies with domestic laws.<br>
4. **Future Initiatives:** Aiming to further strengthen our information security management structure, we plan to obtain ISMS (Information Security Management System) certification during the next fiscal year.


---

# 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.archix.ai/en/data-security-privacy/data-security-in-ai.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.
