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

# Graph

> Graph analytics at scale

## Topics

<CardGroup cols={2}>
  <Card title="Graph Concepts" href="/content/graph_solver/network_graph_solver">
    * [Graph Solvers](/content/graph_solver/network_graph_solver#graph-solvers)
    * [Match Graph Solvers](/content/graph_solver/network_graph_solver#graph-match-graph)
    * [Graph Queries](/content/graph_solver/network_graph_solver#query-graph)
  </Card>

  <Card title="Graph Components & Identifiers" href="/content/graph_solver/network_graph_solver#identifiers">
    * [Nodes](/content/graph_solver/network_graph_solver#graph-nodes)
    * [Edges](/content/graph_solver/network_graph_solver#graph-edges)
    * [Weights](/content/graph_solver/network_graph_solver#graph-weights)
    * [Turn-based Weights & Restrictions](/content/graph_solver/network_graph_solver#turn-pen-restr)
    * [Restrictions](/content/graph_solver/network_graph_solver#graph-restrictions)
    * [Graph Labels](/content/graph_solver/network_graph_solver#using-labels)
    * [Identifier Combinations](/content/graph_solver/network_graph_solver#id-combos)
    * [Match Identifiers](/content/graph_solver/network_graph_solver#match-identifiers)
    * [Query Identifiers](/content/graph_solver/network_graph_solver#query-identifiers)
    * [Query Combinations](/content/graph_solver/network_graph_solver#query-combinations)
  </Card>

  <Card title="Supplemental Briefs">
    * [Graph API](https://docs.google.com/presentation/d/1Rh5tHXww_0_GCv74w1RaiF3FIw_Ku5fQ5-CM06TIlBg)
    * [Graph Visualization](https://docs.google.com/presentation/d/1f17h5n40CSanX8ik8nW-3Av7ahFexhmWpbVc89O37bY)
  </Card>

  <Card title="Graphs in SQL" href="/content/sql/graph">
    * [SQL/PGQ](/content/sql/graph#sql-pgq)
    * [Match](/content/sql/graph#sql-graph-match)
    * [Solve](/content/sql/graph#sql-graph-solve)
    * [Create](/content/sql/graph#sql-graph-create)
  </Card>

  <Card title="Graph Actions" href="/content/graph_solver/network_graph_solver#graph-create">
    * [Create Graph](/content/graph_solver/network_graph_solver#graph-create)
    * [Modify Graph](/content/graph_solver/network_graph_solver#modifying-a-graph)
    * [Delete Graph](/content/graph_solver/network_graph_solver#graph-delete)
    * [Solve Graph](/content/graph_solver/network_graph_solver#solving-a-graph)
    * [Batch Solving](/content/graph_solver/network_graph_solver#graph-batch-solve)
    * [Query Graph](/content/graph_solver/network_graph_solver#query-graph)
    * [Match Graph](/content/graph_solver/network_graph_solver#match-graph)
  </Card>

  <Card title="Graph Permissions" href="/content/graph_solver/network_graph_solver#graph-permissions">
    * [Graph Native Permissions](/content/security/sec_concepts#security-concepts-permissions-graph)
    * [Graph SQL Permissions](/content/sql/security#sql-security-priv-mgmt-graph-grant)
  </Card>

  <Card title="Distributed Graph Servers" href="/content/graph_solver/distributed_graph_server">
    * [Install & Configure](/content/graph_solver/distributed_graph_server#graph-distributed-install-config)
    * [Leveraging Distributed Graph Servers](/content/graph_solver/distributed_graph_server#graph-distributed-leverage)
    * [Examples](/content/graph_solver/distributed_graph_server#graph-distributed-examples)
    * [Distributed Graph UI](/content/graph_solver/distributed_graph_server#graph-distributed-gadmin-ui)
  </Card>
</CardGroup>

## Product Highlights

<CardGroup cols={3}>
  <Card title="Distributed Graph Analytics">
    High-performance graph analytics that scale.
  </Card>

  <Card title="Geospatial and Social Graphs">
    Solve geospatial road networks and query social graphs.
  </Card>

  <Card title="Graph SQL">
    Create, solve, and query graphs with SQL.
  </Card>
</CardGroup>

## How-To Guides

<CardGroup cols={2}>
  <Card title="Introduction to Kinetica Graph" icon="book" href="/content/guides/graph_video_guide/index">
    Learn about Kinetica's Graph capabilities with a helpful video series

    Length: 75 MIN
  </Card>

  <Card title="Fitting Road Network Data to a Graph" icon="book" href="/content/guides/fitting_data/index">
    How to model a graph based on a road network dataset

    Length: 20 MIN
  </Card>

  <Card title="Generate Isochrones" icon="book" href="/content/guides/isochrones/index">
    Learn how to create isochrones with Kinetica's Graph

    Length: 20 MIN
  </Card>

  <Card title="Graph Solvers with UI" icon="book" href="/content/guides/graph_interface_guide/index">
    End-to-End Graph Example Using the UI

    Length: 20 MIN
  </Card>

  <Card title="Querying Social Graphs in Python" icon="book" href="/content/guides/query_graph_social/index">
    An example of querying a social graph with Kinetica (no external dataset required)

    Length: 15 MIN
  </Card>

  <Card title="Shortest Path with Python" icon="book" href="/content/guides/solve_graph_seattle_shortest_path/index">
    A Shortest Path graph solver example with the Python API

    Length: 10 MIN
  </Card>
</CardGroup>

## Next Steps

Now that you are familiar with Kinetica's graph capabilities, here are a few resources to check out next:

* [GAdmin](/content/admin/gadmin/index)
* [Location Intelligence](/content/location_intelligence/index)
* [SQL](/content/sql/index)
