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

# Location Intelligence

> Geospatial tracking and analytics

## Topics

<CardGroup cols={2}>
  <Card title="Geospatial Objects" href="/content/location_intelligence/geo_objects">
    * [Points](/content/location_intelligence/geo_objects#geometry-points)
    * [Shapes](/content/location_intelligence/geo_objects#geometry-shapes)
    * [Tracks](/content/location_intelligence/geo_objects#geospatial-tracks)
    * [Labels](/content/location_intelligence/geo_objects#geometry-labels)
  </Card>

  <Card title="Web Map Service (WMS)" href="/content/api/rest/wms_rest">
    * [Overview](/content/api/rest/wms_rest)
    * [Downloads](/content/api/rest/wms_rest#wms-downloads)
    * [Required Parameters](/content/api/rest/wms_rest#wms-required-params)
    * [Optional Parameters](/content/api/rest/wms_rest#wms-optional-params)
    * [Raster](/content/api/rest/wms_rest#wms-raster)
    * [Class Break](/content/api/rest/wms_rest#wms-cbraster)
    * [Heatmap](/content/api/rest/wms_rest#wms-heatmap)
    * [Contour](/content/api/rest/wms_rest#wms-contour)
    * [Labels](/content/api/rest/wms_rest#wms-labels)
    * [Isochrones](/content/api/rest/wms_rest#wms-isochrones)
    * [WMS with REACT](https://github.com/kineticadb/kinetica-react)
  </Card>

  <Card title="Vector Tile Service (VTS)" href="/content/api/rest/vts_rest">
    * [Overview](/content/api/rest/vts_rest)
    * [Configuration](/content/api/rest/vts_rest#vts-config)
    * [Usage](/content/api/rest/vts_rest#vts-usage)
    * [Example](/content/api/rest/vts_rest#vts-example)
    * [Limitations](/content/api/rest/vts_rest#vts-limitations)
    * [VTS with REACT](https://github.com/kineticadb/kinetica-react)
  </Card>

  <Card title="Geospatial Indexes" href="/content/concepts/indexes#geospatial-index">
    * [Overview](/content/concepts/indexes#geospatial-index)
    * [Create Table w/ Index (SQL)](/content/sql/ddl#sql-create-table-index)
    * [Add Index (SQL)](/content/sql/ddl#sql-alter-table-geospatial-index-add)
  </Card>

  <Card title="Geospatial/Geometry Functions" href="/content/location_intelligence/geo_functions">
    * [Enhanced Performance Scalar Functions](/content/location_intelligence/geo_functions#geo-functions-scalar-ep)
    * [Scalar Functions](/content/location_intelligence/geo_functions#geo-functions-scalar)
    * [Aggregation Functions](/content/location_intelligence/geo_functions#geo-functions-aggregation)
    * [Track Functions](/content/location_intelligence/geo_functions#geo-functions-track)
    * [H3 Functions](/content/location_intelligence/geo_functions#geo-functions-h3)
  </Card>

  <Card title="Geospatial Examples" href="/content/location_intelligence/geospatial_examples">
    * [Wkt Data Geo Functions](/content/guides/wkt_data_geo_functions)
    * [Isochrones](/content/guides/isochrones)
    * [Geospatial Partitioning](/content/tuning/cs/geo)
    * [Geo Join Example](/content/tuning/cs/geo#geo-join-example)
  </Card>
</CardGroup>

## Product Highlights

<CardGroup cols={3}>
  <Card title="High-Performance Geospatial SQL Functions">
    Large library of high-performance SQL geospatial functions
  </Card>

  <Card title="Large-scale Visualization">
    Render massive amounts of geospatial data server-side and display it on a map
  </Card>

  <Card title="Entity Tracking">
    Track GPS enabled devices through time and space
  </Card>
</CardGroup>

## How-To Guides

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="book" href="/content/guides/quickstart-guide/index">
    Get started with Kinetica Workbench

    Length: 15 MIN
  </Card>

  <Card title="Using WKT Data and Geospatial Functions" icon="book" href="/content/guides/wkt_data_geo_functions/index">
    Learn how to ingest and use WKT geometry with geospatial functions

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

## Next Steps

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

* [Loading Data](/content/load_data/index)
* [SQL](/content/sql/index)
* [GAdmin](/content/admin/gadmin/index)
* [Graph Solvers](/content/graph_solver/index)
