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

[View as HTML](/savanna/main/graph-development/)

# Build

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

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

## [Load Data](load-data/)

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)
* [Load from AWS S3](load-data/load-from-s3)
* [Load from GCS](load-data/load-from-gcs)
* [Load from Blob](load-data/load-from-blob)
* [Load from Snowflake](load-data/load-from-snowflake)
* [Token Function](load-data/token-function)
* [Load from Other Sources](load-data/load-from-other-sources)
* [JDBC Spark Connection](load-data/jdbc)

## [Design Schema](design-schema/)

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/)

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)

## [Explore Graph](explore-graph/)

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/) completed.

### Learn More:

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

## [Advanced Features](advanced-features/)

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)
* [Configure UDF](advanced-features/configure-udf)

---

## Next Steps

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