# 第十一章 安全与伦理

负责任地使用 AI 是每个开发者的责任。

***

## 本章重点

* 宪法 AI 的设计理念
* 安全使用指南
* 数据隐私与合规
* 负责任的 AI 应用

***

## 章节导航

| 章节                                                                             | 主题         |
| ------------------------------------------------------------------------------ | ---------- |
| [11.1](/claude_guide/di-si-bu-fen-shi-zhan-pian/11_safety/11.1_cai.md)         | 宪法式 AI     |
| [11.2](/claude_guide/di-si-bu-fen-shi-zhan-pian/11_safety/11.2_guardrail.md)   | 安全使用指南     |
| [11.3](/claude_guide/di-si-bu-fen-shi-zhan-pian/11_safety/11.3_privacy.md)     | 数据隐私与合规    |
| [11.4](/claude_guide/di-si-bu-fen-shi-zhan-pian/11_safety/11.4_responsible.md) | 负责任的 AI 应用 |
| [11.5](/claude_guide/di-si-bu-fen-shi-zhan-pian/11_safety/11.5_adversarial.md) | 对抗性攻击与防御   |
| [11.6](/claude_guide/di-si-bu-fen-shi-zhan-pian/11_safety/11.6_compliance.md)  | 企业级合规与审计   |


---

# 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://yeasy.gitbook.io/claude_guide/di-si-bu-fen-shi-zhan-pian/11_safety.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.
