> For the complete documentation index, see [llms.txt](https://docs.probloggertemplates.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.probloggertemplates.com/guides/hypermag/getting-started.md).

# Getting Started

- [Header ADS](https://docs.probloggertemplates.com/guides/hypermag/getting-started/header-ads.md)
- [Header Logo](https://docs.probloggertemplates.com/guides/hypermag/getting-started/header-logo.md)
- [Header Menu](https://docs.probloggertemplates.com/guides/hypermag/getting-started/header-menu.md)
- [Featured Posts](https://docs.probloggertemplates.com/guides/hypermag/getting-started/featured-posts.md)
- [Featured ADS](https://docs.probloggertemplates.com/guides/hypermag/getting-started/featured-ads.md)
- [Content Blocks](https://docs.probloggertemplates.com/guides/hypermag/getting-started/content-blocks.md)
- [Content Blocks ADS](https://docs.probloggertemplates.com/guides/hypermag/getting-started/content-blocks-ads.md)
- [Latest Posts](https://docs.probloggertemplates.com/guides/hypermag/getting-started/latest-posts.md)
- [Table of Contents](https://docs.probloggertemplates.com/guides/hypermag/getting-started/table-of-contents.md)
- [Post Content ADS](https://docs.probloggertemplates.com/guides/hypermag/getting-started/post-content-ads.md)
- [Post Cards](https://docs.probloggertemplates.com/guides/hypermag/getting-started/post-cards.md)
- [Post Split](https://docs.probloggertemplates.com/guides/hypermag/getting-started/post-split.md): Content Pagination
- [SafeLink Generator](https://docs.probloggertemplates.com/guides/hypermag/getting-started/safelink-generator.md)
- [Download Page](https://docs.probloggertemplates.com/guides/hypermag/getting-started/download-page.md)
- [Safe Page](https://docs.probloggertemplates.com/guides/hypermag/getting-started/safe-page.md)
- [Related Posts](https://docs.probloggertemplates.com/guides/hypermag/getting-started/related-posts.md)
- [Post Footer ADS](https://docs.probloggertemplates.com/guides/hypermag/getting-started/post-footer-ads.md)
- [Social Counter](https://docs.probloggertemplates.com/guides/hypermag/getting-started/social-counter.md)
- [Post Gadgets](https://docs.probloggertemplates.com/guides/hypermag/getting-started/post-gadgets.md)
- [Sidebar Ads](https://docs.probloggertemplates.com/guides/hypermag/getting-started/sidebar-ads.md)
- [Mailchimp](https://docs.probloggertemplates.com/guides/hypermag/getting-started/mailchimp.md): Subscribe Form
- [Footer ADS](https://docs.probloggertemplates.com/guides/hypermag/getting-started/footer-ads.md)
- [Footer Info](https://docs.probloggertemplates.com/guides/hypermag/getting-started/footer-info.md)
- [Footer Copyright](https://docs.probloggertemplates.com/guides/hypermag/getting-started/footer-copyright.md)
- [Footer Menu](https://docs.probloggertemplates.com/guides/hypermag/getting-started/footer-menu.md)
- [Cookie Consent](https://docs.probloggertemplates.com/guides/hypermag/getting-started/cookie-consent.md)
- [Theme Options](https://docs.probloggertemplates.com/guides/hypermag/getting-started/theme-options.md)
- [Feed Settings](https://docs.probloggertemplates.com/guides/hypermag/getting-started/feed-settings.md)
- [Shortcut Keys](https://docs.probloggertemplates.com/guides/hypermag/getting-started/shortcut-keys.md)
- [Customization](https://docs.probloggertemplates.com/guides/hypermag/getting-started/customization.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.probloggertemplates.com/guides/hypermag/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
