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

# Wiki

> Read, search, and ask questions about documentation generated from your repository graph.

**Wiki** turns an indexed repository into browsable documentation connected to its code graph. Open **Wiki** in [Graphify Cloud](https://app.graphify.com), then select a repository.

## Read your repository's wiki

Start with **Overview**, then use the article index to explore communities and concepts. The table of contents moves between sections of the current article. Links connect related articles and, where a graph reference can be resolved, open the corresponding code context in **Graphs**.

The wiki is generated alongside the repository's code graph. Articles describe the indexed build, so check the repository's indexing state when comparing them with newer code.

## Search or ask

The wiki provides two ways to investigate a question:

| Mode       | Use it for                                                                                                    |
| ---------- | ------------------------------------------------------------------------------------------------------------- |
| **Search** | Find words and phrases inside article bodies. Results identify matching articles and highlight relevant text. |
| **Ask**    | Ask a question that needs connected code context, such as ownership, a call path, or where a behavior lives.  |

Search first when you know a name or phrase. Use **Ask the wiki instead** when you need an explanation across relationships. Open the referenced articles and graph nodes to inspect the evidence behind an answer.

## Share a useful page

The current repository and article are reflected in the page URL. Copy that URL to direct a teammate to the same article. They need access to the corresponding Cloud workspace and repository.

If the article no longer exists in the current build, the reader falls back to the wiki Overview.

## When the wiki is empty

* **Repository not indexed**: enable indexing and let the next repository build finish.
* **Indexing in progress**: the wiki appears with the completed code graph.
* **No wiki artifact for an older build**: re-index the repository to produce a current wiki.

Wiki availability depends on workspace access. If the page reports an unavailable or oversized artifact, follow its displayed message; that state is different from an empty search result.

For graph navigation, see [Explore your graphs](/platform/graphs). For a local Markdown export, see [Export and reuse your graph](/guides/exports).

<div aria-hidden="true" data-graphify-site-styles="true" className="hidden [body:has(&)_.chat-assistant-floating-input::before]:!bg-transparent [body:has(&)_#content-container>span[style*=features-bg]]:!bg-cover [body:has(&)_#content-container>span[style*=features-bg]]:!bg-bottom [body:has(&)_#footer_a[href*='linkedin.com']_svg]:!bg-[#0a66c2] [body:has(&)_#footer_a[href*='discord.gg']_svg]:!bg-[#5865f2] [body:has(&)_#footer_a[href*='github.com']_svg]:!bg-[#181717] [body:has(&)_#footer_a[href*='x.com']_svg]:!bg-[#000000]" />

<div role="navigation" aria-label="Documentation pages" className="not-prose mt-12 grid gap-4 sm:grid-cols-2">
  <a href="/platform/graphs" rel="prev" aria-label="Previous: Repository graphs" className="group flex min-h-[112px] flex-col justify-center gap-3 rounded-xl border border-[#c7dbd0] !border-b-[#c7dbd0] bg-[#ffffff] px-6 py-5 text-[#062314] no-underline transition-colors hover:border-[#94b6a2] hover:!border-b-[#94b6a2] hover:bg-[#edf6f0] focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-[#4dea9c] items-start text-left"><span className="flex items-center gap-2 text-[11px] font-medium uppercase tracking-[0.08em] text-[#586b60]"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.8" aria-hidden="true"><path d="M15 5l-7 7 7 7" /></svg>Previous</span><span className="text-[15px] font-semibold leading-6">Repository graphs</span></a>
  <a href="/platform/reviews" rel="next" aria-label="Next: Pull request reviews" className="group flex min-h-[112px] flex-col justify-center gap-3 rounded-xl border border-[#c7dbd0] !border-b-[#c7dbd0] bg-[#ffffff] px-6 py-5 text-[#062314] no-underline transition-colors hover:border-[#94b6a2] hover:!border-b-[#94b6a2] hover:bg-[#edf6f0] focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-[#4dea9c] items-end text-right sm:col-start-2"><span className="flex items-center gap-2 text-[11px] font-medium uppercase tracking-[0.08em] text-[#586b60]">Next<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.8" aria-hidden="true"><path d="M9 5l7 7-7 7" /></svg></span><span className="text-[15px] font-semibold leading-6">Pull request reviews</span></a>
</div>
