> For the complete documentation index, see [llms.txt](https://docs.tenten.co/docs-webflow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tenten.co/docs-webflow/webflow-101/11.-devlink.md).

# 11. DevLink

Webflow Labs: DevLink - Devlink 由 Webflow Labs 構建，Webflow Labs 是一個內部創新和孵化團隊，專注於在無代碼和 Web 開發社區中擴展 Webflow 的核心產品。可用的支持有限。

![](https://i.imgur.com/baCqm8P.png)

* [參考](https://github.com/webflow/devlink-examples)
* [可克隆的 Webflow 網站](https://webflow.com/made-in-webflow/devlink?cloneable=true)
* [開發鏈接模板](https://webflow.com/templates/tag/devlink)
* [Webflow 大學指南](https://university.webflow.com/lesson/devlink-in-the-designer)
* [錯誤報告/功能請求表](https://airtable.com/shr47EWPVsV9xCwOH)
* [DevLink 和 Next.js 入門 13](https://www.loom.com/share/e18fb2d2928b402da8a53bdb83d88eca)
* [開始使用 DevLink 和舊版本的 Next.js](https://www.loom.com/share/06ece4e28d4e48f1bd5364bc69fe5f9e)


---

# 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.tenten.co/docs-webflow/webflow-101/11.-devlink.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.
