# Invite Banner Shortcode

This is a self-closing shortcode. It outputs a guild banner and is also a big invitation button. You can set shortcode attributes to alter its behavior.

***title*** - is a text written in the widget's header, next to the icon.

***show-count*** - this will allow you to output several members on your server. Available options are `show` and `hide`.

***channel*** - this is the channel to which the visitor will be joined if he clicks on the banner. Put here it's ID. [Here you can learn how to find channel ID.](/argus-wordpress-plugin/version-6.3.0/general-functions/discord/how-to-find-discord-ids.md)

Shortcode example:

```shortcode
[argus-discord-invite-banner channel="860842180330782751" title="Join Us" show-count="show"]
```


---

# 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://mykolapetrovych.gitbook.io/argus-wordpress-plugin/version-6.3.0/wordpress-shortcodes/discord/invite-banner-shortcode.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.
