# Heading

{% hint style="info" %}
The `heading` block allows you to give structure to your page by acting like a title or subtitle for important elements.
{% endhint %}

<figure><img src="/files/XSPqGvhDPW4CxDfOEgQk" alt=""><figcaption></figcaption></figure>

## Basics

{% hint style="info" %}
`Headings` in general help search engines understand and index the structure of your page.
{% endhint %}

{% hint style="danger" %}
Do not use the `heading` block to make your paragraphs or text seem bold and big. They should be used to highlight important passages in your page.
{% endhint %}

The `heading` block is essentially a text block but allows you to specify its importance in the page.

Its importance can easily be described by the Tag property.

There are 6 levels of importance for the `heading` block: H1, H2, H3, H4, H5, and H6.

&#x20;&#x20;

<figure><img src="https://lh3.googleusercontent.com/50UWGlHZLh9iPa3mp466QpxR66NE-A9TcCtX0mQaQynAKMxmmSdwYc-Hr05rPo3ykrd0RCRh6fdR_cHZOK53XIZvHuYheCijBnMfdfsmKGSWlX0ck7z6asCRTEKd8KWEYSlQOFIrLwbAyp5P5DfNkpH4Iya1rQYuhlUBpS969twojZlYDV1vnxBCAzpv2Q" alt=""><figcaption></figcaption></figure>

## Add

The easiest way to add a Heading is through the Cwicly [Quick Inserter](/cwicly/quick-inserter.md).

* Enable the [Quick Inserter](/cwicly/quick-inserter.md).
* Find the Quick Inserter to the left of the editor and click the Heading icon to add a heading.

![](/files/SA2OxHrwoWRj102G2EuQ)

## Tag

The Tag property allows you to specify the most important `headings` as well as the least important headings in the page.

The tag headings are styled globally in the Typography tab within the Global Styles tab.

{% hint style="info" %}
Always use the H1 tag to mark the most important `heading`, usually at the top of your page, followed by the lower-level headings such as H2, H3, H4, and so on.
{% endhint %}

{% hint style="warning" %}
You should not have more that one H1 tag per page.
{% endhint %}

## Modify

* Select a Heading Block.
* Open the Block Inspector.
* Navigate to the Primary tab.
* Open the Typography tab.
* Find the Tag property.
* Select desired Tag (H1, H2, H3, H4, H5, H6).

![](/files/RwsxIFPb8cdrLRNKQgfn)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cwicly.com/blocks/heading.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
