Hygraph
Docs

#Hygraph Studio walkthrough

This page walks through the Hygraph Studio interface so you know where everything lives before you start building. If you want a step-by-step guide to creating a project and querying content, start with the Quickstart.

#Overview

When you log in to your Hygraph account, you land in the project directory. This is the account-level view, separate from any individual project. Here you can find the following tabs at the top:

  • Projects
  • Your apps
  • Analytics

#Projects

Projects lists your active projects and any pending project invites. It also includes a Showcase project you can use to explore Hygraph features before building your own.

ProjectsProjects

#Your apps

Your apps is where you create and manage custom apps you have built using the Hygraph App Framework. Apps you create here can be installed into projects and shared with other users.

Your appsYour apps

#Analytics

Analytics gives you a usage overview across all projects you have access to, scoped to the master environment. You can customize which projects appear in the list and which columns are shown, including plan, API calls, asset traffic, content entries, locales, and seats.

You can perform the following tasks on this dashboard:

  • Click Open next to the project name to access the project.

  • Select Adjust columns to customize which columns you want to display. The following columns are available:

    • Owner of the project
    • Plan
    • Region
    • Billing period
    • API calls
    • Asset traffic
    • Content models
    • Components
    • Remote sources
    • Taxonomies
    • Content entries
    • Locales
    • Seats
    • Workflows

AnalyticsAnalytics

#Project sidebar

Once you open a project, the left sidebar is your primary navigation. It contains the following sections.

Hygraph Studio sidebarHygraph Studio sidebar

#Home

The project homepage. It surfaces recently updated schema elements, links to documentation, and video content.

#Schema

The Schema builder is where you define the structure of your content. You create models, add fields, configure relationships, set up components, and connect remote sources here.

ActionDescription
Create a modelDefine a new content model and add fields to it.
Add fields to a modelExtend an existing model with new field types.
Add componentsCreate reusable field templates that can be embedded in multiple models.
Add remote sourcesConnect external APIs so their content is queryable through the Hygraph API.
Add enumerationsDefine a fixed list of values for use in dropdown fields.
Customize the content entry sidebarAdd or remove widgets from the content entry sidebar.

#Content

The Content editor is where you create, edit, review, and publish entries based on the models in your schema. It supports default and custom views, so you can organize your content workspace to match your editorial workflow.

ActionDescription
Create a content entryAdd a new entry based on an existing model.
Publish contentMake an entry available via the Content API for the PUBLISHED stage.
Update contentEdit an existing entry, whether published or in draft.
Duplicate contentCopy an entry to use as the basis for a new one.
Schedule publishingSet a future date and time for an entry to publish or unpublish.
Delete contentRemove entries individually or in bulk.
Access content viewsNavigate to and customize how your content list is displayed.

#Assets

The Assets manager is where you upload and store files used in content entries. Like the Content editor, it supports default and custom views.

ActionDescription
Add an asset entryUpload a file and add metadata to it.
Upload assetsBring files in from different sources.
Work with assetsManage your asset table, similar to working with content entries.

#AI Hub

AI Hub contains Hygraph's AI-related tooling for your project, including AI agents and Guidelines. It is distinct from AI Assist, which is the top-bar tool for generating and improving content inline within the Content editor.

ActionDescription
AI agentsCreate and manage AI agents for your project.
AI guidelinesCreate and manage AI guidelines for your project.

#API Playground

The API Playground lets you test queries and mutations against your project's API directly in Studio. Use it to verify that your schema is returning the data you expect before wiring up a frontend.

ActionDescription
Test queriesRun GraphQL queries against your content API.
Test mutationsCreate, update, or delete content via the API to verify behavior.

#Apps

The Apps section shows the apps installed in your current project environment. From here you can configure or uninstall them, or go to the Marketplace to browse and install more. This is different from the Your apps tab in the project directory, where you create and manage apps you have built yourself.

ActionDescription
Install appsBrowse and install apps from the Marketplace.

#Project Settings

Project Settings is where you manage everything that applies to the project as a whole: API access, environments, locales, roles, billing, and team members.

ActionDescription
Manage project informationEdit project details, clone your project, enable public cloning, or delete the project.
Manage environmentsCreate and switch between isolated instances of your project.
Manage API accessConfigure endpoints, content API permissions, and permanent auth tokens.
Configure webhooksSet up webhooks to trigger external actions on content events.
Manage roles and permissionsControl what different team members can see and do in your project.
Manage team membersAdd members and assign roles.
Manage localesAdd languages to support localized content.
Manage content stagesCreate custom workflow stages beyond Draft and Published.
Manage audit logsReview a full history of schema and content changes in your project.
Update billingChange your plan or update payment information.
Clone your projectCreate a copy of your project's master environment.
Share your projectGenerate a public clone link for others to copy your project.

#Top bar

The top bar is visible across all project sections. It gives you access to account-level tools and contextual actions.

Hygraph Studio top barHygraph Studio top bar

ItemWhat you can do
Project and environmentSee the current project and environment. Use the dropdown to switch projects or environments.
Trial indicatorView your current plan. Click to open the plan picker and upgrade.
SearchFind content entries across your environment.
Recently viewedReturn to entries you viewed recently.
AI AssistGenerate, improve, and localize content inline within the content entry editor. Available on enabled projects only.
HelpAccess documentation, code examples, and the Hygraph Slack community.
Contact SupportReach the Hygraph support team.
NotificationsView alerts and updates across all your Hygraph projects. Unread notifications show a red indicator on the bell icon.
ProfileAccess your account settings or log out.

#What's next

  • Quickstart: Create a project, define a schema, and query your first content entry.
  • Tutorial overview: Start building a full project in Hygraph, from schema to frontend.