> 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/practice/share-link.md).

# 3.10 分享連結

點選**分享連結**可以**開啟連結共用設定**，顯示預設的專案網址，並可以自行**更改網址**(好記的網址)後**儲存設定**。**複製**網址即可分享專案成果**給知道網址**的人。

![](/files/-M6gioHOQ19TeKL5fAQ2)

1. 編輯畫面的工具列中，按下**分享連結**。
2. 開啟**連結共用設定**。
3. 出現預設專案網址，   可點選**編輯**按鈕。
4. 可以自行更換好記網址。
5. **儲存設定**。

![](/files/-M6gkDdjEon2un4pA5qe)

**複製**網址即可分享專案成果**給知道網址**的人。

**開啟公開專案**選項，則是將專案公布在DEDU官網上讓更多人看到。在選擇**專案封面圖片**後，**儲存設定，**&#x5C08;案就會被公開在DEDU官網上和大眾分享。

1. 複製專案網址後即可以   分享給其他(知道網址的)人看到。
2. 也可以**開啟公開專案**選項。
3. **選擇專案封面圖片**。
4. **儲存設定**後，專案就會被公開在DEDU官網上和大眾分享。


---

# 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/practice/share-link.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.
