---
title: "Build"
component: "savanna"
version: "main"
module: "graph-development"
html_url: "/savanna/main/graph-development/index.html"
---

[View as HTML](/savanna/main/graph-development/index.html) · [Documentation index](/llms.txt)

# Build

Model, load, query, and explore graphs on Savanna. New here? Start with [Build your graph in Savanna](../get-started/first-graph-ui.md), or [Connect AI tools with MCP](../get-started/connect-agent-mcp.md) once you have a graph. Or use [Build a graph with AI](../build-ai/index.md) as a console shortcut.

This hub links the core Build workflows. Use [Connect via APIs](../workgroup-workspace/workspaces/connect-via-api.md) or [Connect AI tools with MCP](../get-started/connect-agent-mcp.md) when you are ready to call the same graph from code or an agent.

## [Load Data](load-data/index.md)

Efficiently loading data into your TigerGraph databases is crucial for successful graph analysis.

### Key Features:

* Select an active workspace.
* Use various connectors to load data.
* Choose between a Step-by-Step Guide or GSQL Template for data loading.

### Learn More:

* [Load from Local File](load-data/load-from-local.md)
* [Load from AWS S3](load-data/load-from-s3.md)
* [Load from GCS](load-data/load-from-gcs.md)
* [Load from Blob](load-data/load-from-blob.md)
* [Load from Snowflake](load-data/load-from-snowflake.md)
* [Token Function](load-data/token-function.md)
* [Load from Other Sources](load-data/load-from-other-sources.md)
* [JDBC Spark Connection](load-data/jdbc.md)

## [Design Schema](design-schema/index.md)

The Schema Designer provides a user-friendly interface for managing your graph database schema.

### Key Features:

* Define vertex and edge types.
* Specify properties and indexes.
* Establish relationships between elements.

## [GSQL Editor](gsql-editor/index.md)

The GSQL Editor is a powerful tool for developing and executing GSQL queries.

### Key Features:

* Four work areas: File List Panel, Result Panel, Schema Designer Panel, and Main GSQL Editing Panel.
* Shortcuts for efficient query execution.
* File List for organizing and managing GSQL queries.
* Query List for managing custom queries.

### Learn More:

* [Edit Query](gsql-editor/how2-edit-gsql-query.md)

## [Explore Graph](explore-graph/index.md)

Explore Graph allows users to visually interact with their graph data, helping to navigate and understand complex data structures.

### Key Features:

* Visual representation of graph data.
* Identify and explain relationships between data points or entities.

### Prerequisites:

* Active workspace with loaded data.
* [Load Data](load-data/index.md) completed.

### Learn More:

* [Pattern Search](explore-graph/how2-use-pattern-search.md)

## [Advanced Features](advanced-features/index.md)

This section covers the powerful and sophisticated functionalities that allow you to leverage TigerGraph Savanna to its fullest potential.

### Key Features:

* Export data to Amazon S3.
* Configure User Defined Functions (UDF).

### Learn More:

* [Export Data to S3](advanced-features/write2-s3.md)
* [Configure UDF](advanced-features/configure-udf.md)

---

## Next Steps

Learn how to manage your workgroups and workspaces in [Workgroups and workspaces](../workgroup-workspace/index.md).
