# experimental-heading-1

No Heading 1 but with title

Quisque ut dolor gravida, placerat libero vel, euismod. Ambitioni dedisse scripsisse iudicaretur. Donec sed odio operae, eu vulputate felis rhoncus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae.

## Has Heading 2

Note:

* At Jekyll: no title (Jekyll need Heading 1 as title), Heading 2 is Heading 2
* At Gitbook: Heading 1 becomes the title, Heading 2 is Heading 2
* Gatsby: fail
* At wiki-obsidian: no title (title is from file name), Heading 2 is Heading 2

Summary:

* Both (Heading 1 and title: are available)
  * Jekyll
  * Gitbook
  * Gatsby
  * Wiki-obsidian: success, but both title and Heading-1 are shown
* Only title: (without Heading 1)
  * Jekyll: no title (Heading 1 is mandatory, title: is optional)
  * Gitbook: Heading 1 becomes the title (Heading 1 is mandatory, title: is optional)
  * Gatsby: fail (both Heading 1 and title: are mandatory)
  * Wiki-obsidian: Heading 2 becomes Heading 1 (Heading 1 is mandatory, title: is optional)
* Only Heading 1 (without title:)
  * Jekyll
  * Gitbook
  * Gatsby
  * Wiki-obsidian: Heading 1 is shown

Summary: yaml title: is optional


---

# 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://irosyadi.gitbook.io/irosyadi/webdev/experimental-heading-1.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.
