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

# New Guides & Tutorials

> New and updated documentation from Wherobots: industry use cases, guides, tutorials, and SQL reference pages

This changelog tracks **new documentation content**: industry use cases, setup guides, tutorials, and SQL reference pages. For platform and product releases, see the [Changelog](/changelog).

<Update label="August 27, 2026" description="Industry Use Cases" tags={["Use Cases", "New Content"]}>
  ### Industry Use Cases portal

  **Spatial Analytics Tutorials** vertical now contains an [Industry Use Cases](/tutorials/use-cases) portal, organized around the business question that you start with rather than the geospatial solution you'll eventually utilize.

  <Columns cols={2}>
    <Card title="Land Monitoring & Catastrophe Prediction" icon="mountain" iconType="solid" horizontal href="/tutorials/use-cases/land-monitoring-catastrophe-prediction" />

    <Card title="Facility Management" icon="building" iconType="solid" horizontal href="/tutorials/use-cases/facility-management" />

    <Card title="Site Selection" icon="location-dot" iconType="solid" horizontal href="/tutorials/use-cases/site-selection" />

    <Card title="Fleet Logistics" icon="truck-fast" iconType="solid" horizontal href="/tutorials/use-cases/fleet-logistics" />

    <Card title="Agriculture & Forestry" icon="tractor" iconType="solid" horizontal href="/tutorials/use-cases/agriculture" />

    <Card title="Insurance & Risk" icon="shield-halved" iconType="solid" horizontal href="/tutorials/use-cases/insurance" />

    <Card title="Environmental Monitoring" icon="earth-americas" iconType="solid" horizontal href="/tutorials/use-cases/environmental-monitoring" />

    <Card title="Last Mile Delivery" icon="dolly" iconType="solid" horizontal href="/tutorials/use-cases/last-mile-delivery" />
  </Columns>

  #### What is new

  * **Eight industry pages:** Each covers the recurring spatial questions in that vertical, the output you can expect, and the tutorials that produce it.
  * **Question-first structure:** The [portal index](/tutorials/use-cases) groups every question by industry in one place, so you can scan before picking a tutorial.
  * **Linked to runnable notebooks:** Every question points at an existing example notebook.
</Update>

<Update label="August 20, 2026" description="Claude Connector and VS Code notebooks" tags={["Guides", "Agentic Tools"]}>
  ### Claude Connector guide and a VS Code path for your first notebook

  #### New guides

  * [Add Wherobots as an Official Connector in Claude](/develop/agentic-tools/claude-official-connector) — connect Wherobots to Claude from the Anthropic connector Directory with OAuth sign-in, no manual MCP configuration.

  #### Updated guides

  * [Start Your First Notebook](/get-started/wherobots-cloud/start-notebook) now documents the VS Code path alongside Wherobots Cloud, including connecting a kernel and running a local notebook on Wherobots compute.
</Update>

<Update label="August 14, 2026" description="Amazon S3 Tables guides" tags={["Guides", "Storage Integration"]}>
  ### Amazon S3 Tables catalog guides

  Two new guides cover connecting an Amazon S3 table bucket as an Iceberg catalog and querying it:

  * [Connect to Amazon S3 Tables Catalog](/get-started/initial-storage/aws/connect-to-s3-tables-catalog) — the guided Data Hub flow, CloudFormation deployment, and read-only versus read-write access.
  * [Query Amazon S3 Tables Catalog in a Notebook](/get-started/initial-storage/aws/query-s3-tables-catalog-in-a-notebook) — read and write your S3 Tables Iceberg tables from a Wherobots notebook.
</Update>

<Update label="August 13, 2026" description="Sedona 1.9.1 SQL reference pages" tags={["Reference"]}>
  ### New SQL function reference pages for Apache Sedona 1.9.1

  Reference pages for the functions added in Apache Sedona 1.9.1:

  * [ST\_IsLineStringCCW](/reference/wherobots-db/geometry-data/accessors/ST_IsLineStringCCW) and [ST\_EqualsExact](/reference/wherobots-db/geometry-data/predicates/ST_EqualsExact)
  * Geography functions: [ST\_Intersection](/reference/wherobots-db/geometry-data/geography/functions/ST_Intersection), [ST\_MakeLine](/reference/wherobots-db/geometry-data/geography/functions/ST_MakeLine), [ST\_X](/reference/wherobots-db/geometry-data/geography/functions/ST_X), and [ST\_Y](/reference/wherobots-db/geometry-data/geography/functions/ST_Y)
</Update>

<Update label="July 27, 2026" description="Bring Your Own Spark guides" tags={["Guides", "Deployment"]}>
  ### Bring Your Own Spark: Databricks and AWS EMR

  Two new deployment guides for running WherobotsDB on Spark clusters you already operate:

  * [Bring Your Own Spark (Databricks)](/develop/deployment-options/byos-databricks) — install and configure WherobotsDB on a Databricks cluster.
  * [Bring Your Own Spark (AWS EMR)](/develop/deployment-options/byos-aws-emr) — install and configure WherobotsDB on an Amazon EMR cluster.
</Update>

<Update label="July 16, 2026" description="Unity Catalog guide" tags={["Guides", "Storage Integration"]}>
  ### Query Unity Catalog Tables

  New guide: [Query Unity Catalog Tables](/get-started/initial-storage/reading-and-writing-unity-catalog-tables) — read and write Databricks Unity Catalog tables from Wherobots, including the Data Hub foreign catalog setup.
</Update>

<Update label="July 10, 2026" description="Geography and bounding box reference pages" tags={["Reference"]}>
  ### Geography, bounding box, and measurement reference pages

  * **Geography function reference backfilled:** Pages for the `GEOGRAPHY` type, including ST\_Area, ST\_Buffer, ST\_Centroid, ST\_Contains, ST\_DWithin, ST\_Distance, ST\_Intersects, ST\_Length, and ST\_Within.
  * **Bounding box functions:** [Box2D functions](/reference/wherobots-db/geometry-data/box2d/box2d-functions) and [Box3D functions](/reference/wherobots-db/geometry-data/box3d/box3d-functions), plus [ST\_Extent](/reference/wherobots-db/geometry-data/aggregate/ST_Extent) and [ST\_3DExtent](/reference/wherobots-db/geometry-data/aggregate/ST_3DExtent).
  * **Measurement and processing:** [ST\_ShortestLine](/reference/wherobots-db/geometry-data/measurement/ST_ShortestLine), [ST\_3DDWithin](/reference/wherobots-db/geometry-data/predicates/ST_3DDWithin), [ST\_OffsetCurve](/reference/wherobots-db/geometry-data/processing/ST_OffsetCurve), and later [ST\_HausdorffDistanceVertices](/reference/wherobots-db/geometry-data/measurement/ST_HausdorffDistanceVertices).
</Update>

<Update label="July 2, 2026" description="AWS Glue Catalog guides" tags={["Guides", "Storage Integration"]}>
  ### AWS Glue Catalog guides

  * [Connect to AWS Glue Catalog](/get-started/initial-storage/aws/connect-to-glue-catalog) — add a Glue Catalog from the Data Hub and validate access with guided CloudFormation deployment.
  * [Query AWS Glue Catalog in a Notebook](/get-started/initial-storage/aws/query-glue-catalog-in-a-notebook) — query your Glue tables from a Wherobots notebook.
</Update>

<Update label="June 4, 2026" description="Bring Your Own Cloud guide" tags={["Guides", "Deployment"]}>
  ### Bring Your Own Cloud (BYOC)

  New guide: [Bring Your Own Cloud (BYOC)](/develop/storage-management/byoc) — run Wherobots compute in your own cloud account, including the Organization settings and the **Allowed compute** scoping used by Cloud Connections.
</Update>

<Update label="May 13, 2026" description="ChatGPT and Codex guides" tags={["Guides", "Agentic Tools"]}>
  ### ChatGPT and Codex setup guides

  New guides for connecting the Wherobots MCP server with OAuth sign-in:

  * [ChatGPT](/develop/agentic-tools/chatgpt)
  * [Codex](/develop/agentic-tools/codex)
</Update>

<Update label="May 8, 2026" description="MCP server overview and extension settings" tags={["Guides", "MCP Server"]}>
  ### MCP server overview and VS Code Extension settings

  * [Wherobots MCP Server](/develop/mcp/mcp-server-overview) — a platform-agnostic overview that routes you to the setup guide for your agentic tool.
  * [Extension Settings](/develop/vscode-extension/settings) — the configurable settings for the Wherobots VS Code Extension.
</Update>

<Update label="April 13, 2026" description="Agentic tool setup guides" tags={["Guides", "Agentic Tools"]}>
  ### Setup guides for ten agentic development tools

  Per-tool guides for installing and using the Wherobots MCP server, each with the configuration and verification steps for that client:

  <Columns cols={2}>
    <Card title="Claude Code" icon="terminal" horizontal href="/develop/agentic-tools/claude-code" />

    <Card title="Cursor" icon="arrow-pointer" horizontal href="/develop/agentic-tools/cursor" />

    <Card title="OpenCode" icon="code" horizontal href="/develop/agentic-tools/opencode" />

    <Card title="VS Code" icon="code" horizontal href="/develop/agentic-tools/vscode" />

    <Card title="VSCodium" icon="code" horizontal href="/develop/agentic-tools/vscodium" />

    <Card title="Kiro" icon="ghost" horizontal href="/develop/agentic-tools/kiro" />

    <Card title="Windsurf" icon="wind" horizontal href="/develop/agentic-tools/windsurf" />

    <Card title="Antigravity" icon="rocket" horizontal href="/develop/agentic-tools/antigravity" />

    <Card title="Trae" icon="robot" horizontal href="/develop/agentic-tools/trae" />

    <Card title="Positron" icon="chart-line" horizontal href="/develop/agentic-tools/positron" />
  </Columns>
</Update>

<Update label="April 8, 2026" description="Agentic development foundations" tags={["Guides", "Agentic Tools"]}>
  ### Getting started with agentic development

  * [Get Started with Agentic Development](/develop/agentic-tools) — the entry point for using Wherobots from an AI coding tool.
  * [Install Agent Skills](/develop/agent-skills) — install the Wherobots Agent Skills so your agent knows the platform's workflows.
  * [MCP Server vs CLI](/develop/mcp-vs-cli) — which interface to reach for, and when.
  * [Browse Your Data](/develop/vscode-extension/integrate-your-data) — explore your catalogs and tables from the VS Code Extension.
</Update>
