> For the complete documentation index, see [llms.txt](https://dila.gitbook.io/dedu-manual-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dila.gitbook.io/dedu-manual-book/manage/record.md).

# 4.2 版本紀錄

回到管理介面時，會看到建立過的所有專案，以及其他人和自己共享的專案列表。只有自己建立的專案可以被刪除。 \
**版本紀錄**是在編輯專案時自己儲存，和預覽成果時系統自動儲存的所有版本紀錄列表。

![](/files/-LgfAJmL7-Ap0uVz9OtB)

1. 專案建立的日期
2. 專案最後一次更新的日期
3. 記錄所有儲存及預覽的版本，點擊可開啟這個專案的版本紀錄。

{% hint style="info" %}
4\. 從"**能否刪除**"可以看出是不是自己建立的專案。 \
從這裡可以看出第一和第三個專案是自己建立的， 第二個專案不能被刪除則是別人共享的。
{% endhint %}


---

# 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://dila.gitbook.io/dedu-manual-book/manage/record.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.
