From 4072a57b87fc4875bc58fcb1d036f205ff8d1aea Mon Sep 17 00:00:00 2001 From: Dei Vilkinsons <6226576+vilkinsons@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:42:04 +0000 Subject: [PATCH] Update blocks.mdx --- apps/hashdotai/glossary/blocks.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/hashdotai/glossary/blocks.mdx b/apps/hashdotai/glossary/blocks.mdx index 6ee7a5b6442..1473d95ec05 100644 --- a/apps/hashdotai/glossary/blocks.mdx +++ b/apps/hashdotai/glossary/blocks.mdx @@ -24,3 +24,7 @@ A single individual block can be referred to as an ‘instance of a block’, or ## The Block Protocol The [Block Protocol](/glossary/block-protocol) is an open standard for developing blocks, and block-based applications. It defines the methods by which blocks may communicate and interact with the applications that embed them (“embedding applications”). + +## Using blocks + +Blocks are most prominently used within HASH in [pages](/guide/pages). You can learn more about [using blocks within pages](/guide/pages/blocks) in the HASH user guide.