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

> Connect your repositories, explore their relationships, and give your agents shared code context.

Graphify Cloud is the hosted Graphify workspace at [app.graphify.com](https://app.graphify.com). It brings repository graphs, pull request reviews, and agent memory into one place, so your team and coding assistants can work from connected code context.

## 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.              |
| [Graphs](/platform/console#cross-repository-graph) | Code relationships within a repository or across several repositories. |
| [Reviews](/platform/console#pull-request-reviews)  | Pull request review runs, findings, and affected code.                 |
| [Memory](/platform/console#agent-memory)           | Facts remembered by agents and the entities they describe.             |

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

For current hosted plans and limits, see [pricing](https://graphify.com/pricing). For enterprise verification and deployment options, see [differential verification](/platform/verification).

<div aria-hidden="true" className="hidden [body:has(&)_.chat-assistant-floating-input::before]:!bg-transparent" />

<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: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>
