> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-cn/genstudio-workspace/tools/legal-agreement-review/how-to-use.md).

# 如何使用

要开始使用法律协议审查，请提供一个 **介绍** 提示，这只是您想要解决的任何背景信息、问题或具体关注点，以及您想要审查的 **条款** 或法律文本的部分。

<figure><img src="/files/ToRhkOQV6v5JfLDCLBrL" alt="法律协议审查示例"><figcaption></figcaption></figure>

在初步审查之后，AI可能会要求更多信息或上下文，以改善对条款的建议。像往常一样，您提供的具体信息越多，效果就越好。


---

# 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://docs.skydeck.ai/zh-cn/genstudio-workspace/tools/legal-agreement-review/how-to-use.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.
