> For the complete documentation index, see [llms.txt](https://yeken.gitbook.io/snippet-shortcodes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeken.gitbook.io/snippet-shortcodes/features/interactive-blocks.md).

# Overview

### Premium Features (paid)

* [**Insert into header or footer**](/snippet-shortcodes/features/interactive-blocks/auto-insert-into-header-footer.md) – Automatically insert your custom shortcode’s content into either your site’s header and/or footer.
* [**Limit to certain device types** ](/snippet-shortcodes/features/interactive-blocks/limit-to-device-types.md)– Specify whether your custom shortcode should only be visible on Mobile, Tablet, Desktop or all three.
* **No limits** – Create unlimited custom shortcodes.
* **Inline editor** – Ability to edit custom shortcodes without having to use a full editor.
* **Duplicator** – Ability to duplicate custom shortcodes.
* **Enable/Disable** – Ability to enable or disable custom shortcodes.
* **Multi-site – Use custom shortcodes throughout your entire multi-site, not just limited to the one child site**
* [CSV import](/snippet-shortcodes/features/csv-import.md) – Bulk import your custom shortcodes.
* [WooCommerce fields](/snippet-shortcodes/features/ready-made/premium/woocommerce-meta-fields.md) – A ready-made shortcode to display WooCommerce fields.
* [Fetch values from database](/snippet-shortcodes/features/ready-made/premium/database-values-by-id.md) – A ready-made shortcode to fetch a value from any database table
* [More ready-made shortcodes](/snippet-shortcodes/features/ready-made/premium.md) – Display additional WordPress fields, as well as wrapping around PHP functionality like GET/POST values, number of users, etc

### Core features (free)

* [**Custom shortcodes**](/snippet-shortcodes/features/own-shortcodes.md) – Create up to 10 custom shortcodes that can be embedded throughout your website.
* [**Parameters**](/snippet-shortcodes/features/own-shortcodes.md#specify-parameters) – Enhance your shortcodes by passing parameters into them e.g. \[ sv slug="logo" color="blue" ]
* [**Ready made shortcodes**](/snippet-shortcodes/features/ready-made.md) – A collection of out-of-the-box shortcodes for displaying common WordPress fields such as site title, username, admin email, etc.
* **HTML editor** – a HTML editor for editing your [custom shortcodes](/snippet-shortcodes/features/own-shortcodes.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://yeken.gitbook.io/snippet-shortcodes/features/interactive-blocks.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.
