> ## 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.

# Graphify Cloud

> Explore graphs, Wiki, reviews, formal verification, Learning, and shared agent memory in your hosted workspace.

Graphify Cloud is the hosted Graphify workspace at [app.graphify.com](https://app.graphify.com). Its core features bring repository graphs, Wiki, pull request reviews, formal verification, Learning, and agent memory into one connected workspace for your team and coding assistants.

## Get started

<Steps>
  <Step title="Open your workspace">
    Go to [app.graphify.com](https://app.graphify.com). Sign in with Google, GitHub, GitLab, or email. If you are new to Graphify, select **Create an account** from the login page.
  </Step>

  <Step title="Connect a repository">
    Follow the repository setup in your workspace. Graphify builds a graph of the repositories you connect. Use **Overview** to see your graphs, indexing status, and recent builds.
  </Step>

  <Step title="Explore the relationships">
    Open a graph to inspect its nodes and connections. Use the cross-repository view when you need context across services and shared code. The [console tour](/platform/console) walks through the product screens.
  </Step>

  <Step title="Connect your coding agent">
    Use **Connect agent** in the console, or follow the [client-specific MCP instructions](https://graphify.com/mcp). The hosted connection uses an OAuth sign-in so your assistant can access your Graphify workspace.
  </Step>
</Steps>

## Your workspace

| Area                                              | What you can explore                                                             |
| ------------------------------------------------- | -------------------------------------------------------------------------------- |
| [Overview](/platform/console#overview)            | Repository graphs, workspace activity, and recent builds.                        |
| [Repository graphs](/platform/graphs)             | Code relationships within a repository and across repositories.                  |
| [Wiki](/platform/wiki)                            | Generated repository documentation with full-text search and grounded questions. |
| [Pull request reviews](/platform/reviews)         | Review runs, findings, and the code affected by a change.                        |
| [Formal verification](/platform/verification)     | Function-level comparisons, verdicts, and evidence of behavioral changes.        |
| [Learning](/platform/learning)                    | Review feedback, learned dismissals, and rule suppressions.                      |
| [Agent memory](/platform/memory)                  | Remembered facts, entities, grounding, and provenance.                           |
| [Contributors](/platform/contributors)            | Authorship and graph reach with available signing evidence.                      |
| [Repositories and builds](/platform/repositories) | Connections, analysis settings, indexing progress, and retries.                  |
| [Agents and integrations](/platform/connections)  | MCP access for coding assistants and workspace connections.                      |

<Card title="Tour the console" icon="panels-top-left" href="/platform/console">
  Explore the Graphify Cloud screens and learn what each view is for.
</Card>

## Cloud and the open-source engine

Graphify Cloud manages the hosted workspace for your connected repositories. The [open-source quickstart](/quickstart) runs the graph engine on your machine and writes the output into your project. Its CLI commands and local MCP setup are documented separately in these docs.

Formal verification is part of Graphify Cloud. Available features, permissions, and usage limits depend on your workspace and plan; see [pricing](https://graphify.com/pricing) for current hosted plans.

<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/console" rel="next" aria-label="Next: Console tour" 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">Console tour</span></a>
</div>
