# Security and compliance

当您的原型进入生产阶段时，将面临一系列的挑战，包括安全、合规性以及如何将 AI 项目与您的核心业务相结合。以下是在这一过程中需要考虑的关键领域：

安全和合规性

在将您的原型推向生产环境时，评估并解决可能适用于您的应用程序的任何安全和合规性要求至关重要。这包括：

数据管理：检查您正在处理的数据类型，理解我们的 API 如何处理这些数据。 法规遵从：确定您必须遵守的法律和规定。 隐私政策和使用条款：参考我们的隐私政策和使用条款，以了解我们的安全实践和合规性门户所提供的最全面和最新文档。 安全最佳实践

为确保您的应用程序安全且成功，考虑以下安全最佳实践：

数据加密和匿名化：在可能的情况下，对数据进行加密或匿名化处理。 安全编码：遵循安全编码最佳实践，例如输入消毒和适当的错误处理。 广泛测试：广泛测试产品，主动解决潜在问题，限制滥用机会。 商业考量

随着使用 AI 的项目从原型转向生产，考虑如何利用 AI 构建出色的产品及其与核心业务的联系非常重要。一些考虑因素包括：

数据存储、传输和保留：考虑数据的存储、传输和保留策略，以及如何保护数据隐私。 模型性能监控：跟踪模型随时间的性能，并在发现任何潜在问题或性能下降时采取措施。 部署自动化：自动化模型及其相关工件到生产环境的部署过程。 通过在开发和部署过程中考虑这些安全、合规性和商业方面，您可以为您的 AI 项目的成功奠定坚实的基础，确保它既安全可靠，又能有效地推进您的商业目标。


---

# 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://doc.afarensis.com/sheng-chan-zui-jia-shi-jian/security-and-compliance.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.
