# Headings

Headings allow you to create descriptive section headers in your workflows. Headings don't change the functionality of your workflow, they're purely helpful for yourself and your team (e.g. as lightweight documentation).

<div align="left"><figure><img src="https://647519108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXkKoEy3xMIYaIwd4mRAB%2Fuploads%2Fgit-blob-9d06f3879f15a295d2619bfd8d3e1dc0bff470ae%2FCleanShot%202025-02-27%20at%2013.48.39.png?alt=media" alt="" width="563"><figcaption></figcaption></figure></div>

To insert a Heading, go to the 'Flow control' menu and click 'Heading' in the 'Documentation' section.

<div align="left"><figure><img src="https://647519108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXkKoEy3xMIYaIwd4mRAB%2Fuploads%2Fgit-blob-4743a64a2d376031f2e95981e02765fdb09d84a4%2FCleanShot%202025-02-27%20at%2013.49.25.png?alt=media" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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.relay.app/workflows/headings.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.
