# Author Box

The widget receives the blogger profile informations automatically, As long as your profile is marked as public. The icons are displayed if there are links in the introduction.

Supported Icons: `google`, `blogger`, `apple`, `amazon`, `microsoft`, `facebook`, `facebook-f`, `twitter`, `x`, `rss`, `youtube`, `skype`, `stumbleupon`, `tumblr`, `vk`, `stack-overflow`, `github`, `linkedin`, `dribbble`, `soundcloud`, `behance`, `digg`, `instagram`, `pinterest`, `pinterest-p`, `twitch`, `steam`, `delicious`, `codepen`, `flipboard`, `reddit`, `whatsapp`, `telegram`, `messenger`, `snapchat`, `discord`, `quora`, `tiktok`, `email`, `share`, `threads`, `mastodon`, `bluesky`, `external-link`

Blogger Settings: Go to <https://www.blogger.com/edit-profile.g> Find for **Additional Information** > **Introduction** > and add your description with HTML links.

HTML Link:  `<a href="Your Link Here">Icon Name</a>`

HTML Link Example: `<a href="https://facebook.com/probloggertemplates">facebook</a>`

**Example:**

<figure><img src="/files/oaoJrB6MTsw94yENkqy0" alt="Author box" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
INFO: The “Introduction” text is required for the author box to be displayed! But the links are not required.
{% endhint %}


---

# 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.probloggertemplates.com/guides/casper/getting-started/author-box.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.
