Skip to content

one console: replace cluster with instance for Starter and Essential#22542

Merged
ti-chi-bot[bot] merged 31 commits intopingcap:feature/preview-one-consolefrom
qiancai:rename-cluster-to-instance-for-starter-and-essential
Mar 18, 2026
Merged

one console: replace cluster with instance for Starter and Essential#22542
ti-chi-bot[bot] merged 31 commits intopingcap:feature/preview-one-consolefrom
qiancai:rename-cluster-to-instance-for-starter-and-essential

Conversation

@qiancai
Copy link
Collaborator

@qiancai qiancai commented Mar 6, 2026

What is changed, added or deleted? (Required)

  • Terminology Update: Replaced 'cluster' with 'instance' across documentation for Starter and Essential plans to align with new product terminology.
  • Navigation Consistency: Updated console navigation paths from 'Clusters' page to 'My TiDB' page for Starter, Essential, and Premium instances, and in some cases, Dedicated clusters.
  • Improved Clarity in AI/ML Documentation: Refined language in AI/ML-related guides and examples to consistently refer to 'instances' instead of 'clusters' for Starter plans, and clarified connections to 'TiDB Self-Managed' where appropriate.

Which TiDB version(s) do your changes apply to? (Required)

Tips for choosing the affected version(s):

By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.

For details, see tips for choosing the affected versions.

  • master (the latest development version)
  • v9.0 (TiDB 9.0 versions)
  • v8.5 (TiDB 8.5 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)
  • v6.1 (TiDB 6.1 versions)
  • v5.4 (TiDB 5.4 versions)

What is the related PR or file link(s)?

  • This PR is translated from:
  • Other reference link(s):

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

@ti-chi-bot ti-chi-bot bot added area/develop This PR relates to the area of TiDB App development. missing-translation-status This PR does not have translation status info. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Mar 6, 2026
@qiancai qiancai changed the title replace cluster with instance for Starter and Essential [WIP] one console: replace cluster with instance for Starter and Essential Mar 6, 2026
@ti-chi-bot ti-chi-bot bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 6, 2026
@gemini-code-assist
Copy link
Contributor

Warning

Gemini encountered an error creating the summary. You can try again by commenting /gemini summary.

@qiancai qiancai force-pushed the rename-cluster-to-instance-for-starter-and-essential branch from 735daaf to 7258fdb Compare March 10, 2026 07:58
@qiancai qiancai force-pushed the rename-cluster-to-instance-for-starter-and-essential branch from 66e7a50 to cbd8e1a Compare March 10, 2026 08:48
@qiancai
Copy link
Collaborator Author

qiancai commented Mar 16, 2026

/gemini review

@qiancai
Copy link
Collaborator Author

qiancai commented Mar 16, 2026

/gemini summary

@qiancai qiancai changed the title [WIP] one console: replace cluster with instance for Starter and Essential one console: replace cluster with instance for Starter and Essential Mar 16, 2026
@ti-chi-bot ti-chi-bot bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 16, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The pull request primarily focuses on a comprehensive terminology update across various documentation files. This involves consistently replacing terms like "cluster" with "instance" or "resource" to better reflect different TiDB Cloud deployment models (Starter/Essential instances vs. Dedicated clusters) and to simplify language. The review comments suggest further improvements for clarity by retaining specific UI element names in dialog box titles and ensuring the completeness of information, such as re-including the prerequisite about TiFlash nodes for vector indexes.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

This pull request focuses on a comprehensive terminology update across the documentation, primarily changing references from 'cluster' to 'instance' for TiDB Cloud's Starter and Essential plans. This change aims to provide a more accurate and consistent user experience, particularly within the console's navigation and various feature descriptions. The updates span across quick start guides, AI/ML documentation, GUI tool integration instructions, and technical reference materials, ensuring that users encounter unified terminology when interacting with TiDB Cloud resources.

Highlights

  • Terminology Update: Replaced 'cluster' with 'instance' across documentation for Starter and Essential plans to align with new product terminology.
  • Navigation Consistency: Updated console navigation paths from 'Clusters' page to 'My TiDB' page for Starter, Essential, and Premium instances, and in some cases, Dedicated clusters.
  • Improved Clarity in AI/ML Documentation: Refined language in AI/ML-related guides and examples to consistently refer to 'instances' instead of 'clusters' for Starter plans, and clarified connections to 'TiDB Self-Managed' where appropriate.
  • Enhanced User Experience for GUI Tools and Integrations: Adjusted descriptions and instructions for various GUI tools (DataGrip, DBeaver, MySQL Workbench, Navicat, VS Code SQLTools) and integrations (AWS Lambda, n8n, Netlify, Vercel, Zapier) to reflect the 'instance' terminology and updated console navigation.
  • Refined Technical Notes and Limitations: Updated numerous technical notes and limitations across SQL statements, information schema tables, and system variables to use 'instance' consistently for Starter and Essential plans, ensuring accuracy in feature applicability.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • TOC-develop.md
    • Updated 'Create a {{{ .starter }}} Cluster' to 'Create a {{{ .starter }}} Instance'.
  • TOC-tidb-cloud-essential.md
    • Updated navigation headings from 'Manage Cluster' to 'Manage {{{ .essential }}} Instances'.
    • Changed 'Select Your Cluster Plan' to 'Select Your Plan'.
    • Updated references from 'TiDB Cloud Clusters' to '{{{ .essential }}} Instances'.
    • Renamed 'Cluster Events' to 'Events'.
    • Updated 'Upgrade a TiDB Cluster' to 'Upgrade the TiDB Version'.
    • Changed 'Delete a TiDB Cluster' to 'Delete a {{{ .essential }}} Instance'.
    • Updated 'Connect AWS DMS to TiDB Cloud clusters' to 'Connect AWS DMS to TiDB Cloud'.
    • Changed 'Use an HTAP Cluster with TiFlash' to 'Use TiFlash for HTAP'.
  • TOC-tidb-cloud-premium.md
    • Updated navigation headings from 'Manage Instances' to 'Manage {{{ .premium }}} Instances'.
    • Changed 'Select Your Cluster Plan' to 'Select Your Plan'.
    • Updated 'Use an HTAP Cluster with TiFlash' to 'Use TiFlash for HTAP'.
    • Changed 'Delete a TiDB Instance' to 'Delete a {{{ .premium }}} Instance'.
    • Updated 'Connect AWS DMS to TiDB Cloud clusters' to 'Connect AWS DMS to TiDB Cloud'.
  • TOC-tidb-cloud-starter.md
    • Updated navigation headings from 'Manage Cluster' to 'Manage {{{ .starter }}} Instances'.
    • Changed 'Select Your Cluster Plan' to 'Select Your Plan'.
    • Updated references from 'TiDB Cloud Clusters' to '{{{ .starter }}} Instances'.
    • Renamed 'Cluster Events' to 'Events'.
    • Updated 'Upgrade a TiDB Cluster' to 'Upgrade the TiDB Version'.
    • Changed 'Delete a TiDB Cluster' to 'Delete a {{{ .starter }}} Instance'.
    • Updated 'Connect AWS DMS to TiDB Cloud clusters' to 'Connect AWS DMS to TiDB Cloud'.
    • Changed 'Use an HTAP Cluster with TiFlash' to 'Use TiFlash for HTAP'.
  • TOC-tidb-cloud.md
    • Changed 'Select Your Cluster Plan' to 'Select Your Plan'.
    • Updated 'Use an HTAP Cluster with TiFlash' to 'Use TiFlash for HTAP'.
    • Renamed 'Cluster Events' to 'Events'.
    • Updated 'Upgrade a TiDB Cluster' to 'Upgrade the TiDB Version'.
    • Changed 'Delete a TiDB Cluster' to 'Delete a {{{ .dedicated }}} Cluster'.
    • Updated 'Connect AWS DMS to TiDB Cloud clusters' to 'Connect AWS DMS to TiDB Cloud'.
  • ai/_index.md
    • Updated 'self-managed clusters' to 'TiDB Self-Managed'.
  • ai/examples/auto-embedding-with-pytidb.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/examples/basic-with-pytidb.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/examples/fulltext-search-with-pytidb.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/examples/hybrid-search-with-pytidb.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/examples/image-search-with-pytidb.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/examples/memory-with-pytidb.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/examples/rag-with-pytidb.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/examples/text2sql-with-pytidb.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
  • ai/examples/vector-search-with-pytidb.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/guides/connect.md
    • Updated 'TiDB Cloud Starter cluster' to 'TiDB Cloud Starter instance'.
    • Changed console navigation from 'Clusters page' to 'My TiDB' page.
  • ai/guides/vector-search-full-text-search-python.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/guides/vector-search-full-text-search-sql.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
  • ai/guides/vector-search-hybrid-search.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/integrations/embedding-openai-compatible.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • ai/integrations/tidb-mcp-claude-code.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/integrations/tidb-mcp-claude-desktop.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'TiDB Cloud cluster page' to 'My TiDB' page.
  • ai/integrations/tidb-mcp-cursor.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/integrations/tidb-mcp-server.md
    • Updated 'TiDB Cloud Starter cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'TiDB Cloud clusters' page to 'My TiDB' page.
  • ai/integrations/vector-search-auto-embedding-amazon-titan.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • ai/integrations/vector-search-auto-embedding-cohere.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • ai/integrations/vector-search-auto-embedding-gemini.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • ai/integrations/vector-search-auto-embedding-huggingface.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • ai/integrations/vector-search-auto-embedding-jina-ai.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • ai/integrations/vector-search-auto-embedding-nvidia-nim.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • ai/integrations/vector-search-auto-embedding-openai.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • ai/integrations/vector-search-auto-embedding-overview.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • ai/integrations/vector-search-integrate-with-amazon-bedrock.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/integrations/vector-search-integrate-with-django-orm.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'TiDB cluster' to 'TiDB Self-Managed cluster' or 'TiDB'.
  • ai/integrations/vector-search-integrate-with-jinaai-embedding.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'TiDB cluster' to 'TiDB'.
  • ai/integrations/vector-search-integrate-with-langchain.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'TiDB cluster' to 'TiDB'.
  • ai/integrations/vector-search-integrate-with-llamaindex.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'TiDB cluster' to 'TiDB'.
  • ai/integrations/vector-search-integrate-with-peewee.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'TiDB cluster' to 'TiDB'.
  • ai/integrations/vector-search-integrate-with-sqlalchemy.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'TiDB cluster' to 'TiDB'.
  • ai/quickstart-via-python.md
    • Updated 'TiDB Cloud Starter cluster' to 'TiDB Cloud Starter instance'.
    • Changed console navigation from 'Clusters page' to 'My TiDB' page.
  • ai/quickstart-via-sql.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • ai/reference/vector-search-limitations.md
    • Updated 'TiDB clusters' to 'TiDB versions'.
  • ai/vector-search-get-started-using-python.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-aws-appflow-integration.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'tidbcloud.com/console/clusters' to 'tidb-cloud/tidb-cloud-quickstart.md'.
  • develop/dev-guide-bookshop-schema-design.md
    • Updated 'TiDB cluster' to 'TiDB Self-Managed cluster'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'target cluster' to 'target TiDB Cloud resource'.
  • develop/dev-guide-build-cluster-in-cloud.md
    • Updated title and summary from 'Create a {{{ .starter }}} Cluster' to 'Create a {{{ .starter }}} Instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'Create Cluster' to 'Create Resource'.
    • Updated all references of 'cluster' to 'instance' for Starter plan.
  • develop/dev-guide-connect-to-tidb.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} clusters' to '{{{ .starter }}} or {{{ .essential }}} instances'.
  • develop/dev-guide-create-database.md
    • Updated '{{{ .starter }}} Cluster' to '{{{ .starter }}} Instance'.
    • Changed 'databases in a cluster' to 'databases'.
  • develop/dev-guide-create-secondary-indexes.md
    • Updated '{{{ .starter }}} Cluster' to '{{{ .starter }}} Instance'.
    • Changed 'TiDB cluster' to 'TiDB'.
  • develop/dev-guide-create-table.md
    • Updated '{{{ .starter }}} Cluster' to '{{{ .starter }}} Instance'.
    • Changed 'TiDB cluster' to 'TiDB'.
  • develop/dev-guide-delete-data.md
    • Updated '{{{ .starter }}} Cluster' to '{{{ .starter }}} Instance'.
  • develop/dev-guide-get-data-from-single-table.md
    • Updated 'TiDB Cloud cluster' to '{{{ .starter }}} instance'.
  • develop/dev-guide-gui-datagrip.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
  • develop/dev-guide-gui-dbeaver.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
  • develop/dev-guide-gui-mysql-workbench.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Updated 'TiDB cluster' to 'TiDB Self-Managed cluster'.
  • develop/dev-guide-gui-navicat.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
  • develop/dev-guide-gui-vscode-sqltools.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
  • develop/dev-guide-insert-data.md
    • Updated '{{{ .starter }}} Cluster' to '{{{ .starter }}} Instance'.
    • Changed 'TiDB cluster' to 'TiDB'.
  • develop/dev-guide-proxysql-integration.md
    • Updated 'TiDB cluster type' to 'TiDB deployment option'.
    • Changed 'TiDB (self-hosted)' to 'TiDB Self-Managed'.
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-aws-lambda.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Updated 'cluster region' to 'region'.
  • develop/dev-guide-sample-application-cs.md
    • Updated '{{{ .starter }}}' to '{{{ .starter }}} instance'.
  • develop/dev-guide-sample-application-golang-gorm.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-golang-sql-driver.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-java-hibernate.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-java-jdbc.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-java-mybatis.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-java-spring-boot.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-nextjs.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters page' to 'My TiDB' page.
  • develop/dev-guide-sample-application-nodejs-mysql2.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-nodejs-mysqljs.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-nodejs-prisma.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-nodejs-sequelize.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-nodejs-typeorm.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-python-django.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-python-mysql-connector.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-python-mysqlclient.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-python-peewee.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-python-pymysql.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-python-sqlalchemy.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-ruby-mysql2.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-sample-application-ruby-rails.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/dev-guide-schema-design-overview.md
    • Updated 'TiDB cluster' to 'deployed instance of TiDB'.
  • develop/dev-guide-tidb-crud-sql.md
    • Updated 'TiDB cluster' to 'TiDB'.
    • Changed '{{{ .starter }}} Cluster' to '{{{ .starter }}} Instance'.
  • develop/dev-guide-transaction-restraints.md
    • Updated 'TiDB cluster' to 'TiDB version'.
  • develop/dev-guide-update-data.md
    • Updated '{{{ .starter }}} Cluster' to '{{{ .starter }}} Instance'.
  • develop/dev-guide-wordpress.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/java-app-best-practices.md
    • Updated 'TiDB cluster' to 'TiDB'.
  • develop/serverless-driver-drizzle-example.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • develop/serverless-driver-kysely-example.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
  • develop/serverless-driver-node-example.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • develop/serverless-driver-prisma-example.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • develop/serverless-driver.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} clusters' to '{{{ .starter }}} or {{{ .essential }}} instances'.
  • functions-and-operators/json-functions/json-functions-validate.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • functions-and-operators/miscellaneous-functions.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • index-advisor.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema-cluster-info.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema-placement-policies.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema-resource-groups.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema-runaway-watches.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema-slow-query.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema-tidb-hot-regions-history.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema-tidb-servers-info.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema-tikv-region-peers.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema-tikv-region-status.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema-tikv-store-status.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • information-schema/information-schema.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • mysql-compatibility.md
    • Updated '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} and {{{ .essential }}} instances'.
  • placement-rules-in-sql.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • quick-start-with-tidb.md
    • Updated 'Create a {{{ .starter }}} Cluster' to 'Create a {{{ .starter }}} Instance'.
  • schema-cache.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-add-index.md
    • Updated '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} and {{{ .essential }}} instances'.
  • sql-statements/sql-statement-admin-alter-ddl.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-admin.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-alter-instance.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-alter-placement-policy.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-alter-range.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-alter-resource-group.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-backup.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-cancel-distribution-job.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-create-index.md
    • Updated '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} and {{{ .essential }}} instances'.
  • sql-statements/sql-statement-create-placement-policy.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-create-resource-group.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-create-table.md
    • Updated '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} and {{{ .essential }}} instances'.
  • sql-statements/sql-statement-distribute-table.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-drop-placement-policy.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-drop-resource-group.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-flashback-cluster.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-import-into.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-load-stats.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-query-watch.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-restore.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-set-resource-group.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-show-backups.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-show-create-placement-policy.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-show-create-resource-group.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-show-distribution-jobs.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-show-placement-for.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-show-placement-labels.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-show-placement.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-show-plugins.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-show-table-distribution.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-show-table-regions.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • sql-statements/sql-statement-split-region.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • statement-summary-tables.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • statistics.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • system-variables.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • tidb-cloud/ai-feature-concepts.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • tidb-cloud/architecture-concepts.md
    • Updated 'high-performance clusters' to 'high-performance systems'.
    • Changed 'Starter cluster plan' to 'Starter plan'.
    • Updated 'Essential cluster plan' to 'Essential plan'.
    • Updated 'clusters utilizing the Zonal High Availability option' to 'Zonal High Availability'.
    • Updated 'clusters utilizing the Regional High Availability option' to 'Regional High Availability'.
    • Changed 'TiDB Cloud clusters' to 'TiDB Cloud resources'.
    • Updated 'TiDB Cloud clusters' to '{{{ .starter }}} and Essential instances'.
    • Changed 'each cluster consists of TiDB, TiKV, and TiFlash nodes' to 'Nodes are the core components of the TiDB architecture'.
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/backup-and-restore-concepts.md
    • Updated 'recover cluster data' to 'recover data'.
    • Changed 'For TiDB Cloud clusters' to 'In TiDB Cloud'.
    • Updated '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} and {{{ .essential }}} instances'.
    • Changed 'restore data of any point in time to a new cluster' to 'restore data of any point in time to a new TiDB cluster or instance'.
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Changed '{{{ .essential }}} clusters' to '{{{ .essential }}} instances'.
  • tidb-cloud/backup-and-restore-serverless.md
    • Updated title and summary from 'Back Up and Restore {{{ .starter }}} or Essential Data' for 'clusters' to 'instances'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'TiDB Cloud automatically backs up your cluster data' to 'TiDB Cloud automatically backs up your data'.
    • Changed 'Automatic backup settings vary between {{{ .starter }}} clusters and {{{ .essential }}} clusters' to 'Automatic backup settings vary between {{{ .starter }}} instances and {{{ .essential }}} instances'.
    • Updated 'free {{{ .starter }}} cluster' to 'free {{{ .starter }}} instance'.
    • Changed '{{{ .starter }}} (with spending limit > 0) or {{{ .essential }}} cluster' to '{{{ .starter }}} (with spending limit > 0) or {{{ .essential }}} instance'.
    • Updated 'set the backup time for a {{{ .essential }}} cluster' to 'set the backup time for a {{{ .essential }}} instance'.
    • Changed 'restore functionality to help recover data in case of accidental loss or corruption' to 'offer restore functionality to help recover data in case of accidental loss or corruption'.
    • Updated 'snapshot restore and point-in-time restore for your cluster' to 'snapshot restore and point-in-time restore for your {{{ .starter }}} or Essential instance'.
    • Changed 'restores your cluster from a specific backup snapshot' to 'restores your {{{ .starter }}} or Essential instance from a specific backup snapshot'.
    • Updated 'restores your cluster to a specific time' to 'restores your {{{ .essential }}} instance to a specific time'.
    • Changed '{{{ .starter }}} clusters: not supported' to '{{{ .starter }}} instances: not supported'.
    • Updated '{{{ .essential }}} clusters: restores to any time' to '{{{ .essential }}} instances: restores to any time'.
    • Changed 'restoring data to a new cluster' to 'restoring data to a new {{{ .starter }}} or Essential instance'.
    • Updated 'the new cluster is deleted' to 'the new {{{ .starter }}} or Essential instance is deleted'.
    • Changed 'User credentials and permissions from the source cluster' to 'User credentials and permissions from the source {{{ .starter }}} or Essential instance'.
    • Updated 'restore your data to a new cluster' to 'restore your data to a new {{{ .starter }}} or Essential instance'.
    • Changed 'restore to a specific point in time for a {{{ .essential }}} cluster' to 'restore to a specific point in time for a {{{ .essential }}} instance'.
    • Updated 'Enter a name for the new cluster' to 'Enter a name for the new instance'.
    • Changed 'Choose a plan for the new cluster' to 'Choose a plan for the new instance'.
    • Updated 'If you choose a {{{ .starter }}} cluster' to 'If you choose a {{{ .starter }}} instance'.
    • Changed 'If you choose a {{{ .essential }}} cluster' to 'If you choose a {{{ .essential }}} instance'.
    • Updated 'the cluster status changes to Restoring' to 'the {{{ .starter }}} or Essential instance status changes to Restoring'.
    • Changed 'Manual backups are not supported for {{{ .starter }}} and {{{ .essential }}} clusters' to 'Manual backups are not supported for {{{ .starter }}} and {{{ .essential }}} instances'.
    • Updated 'Clusters with more than 1 TiB of data' to 'A {{{ .starter }}} or {{{ .essential }}} instance with more than 1 TiB of data'.
  • tidb-cloud/backup-and-restore.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} clusters' to '{{{ .starter }}} or {{{ .essential }}} instances'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'backup page of your cluster' to 'backup page of your TiDB Cloud Dedicated cluster'.
  • tidb-cloud/branch-github-integration.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/branch-manage.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/branch-overview.md
    • Updated '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} and {{{ .essential }}} instances'.
  • tidb-cloud/built-in-monitoring.md
    • Updated 'metrics of your cluster' to 'metrics of your TiDB resource'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'For TiDB Cloud clusters' to 'In TiDB Cloud'.
    • Changed 'Metrics for {{{ .starter }}} and {{{ .essential }}} clusters' to 'Metrics for {{{ .starter }}} and {{{ .essential }}} instances'.
    • Updated 'metrics of {{{ .starter }}} and {{{ .essential }}} clusters' to 'metrics of {{{ .starter }}} and {{{ .essential }}} instances'.
    • Changed 'workload of the corresponding cluster' to 'workload of the corresponding TiDB Cloud resource'.
    • Updated 'The cluster version is low' to 'The TiDB version of your TiDB Cloud resource is low'.
  • tidb-cloud/changefeed-overview.md
    • Updated '100 changefeeds per cluster' to '100 changefeeds per {{{ .dedicated }}} cluster'.
    • Changed '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} instances'.
    • Updated 'TiDB Cloud console' navigation from 'Clusters' page to 'My TiDB' page.
    • Changed 'target cluster' to 'target {{{ .dedicated }}} cluster'.
    • Updated 'target instance' to 'target {{{ .premium }}} instance'.
  • tidb-cloud/changefeed-sink-to-apache-kafka.md
    • Updated 'TiDB Cloud cluster' to '{{{ .dedicated }}} cluster'.
    • Changed 'TiDB Cloud instance' to '{{{ .premium }}} instance'.
    • Updated 'TiDB cluster' to '{{{ .dedicated }}} cluster'.
    • Changed 'TiDB Cloud console' navigation from 'cluster overview page' to 'overview page'.
  • tidb-cloud/changefeed-sink-to-apache-pulsar.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
  • tidb-cloud/changefeed-sink-to-cloud-storage.md
    • Updated '{{{ .starter }}}' and '{{{ .essential }}}' clusters to 'instances'.
    • Changed 'TiDB Cloud cluster' to 'TiDB Cloud Dedicated cluster'.
  • tidb-cloud/changefeed-sink-to-mysql.md
    • Updated 'TiDB Cloud cluster' to '{{{ .dedicated }}} cluster'.
    • Changed 'TiDB Cloud instance' to '{{{ .premium }}} instance'.
    • Updated 'TiDB cluster' to '{{{ .dedicated }}} cluster'.
    • Changed 'TiDB instance' to '{{{ .premium }}} instance'.
  • tidb-cloud/changefeed-sink-to-tidb-cloud.md
    • Updated summary from 'cluster' to 'instance'.
    • Changed '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/cli-reference.md
    • Updated 'TiDB Cloud clusters' to '{{{ .starter }}} and Essential instances'.
  • tidb-cloud/configure-external-storage-access.md
    • Updated 'TiDB Cloud cluster' to '{{{ .starter }}} or Essential instance'.
    • Changed 'TiDB Cloud instance' to '{{{ .premium }}} instance'.
    • Updated 'TiDB Cloud cluster' to '{{{ .starter }}} or Essential instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/configure-ip-access-list.md
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'access TiDB Cloud' to 'access TiDB Cloud Dedicated cluster'.
  • tidb-cloud/configure-maintenance-window.md
    • Updated summary from 'cluster' to 'TiDB Cloud Dedicated cluster'.
  • tidb-cloud/configure-security-settings.md
    • Updated summary from 'cluster' to 'TiDB Cloud Dedicated cluster'.
    • Changed 'TiDB Cloud Dedicated clusters' to 'a TiDB Cloud Dedicated cluster'.
    • Updated '{{{ .starter }}} or {{{ .essential }}} clusters' to '{{{ .starter }}} or {{{ .essential }}} instances'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/configure-serverless-firewall-rules-for-public-endpoints.md
    • Updated title and summary from 'cluster' to 'instance'.
    • Changed '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} and {{{ .essential }}} instances'.
    • Updated 'cluster creation' to '{{{ .starter }}} or Essential instance creation'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/configure-sql-users.md
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/connect-to-tidb-cluster-serverless.md
    • Updated title and summary from 'Connect to Your {{{ .starter }}} or Essential Cluster' to 'Connect to Your {{{ .starter }}} or Essential Instance'.
    • Changed '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Updated 'explore SQL statements with TiDB' to 'explore SQL statements with TiDB'.
  • tidb-cloud/connect-to-tidb-cluster.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/connect-via-sql-shell.md
    • Updated '{{{ .starter }}}' or '{{{ .essential }}}' to 'instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/connect-via-standard-connection-serverless.md
    • Updated title and summary from 'cluster' to 'instance'.
    • Changed '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Updated 'explore SQL statements with TiDB' to 'explore SQL statements with TiDB'.
  • tidb-cloud/connect-via-standard-connection.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/connected-care-detail.md
    • Updated 'TiDB Cloud clusters' to '{{{ .dedicated }}} clusters'.
  • tidb-cloud/create-tidb-cluster-serverless.md
    • Updated title and summary from 'Create a {{{ .starter }}} or Essential Cluster' to 'Create a {{{ .starter }}} or Essential Instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'Create Cluster' to 'Create Resource'.
    • Updated 'cluster plan' to 'plan'.
    • Changed 'Starter cluster' to 'Starter instance'.
    • Updated 'Essential cluster' to 'Essential instance'.
  • tidb-cloud/create-tidb-cluster.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed 'cluster' to 'TiDB Cloud Dedicated cluster'.
    • Updated console navigation from 'Clusters' page to 'My TiDB' page.
    • Changed 'Create Cluster' to 'Create Resource'.
  • tidb-cloud/data-service-api-key.md
    • Updated 'TiDB Cloud clusters' to 'TiDB'.
    • Changed 'clusters linked to the Data App' to 'data sources linked to the Data App'.
  • tidb-cloud/data-service-app-config-files.md
    • Updated 'cluster ID' to 'instance ID'.
    • Changed 'TiDB cluster' to '{{{ .starter }}} instance'.
  • tidb-cloud/data-service-custom-domain.md
    • Updated 'region of your cluster' to 'region of your {{{ .starter }}} instance'.
  • tidb-cloud/data-service-get-started.md
    • Updated 'TiDB clusters' to '{{{ .starter }}} instances'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Updated 'Create New Cluster' to 'Create New Resource'.
  • tidb-cloud/data-service-manage-endpoint.md
    • Updated 'cluster' to 'instance'.
    • Changed 'clusters that are linked to the Data App' to '{{{ .starter }}} instances that are linked to the Data App'.
  • tidb-cloud/data-service-manage-github-connection.md
    • Updated 'cluster ID' to 'ID of your {{{ .starter }}} instance or {{{ .dedicated }}} cluster'.
    • Changed 'linked clusters' to 'linked {{{ .starter }}} instances or {{{ .dedicated }}} clusters'.
  • tidb-cloud/data-service-oas-with-nextjs.md
    • Updated 'TiDB cluster' to '{{{ .starter }}} Instance or a {{{ .dedicated }}} cluster'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Updated 'TiDB cluster' to '{{{ .starter }}} instance or {{{ .dedicated }}} cluster'.
  • tidb-cloud/data-service-postman-integration.md
    • Updated 'target cluster' to 'target {{{ .starter }}} instance'.
  • tidb-cloud/data-service-response-and-status-code.md
    • Updated 'TiDB Cloud cluster' to '{{{ .starter }}} instance'.
  • tidb-cloud/database-schema-concepts.md
    • Updated 'TiDB cluster' to 'TiDB'.
  • tidb-cloud/dedicated-external-storage.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} clusters' to '{{{ .starter }}} or {{{ .essential }}} instances'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/delete-tidb-cluster.md
    • Updated title and summary from 'Delete a TiDB Cluster' to 'Delete a TiDB Cloud Resource'.
    • Changed 'delete a TiDB cluster' to 'delete the following TiDB Cloud resources'.
    • Updated 'target cluster' to 'target resource'.
    • Changed 'cluster deleting window' to 'deletion confirmation window'.
    • Updated '' to ''.
    • Changed 'restore the cluster' to 'restore a deleted {{{ .dedicated }}} cluster'.
    • Updated '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} and {{{ .essential }}} instances'.
  • tidb-cloud/essential-changefeed-overview.md
    • Updated '{{{ .essential }}} cluster' to '{{{ .essential }}} instance'.
    • Changed '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Updated console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/essential-changefeed-sink-to-kafka.md
    • Updated '{{{ .essential }}} cluster' to '{{{ .essential }}} instance'.
    • Changed console navigation from 'overview page of the target {{{ .essential }}} cluster' to 'overview page of the target {{{ .essential }}} instance'.
  • tidb-cloud/essential-changefeed-sink-to-mysql.md
    • Updated '{{{ .essential }}} cluster' to '{{{ .essential }}} instance'.
    • Changed console navigation from 'overview page of the target {{{ .essential }}} cluster' to 'overview page of the target {{{ .essential }}} instance'.
  • tidb-cloud/essential-database-audit-logging.md
    • Updated summary from 'audit a {{{ .essential }}} cluster' to 'audit a {{{ .essential }}} instance'.
    • Changed 'audit a TiDB cluster' to 'audit a {{{ .essential }}} instance'.
    • Updated '{{{ .essential }}} cluster' to '{{{ .essential }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/explore-data-with-chat2query.md
    • Updated 'TiDB clusters' to '{{{ .starter }}} instances'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
    • Updated 'TiDB clusters' to 'TiDB'.
  • tidb-cloud/features.md
    • Updated 'Cluster management' to 'Resource management'.
  • tidb-cloud/get-started-with-cli.md
    • Updated summary from 'manage TiDB Cloud resources' to 'manage {{{ .starter }}} and Essential instances'.
    • Changed 'Create, delete, and list your clusters' to 'Create, delete, and list your {{{ .starter }}} or Essential instances'.
    • Updated 'Import data to your clusters' to 'Import data to your {{{ .starter }}} or Essential instances'.
    • Changed 'Export data from your clusters' to 'Export data from your {{{ .starter }}} or Essential instances'.
    • Updated 'create a {{{ .starter }}} cluster' to 'create a {{{ .starter }}} instance'.
  • tidb-cloud/import-csv-files-serverless.md
    • Updated 'cluster' to 'instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/import-csv-files.md
    • Updated 'cluster' to 'TiDB Cloud Dedicated cluster'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/import-parquet-files-serverless.md
    • Updated 'cluster' to 'instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/import-parquet-files.md
    • Updated 'cluster' to 'TiDB Cloud Dedicated cluster'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/import-sample-data-serverless.md
    • Updated 'TiDB cluster' to '{{{ .starter }}} or Essential instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/import-sample-data.md
    • Updated 'cluster' to 'TiDB Cloud Dedicated cluster'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/integrate-tidbcloud-with-airbyte.md
    • Updated 'TiDB Cloud cluster' to '{{{ .starter }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/integrate-tidbcloud-with-aws-lambda.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Updated 'cluster region' to 'region'.
  • tidb-cloud/integrate-tidbcloud-with-cloudflare.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/integrate-tidbcloud-with-dbt.md
    • Updated 'TiDB Cloud clusters' to 'TiDB'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/integrate-tidbcloud-with-n8n.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
  • tidb-cloud/integrate-tidbcloud-with-netlify.md
    • Updated 'TiDB cluster' to 'TiDB Cloud resource'.
    • Changed '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/integrate-tidbcloud-with-vercel.md
    • Updated 'TiDB Cloud clusters' to 'TiDB Cloud resources'.
    • Changed '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Updated 'branches for {{{ .starter }}} clusters' to 'branches for {{{ .starter }}} instances'.
  • tidb-cloud/integrate-tidbcloud-with-zapier.md
    • Updated '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
  • tidb-cloud/key-concepts.md
    • Updated 'cluster performance' to 'TiDB performance'.
    • Changed 'TiDB Cluster' to 'TiDB'.
  • tidb-cloud/manage-serverless-spend-limit.md
    • Updated title and summary from 'Clusters' to 'Instances'.
    • Changed '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Updated 'cluster' to 'instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/manage-user-access.md
    • Updated 'TiDB instances' to '{{{ .premium }}} instances'.
    • Changed '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Updated '{{{ .essential }}} clusters' to '{{{ .essential }}} instances'.
    • Changed 'specific cluster' to 'specific TiDB Cloud resource'.
  • tidb-cloud/migrate-from-mysql-using-aws-dms.md
    • Updated 'target cluster' to 'target resource'.
    • Changed 'TiDB Cloud cluster' to 'TiDB Cloud'.
  • tidb-cloud/migrate-from-mysql-using-data-migration.md
    • Updated '{{{ .essential }}} clusters' to '{{{ .essential }}} instances'.
    • Changed 'cluster' to 'TiDB Cloud Dedicated cluster'.
    • Updated 'TiDB Cloud cluster' to '{{{ .dedicated }}} cluster'.
    • Changed 'target cluster' to 'target {{{ .dedicated }}} cluster'.
    • Updated console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/migrate-from-op-tidb.md
    • Updated 'TiDB Cloud cluster' to 'TiDB Cloud resource'.
    • Changed 'TiDB cluster' to 'TiDB Self-Managed cluster'.
    • Updated 'target cluster' to 'target TiDB resource'.
    • Changed 'TiDB Cloud cluster' to 'TiDB Cloud resource'.
  • tidb-cloud/migrate-from-oracle-using-aws-dms.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
    • Updated console navigation from 'Clusters' page to 'My TiDB' page.
    • Changed 'TiDB Cloud clusters' to 'TiDB Cloud'.
  • tidb-cloud/migrate-incremental-data-from-mysql-using-data-migration.md
    • Updated console navigation from 'Clusters' page to 'My TiDB' page.
    • Changed 'target cluster' to 'target {{{ .dedicated }}} cluster'.
  • tidb-cloud/migrate-metrics-integrations.md
    • Updated 'TiDB Cloud Dedicated cluster' to 'TiDB Cloud Dedicated cluster'.
  • tidb-cloud/migrate-prometheus-metrics-integrations.md
    • Updated 'TiDB Cloud Dedicated cluster' to 'TiDB Cloud Dedicated cluster'.
  • tidb-cloud/migrate-sql-shards.md
    • Updated 'downstream cluster' to 'downstream TiDB Cloud'.
    • Changed 'TiDB Cloud cluster' to '{{{ .starter }}} instance'.
  • tidb-cloud/monitor-alert-email.md
    • Updated 'monitor your TiDB cluster' to 'monitor TiDB'.
    • Changed 'TiDB Cloud Essential' to 'TiDB Cloud Essential instances'.
    • Updated 'alert notifications of clusters' to 'alert notifications of {{{ .essential }}} instance'.
    • Changed 'cluster plan' to 'your TiDB Cloud plan'.
    • Updated 'target project' to 'target Dedicated project'.
    • Changed 'alert subscription is for all alerts in the current cluster' to 'alert subscription is for all alerts in the current instance'.
  • tidb-cloud/monitor-alert-flashduty.md
    • Updated 'monitor your TiDB cluster' to 'monitor your TiDB Cloud resource'.
    • Changed 'TiDB Cloud Essential' to 'TiDB Cloud Essential instances'.
    • Updated 'alert notifications of clusters' to 'alert notifications of {{{ .essential }}} instance'.
    • Changed 'cluster plan' to 'your TiDB Cloud plan'.
  • tidb-cloud/monitor-alert-pagerduty.md
    • Updated 'monitor your TiDB cluster' to 'monitor TiDB'.
    • Changed 'TiDB Cloud Essential' to 'TiDB Cloud Essential instances'.
    • Updated 'alert notifications of clusters' to 'alert notifications of {{{ .essential }}} instance'.
    • Changed 'cluster plan' to 'your TiDB Cloud plan'.
  • tidb-cloud/monitor-alert-slack.md
    • Updated 'TiDB Cloud Essential' to 'TiDB Cloud Essential instances'.
    • Changed 'alert notifications of clusters' to 'alert notifications of {{{ .dedicated }}} clusters'.
    • Updated 'cluster plan' to 'your TiDB Cloud plan'.
  • tidb-cloud/monitor-alert-zoom.md
    • Updated 'TiDB Cloud Essential' to 'TiDB Cloud Essential instances'.
    • Changed 'alert notifications of clusters' to 'alert notifications of {{{ .dedicated }}} clusters'.
    • Updated 'cluster plan' to 'your TiDB Cloud plan'.
  • tidb-cloud/monitor-built-in-alerting.md
    • Updated 'monitor your TiDB cluster' to 'monitor your TiDB Cloud resource'.
    • Changed 'TiDB Cloud Essential' to 'TiDB Cloud Essential instances'.
    • Updated console navigation from 'Clusters' page to 'My TiDB' page.
    • Changed 'cluster plan' to 'TiDB Cloud plan'.
  • tidb-cloud/monitor-datadog-integration.md
    • Updated 'target clusters' to 'target TiDB Cloud Dedicated clusters'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/monitor-new-relic-integration.md
    • Updated 'target clusters' to 'target TiDB Cloud Dedicated clusters'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/monitor-prometheus-and-grafana-integration.md
    • Updated 'target clusters' to 'target TiDB Cloud Dedicated clusters'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/monitor-tidb-cluster.md
    • Updated title and summary from 'Monitor a TiDB Cluster' to 'Monitor TiDB'.
    • Changed 'monitor a TiDB cluster' to 'monitor a {{{ .starter }}} instance'.
    • Updated 'metrics of a cluster' to 'metrics of a {{{ .starter }}} instance'.
    • Changed 'general metrics of a cluster' to 'general metrics of your TiDB Cloud resource'.
    • Updated console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/monitoring-concepts.md
    • Updated 'oversee cluster performance' to 'oversee TiDB performance'.
    • Changed 'metrics of your cluster' to 'metrics that TiDB Cloud collects and presents on the Metrics page at the instance level'.
    • Updated 'monitoring your cluster' to 'monitoring your {{{ .essential }}} instances and TiDB Cloud Dedicated clusters'.
    • Changed 'alerts of your cluster' to 'alerts of your {{{ .essential }}} instance or TiDB Cloud Dedicated cluster'.
    • Updated 'change in your TiDB Cloud cluster' to 'change in your TiDB Cloud resource'.
    • Changed 'TiDB Cloud logs the historical events at the cluster level' to 'TiDB Cloud logs the historical events at the instance level'.
  • tidb-cloud/notifications.md
    • Updated '{{{ .starter }}} cluster creation' to '{{{ .starter }}} instance creation'.
    • Changed '{{{ .starter }}} cluster deletion' to '{{{ .starter }}} instance deletion'.
    • Updated '{{{ .essential }}} cluster creation' to '{{{ .essential }}} instance creation'.
    • Changed '{{{ .essential }}} cluster deletion' to '{{{ .essential }}} instance deletion'.
    • Updated 'Starter cluster spending limit threshold alert' to 'Starter cluster spending limit threshold alert for {{{ .starter }}} instances'.
  • tidb-cloud/pause-or-resume-tidb-cluster.md
    • Updated '{{{ .starter }}}' or '{{{ .essential }}}' cluster to 'instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/premium/_index.md
    • Updated 'Create a TiDB Instance' to 'Create a {{{ .premium }}} Instance'.
    • Changed 'Connect to a TiDB Instance' to 'Connect to a {{{ .premium }}} Instance'.
  • tidb-cloud/premium/backup-and-restore-premium.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} clusters' to '{{{ .starter }}} or {{{ .essential }}} instances'.
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
    • Updated 'new TiDB instance' to 'new {{{ .premium }}} instance'.
  • tidb-cloud/premium/built-in-monitoring-premium.md
    • Updated 'metrics of your cluster' to 'metrics of your {{{ .premium }}} instance'.
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
    • Updated 'For TiDB Cloud instances' to 'For {{{ .premium }}} instances'.
    • Changed 'workload of the corresponding cluster' to 'workload of the corresponding {{{ .premium }}} instance'.
    • Updated 'The cluster version is low' to 'The TiDB version of the {{{ .premium }}} instance is low'.
  • tidb-cloud/premium/configure-ip-access-list-premium.md
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/connect-to-premium-via-alibaba-cloud-private-endpoint.md
    • Updated 'TiDB instance' to '{{{ .premium }}} instance'.
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed 'TiDB instance' to '{{{ .premium }}} instance'.
    • Updated console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/connect-to-premium-via-public-connection.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed 'TiDB instance' to '{{{ .premium }}} instance'.
    • Updated console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/connect-to-tidb-instance.md
    • Updated 'TiDB instance' to '{{{ .premium }}} instance'.
  • tidb-cloud/premium/create-tidb-instance-premium.md
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/delete-tidb-instance.md
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/import-csv-files-premium.md
    • Updated 'TiDB instance' to '{{{ .premium }}} instance'.
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/import-from-s3-premium.md
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/import-with-mysql-cli-premium.md
    • Updated 'TiDB instance' to '{{{ .premium }}} instance'.
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/manage-user-access-premium.md
    • Updated 'TiDB instances' to 'instances'.
  • tidb-cloud/premium/migrate-from-op-tidb-premium.md
    • Updated 'TiDB instance' to '{{{ .premium }}} instance'.
    • Changed 'TiDB cluster' to 'TiDB Self-Managed cluster'.
  • tidb-cloud/premium/set-up-sink-private-endpoint-premium.md
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/tidb-cloud-auditing-premium.md
    • Updated 'TiDB instance' to '{{{ .premium }}} instance'.
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/premium/tidb-cloud-tls-connect-to-premium.md
    • Updated 'TiDB instance' to '{{{ .premium }}} instance'.
    • Changed console navigation from 'TiDB Instances' page to 'My TiDB' page.
  • tidb-cloud/recovery-group-failover.md
    • Updated 'target cluster' to 'target TiDB Cloud Dedicated cluster'.
  • tidb-cloud/releases/notification-2024-04-09-monitoring-features-maintenance.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • tidb-cloud/releases/notification-2024-04-16-monitoring-features-maintenance.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • tidb-cloud/scalability-concepts.md
    • Updated 'TiDB Cloud cluster' to 'TiDB Cloud Dedicated cluster'.
  • tidb-cloud/scale-tidb-cluster.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/secure-connections-to-serverless-clusters.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/security-concepts.md
    • Updated 'secure cluster connectivity' to 'secure connectivity'.
    • Changed '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} and {{{ .essential }}} instances'.
  • tidb-cloud/security-overview.md
    • Updated 'cluster resources' to 'cluster or instance resources'.
    • Changed 'cluster types' to '{{{ .dedicated }}} clusters'.
  • tidb-cloud/select-cluster-tier.md
    • Updated title and summary from 'Select Your Cluster Plan' to 'Select Your Plan'.
    • Changed 'cluster plan' to 'plan'.
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Changed '{{{ .essential }}} cluster plan' to 'Essential plan'.
  • tidb-cloud/serverless-export.md
    • Updated '{{{ .starter }}} or Essential cluster' to '{{{ .starter }}} or Essential instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/serverless-faqs.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Changed 'cluster' to 'instance'.
  • tidb-cloud/serverless-high-availability.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Changed '{{{ .essential }}} clusters' to '{{{ .essential }}} instances'.
    • Updated 'create a cluster' to 'create a {{{ .starter }}} or Essential instance'.
  • tidb-cloud/serverless-limitations.md
    • Updated '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
    • Changed '{{{ .essential }}} clusters' to '{{{ .essential }}} instances'.
  • tidb-cloud/serverless-private-link-connection-to-alicloud-rds.md
    • Updated '{{{ .essential }}} cluster' to '{{{ .essential }}} instance'.
    • Changed console navigation from 'cluster overview page' to 'overview page'.
  • tidb-cloud/serverless-private-link-connection-to-aws-confluent.md
    • Updated '{{{ .essential }}} cluster' to '{{{ .essential }}} instance'.
    • Changed console navigation from 'cluster overview page' to 'overview page'.
  • tidb-cloud/serverless-private-link-connection-to-aws-rds.md
    • Updated '{{{ .essential }}} cluster' to '{{{ .essential }}} instance'.
    • Changed console navigation from 'cluster overview page' to 'overview page'.
  • tidb-cloud/serverless-private-link-connection-to-self-hosted-kafka-in-alicloud.md
    • Updated '{{{ .essential }}} cluster' to '{{{ .essential }}} instance'.
    • Changed console navigation from 'cluster overview page' to 'overview page'.
  • tidb-cloud/serverless-private-link-connection-to-self-hosted-kafka-in-aws.md
    • Updated '{{{ .essential }}} cluster' to '{{{ .essential }}} instance'.
    • Changed console navigation from 'cluster overview page' to 'overview page'.
  • tidb-cloud/serverless-private-link-connection.md
    • Updated 'TiDB Cloud cluster' to '{{{ .essential }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/set-up-private-endpoint-connections-on-alibaba-cloud.md
    • Updated '{{{ .starter }}} or Essential cluster' to '{{{ .starter }}} or Essential instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/set-up-private-endpoint-connections-on-azure.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/set-up-private-endpoint-connections-on-google-cloud.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/set-up-private-endpoint-connections-serverless.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/set-up-private-endpoint-connections.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/set-up-sink-private-endpoint.md
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/set-up-vpc-peering-connections.md
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/setup-aws-self-hosted-kafka-private-link-service.md
    • Updated 'TiDB cluster' to '{{{ .dedicated }}} cluster'.
    • Changed 'TiDB instance' to '{{{ .premium }}} instance'.
  • tidb-cloud/setup-azure-self-hosted-kafka-private-link-service.md
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/setup-self-hosted-kafka-private-service-connect.md
    • Changed console navigation from 'Clusters' page to 'My TiDB' page.
  • tidb-cloud/size-your-cluster.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
    • Changed 'Essential cluster plan' to 'Essential plan'.
  • tidb-cloud/sql-proxy-account.md
    • Updated 'TiDB Cloud cluster' to '{{{ .starter }}} instance'.
    • Changed '{{{ .starter }}} clusters' to '{{{ .starter }}} instances'.
  • tidb-cloud/terraform-get-tidbcloud-provider.md
    • Updated console navigation from 'tidbcloud.com/project/clusters' to 'tidbcloud.com'.
  • tidb-cloud/terraform-migrate-cluster-resource.md
    • Updated 'target cluster is {{{ .starter }}}' to 'target is a {{{ .starter }}} instance'.
    • Changed 'target cluster is TiDB Cloud Dedicated' to 'target is a TiDB Cloud Dedicated cluster'.
  • tidb-cloud/terraform-use-backup-resource.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} clusters' to '{{{ .starter }}} or {{{ .essential }}} instances'.
  • tidb-cloud/terraform-use-cluster-resource.md
    • Updated 'Create {{{ .starter }}} and TiDB Cloud Dedicated clusters' to 'Create {{{ .starter }}} instances and TiDB Cloud Dedicated clusters'.
    • Changed 'Delete {{{ .starter }}} and TiDB Cloud Dedicated clusters' to 'Delete {{{ .starter }}} instances and TiDB Cloud Dedicated clusters'.
  • tidb-cloud/terraform-use-import-resource.md
    • Updated '{{{ .starter }}} or Essential cluster' to '{{{ .starter }}} or Essential instance'.
    • Changed '{{{ .starter }}} or {{{ .essential }}} clusters' to '{{{ .starter }}} or {{{ .essential }}} instances'.
  • tidb-cloud/terraform-use-restore-resource.md
    • Updated '{{{ .starter }}} and {{{ .essential }}} clusters' to '{{{ .starter }}} and {{{ .essential }}} instances'.
  • tidb-cloud/terraform-use-serverless-branch-resource.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/terraform-use-serverless-cluster-resource-manage-essential.md
    • Updated title and summary from 'cluster' to 'instance'.
    • Changed '{{{ .essential }}} cluster' to '{{{ .essential }}} instance'.
  • tidb-cloud/terraform-use-serverless-cluster-resource.md
    • Updated title and summary from 'cluster' to 'instance'.
    • Changed '{{{ .starter }}} cluster' to '{{{ .starter }}} instance'.
  • tidb-cloud/terraform-use-serverless-export-resource.md
    • Updated title and summary from 'clusters' to 'instances'.
    • Changed '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/terraform-use-sql-user-resource.md
    • Updated '{{{ .starter }}} or Essential cluster' to '{{{ .starter }}} or Essential instance'.
  • tidb-cloud/ticloud-branch-create.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/ticloud-branch-delete.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
  • tidb-cloud/ticloud-branch-describe.md
    • Updated '{{{ .starter }}} or {{{ .essential }}} cluster' to '{{{ .starter }}} or {{{ .essential }}} instance'.
Activity
  • The pull request is not yet approved, awaiting review from 'overvenus'.
  • An automated review by Gemini encountered an error during summary generation, which was subsequently re-requested by the author.
  • Gemini provided several low-priority suggestions for clarity in documentation, specifically regarding UI element naming and re-inclusion of a prerequisite note for TiFlash nodes.

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@qiancai qiancai added translation/no-need No need to translate this PR. area/tidb-cloud This PR relates to the area of TiDB Cloud. and removed missing-translation-status This PR does not have translation status info. labels Mar 16, 2026
You can get these connection parameters from the [TiDB Cloud console](https://tidbcloud.com) as follows:

1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
1. Navigate to the [**My TiDB**](https://tidbcloud.com/tidbs) page, and then click the name of your target {{{ .starter }}} or Essential instance to go to its overview page.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a var called .essential ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, although there is a var called .essential, we use “{{{ .starter }}} or Essential” here instead of “{{{ .starter }}} or {{{ .essential }}}” to reduce redundancy and improve readability.

qiancai and others added 2 commits March 18, 2026 09:18
Co-authored-by: awxxxxxx <7347183+awxxxxxx@users.noreply.github.com>
Co-authored-by: awxxxxxx <7347183+awxxxxxx@users.noreply.github.com>
@hfxsd hfxsd self-requested a review March 18, 2026 01:42
@ti-chi-bot ti-chi-bot bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Mar 18, 2026
@ti-chi-bot
Copy link

ti-chi-bot bot commented Mar 18, 2026

[LGTM Timeline notifier]

Timeline:

  • 2026-03-18 03:32:24.054033099 +0000 UTC m=+327871.141690626: ☑️ agreed by hfxsd.

@qiancai
Copy link
Collaborator Author

qiancai commented Mar 18, 2026

/retest

Copy link

@awxxxxxx awxxxxxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ti-chi-bot
Copy link

ti-chi-bot bot commented Mar 18, 2026

@awxxxxxx: adding LGTM is restricted to approvers and reviewers in OWNERS files.

Details

In response to this:

LGTM

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@qiancai
Copy link
Collaborator Author

qiancai commented Mar 18, 2026

/approve

@qiancai qiancai added the lgtm label Mar 18, 2026
@ti-chi-bot
Copy link

ti-chi-bot bot commented Mar 18, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qiancai

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added the approved label Mar 18, 2026
@ti-chi-bot ti-chi-bot bot merged commit c904a6b into pingcap:feature/preview-one-console Mar 18, 2026
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved area/develop This PR relates to the area of TiDB App development. area/tidb-cloud This PR relates to the area of TiDB Cloud. lgtm needs-1-more-lgtm Indicates a PR needs 1 more LGTM. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. translation/no-need No need to translate this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants