> For the complete documentation index, see [llms.txt](https://nninlaw.gitbook.io/manila-principles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nninlaw.gitbook.io/manila-principles/2.md).

# 2 沒有司法機關命令，不得要求對內容進行限制

1. 除非一個獨立且公正的司法機關發布命令認定爭議內容為非法，否則不得要求中間人對內容進行限制。
2. 對內容進行限制的命令必須
   1. 認定該內容在其管轄區域內屬於非法。
   2. 指出網際網路識別元並描述非法內容。
   3. 提供充分的證據證明命令的法律基礎。
   4. 在適用情況下，指出限制內容的時段。
3. 如果中間人沒有適當地遵守內容限制的命令，中間人所須承擔的一切責任必須與該不當行為合乎比例並直接相關。
4. 如果內容限制的命令不符合此項原則，中間人不得被要求對沒有遵守該命令負責。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nninlaw.gitbook.io/manila-principles/2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
