# WP Plugin Info Card Block

The WP Plugin Info Card block is essentially a wrapper for the `wp-pic` shortcode.

When first inserting the block, you'll be presented with entering a type and plugin slug.

<figure><img src="/files/2lJCVdzD8npz8LXpqLdq" alt=""><figcaption><p>Type tab: Enter a Type and Slug on the Main Block Screen</p></figcaption></figure>

The slug can be comma-separated if you would like to display more than one plugin or theme at a time.

Switching to the Appearance tab will allow you to select a layout and a scheme.

<figure><img src="/files/IJGAQ17d2vbMN6upUuE7" alt=""><figcaption><p>Appearance Tab: Set Layout and Scheme</p></figcaption></figure>

Once you've selected a slug and layout, you can click on `Preview and Configure`. This will reveal an info card for a plugin or theme.

<figure><img src="/files/k2i2o4wokvhP1zwMjfGW" alt=""><figcaption><p>Preview View</p></figcaption></figure>

From the block's toolbar menu, you can edit the scheme and layout of the info card.

<div><figure><img src="/files/q4TOMUfkyRO1beKSxrU4" alt=""><figcaption><p>Change the Layout</p></figcaption></figure> <figure><img src="/files/M8Wo9Vs9ToWkpHbJ35ax" alt=""><figcaption><p>Change the Color Scheme</p></figcaption></figure></div>

Finally, you can also set the layout/scheme in the sidebar options as well.

<figure><img src="/files/UQvHY8jBgNzNIL4MhKpo" alt=""><figcaption><p>Sidebar Options</p></figcaption></figure>


---

# 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.dlxplugins.com/wp-plugin-info-card/blocks/wp-plugin-info-card-block.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.
