> ## Documentation Index
> Fetch the complete documentation index at: https://docs.devinenterprise.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](/work-with-devin/deepwiki) inside of the Devin Desktop 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/cognitionai-enterprise/GYcs1r0Vcxr5GSpj/desktop/assets/windsurf/deepwiki-demo.mp4?fit=max&auto=format&n=GYcs1r0Vcxr5GSpj&q=85&s=72f665811b50220ce64799e7d455f807" data-path="desktop/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/cognitionai-enterprise/GYcs1r0Vcxr5GSpj/desktop/assets/windsurf/deepwiki-example.jpg?fit=max&auto=format&n=GYcs1r0Vcxr5GSpj&q=85&s=a305eaf6bf10840bc2b6df04856a23a6" width="2050" height="2448" data-path="desktop/assets/windsurf/deepwiki-example.jpg" />
