> 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/5.md).

# 5 法律、內容限制政策，和實務做法必須遵循正當程序

1. 除有特殊情況，否則基於命令或請求而對任何內容進行限制之前，中間人和使用者內容提供者必須被賦予有效的陳述權。在特殊情況下，必須盡快對該命令及其執行進行事後審查。
2. 任何規範中間人的法律必須賦予使用者內容提供者和中間人對內容限制命令的上訴權。
3. 使用者內容提供者違反中間人的內容限制政策，中間人應對其提供複查內容限制決定的機制。
4. 如果使用者內容提供者在根據（b）上訴成功或者根據（c）的複查否決內容限制，中間人應恢復內容。
5. 中間人不應於沒有司法機關命令時揭露關於使用者的個人識別資訊。中間人責任制度不得要求中間人在沒有司法機關命令時揭露任何個人識別之使用者資訊。
6. 中間人草擬和執行其內容限制政策時應該尊重人權。同樣地，政府也有義務確保中間人的內容限制政策尊重人權。


---

# 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/5.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.
