> ## Documentation Index
> Fetch the complete documentation index at: https://docs.windsurf.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DeepWiki

> Get AI-powered explanations of code symbols with DeepWiki. Hover over functions, variables, and classes to understand unfamiliar code in your codebase.

We've implemented [Devin's DeepWiki feature](https://docs.devin.ai/work-with-devin/deepwiki) inside of the Windsurf Editor. Use it to get up to speed on unfamiliar parts of your codebase.

You can find the DeepWiki interface in the Primary Side Bar / Activity Bar.

<video autoPlay controls muted loop playsInline className="w-full aspect-video" src="https://mintcdn.com/codeium/qJj_RRojefb93yIg/assets/windsurf/deepwiki-demo.mp4?fit=max&auto=format&n=qJj_RRojefb93yIg&q=85&s=3b9abf7eda8d39b6a9ae8c064fe876c5" data-path="assets/windsurf/deepwiki-demo.mp4" />

To use DeepWiki, hover over a symbol in your codebase and press `Cmd+Shift+Click` to open detailed explanations of code symbols.

Unlike classical hover cards that just show basic type information, DeepWiki-powered hover explains functions, variables, and classes as you read through code.

You can send the DeepWiki explanation to Cascade as an `@-mention` by clicking the `⋮` button in the top right of the DeepWiki panel and selecting `Add to Cascade`.

<img style={{ display: "block", margin: "auto" }} src="https://mintcdn.com/codeium/qJj_RRojefb93yIg/assets/windsurf/deepwiki-example.jpg?fit=max&auto=format&n=qJj_RRojefb93yIg&q=85&s=9db91d022ef27a79e0ba6fda0d2c40d2" width="2050" height="2448" data-path="assets/windsurf/deepwiki-example.jpg" />
