> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cocartapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Our Plugin Suggestions

> The following plugins are our suggestions of plugins that may enhance your store.

<Note>
  The list of plugins can also be seen in your WordPress dashboard if you have not disabled them.
</Note>

## CoCart Add-ons

All CoCart add-ons are developed by CoCart.

### JWT Authentication

[CoCart JWT Authentication](https://wordpress.org/plugins/cocart-jwt-authentication/) is a plugin that allows you to authenticate your CoCart API requests using JSON Web Tokens (JWT).

### Cart API Enhanced

[Cart API Enhanced](https://wordpress.org/plugins/cocart-get-cart-enhanced/) enhances the data returned for the cart and the items added to it.

<Note>
  This addon is more of a proof of concept to using the filters that CoCart has to offer.
</Note>

## Third-Party

All third-party plugins are **not** developed by CoCart.

### Yoast SEO

[Yoast SEO](https://wordpress.org/plugins/wordpress-seo/) is a powerful SEO plugin that helps you optimize your website for search engines.

### Atlas Content Modeler

[Atlas Content Modeler](https://wordpress.org/plugins/atlas-content-modeler/) allows you to create and manage custom post types and fields in your store.

### WP Mail SMTP

[WP Mail SMTP](https://wordpress.org/plugins/wp-mail-smtp/) allows you to send emails from your WordPress site.

### Imagify – Optimize Images & Convert WebP

[Imagify](https://imagify.io/) allows you to optimize your images and convert them to WebP format.

### Redirection

[Redirection](https://wordpress.org/plugins/redirection/) allows you to manage your redirects in your store.

### Safe SVG

[Safe SVG](https://wordpress.org/plugins/safe-svg/) allows you to safely use SVG images in your store.

### Contact Form 7

[Contact Form 7](https://wordpress.org/plugins/contact-form-7/) allows you to create and manage contact forms in your store.

### Advanced Custom Fields (ACF)

[Advanced Custom Fields (ACF)](https://wordpress.org/plugins/advanced-custom-fields/) allows you to create and manage custom fields in your store.

<Info>
  We developed our own security plugin designed specifically for the REST API to provide a firewall from bad requests and protection for data exposed without authentication.

  **List of Features**

  * Hides all sensitive details from the `wp-json` index.
  * Deny access to any API route if the `user-agent` is not trust worthy or a bot.
  * Block use of any API route in an iFrame.
  * Rate limiting for any route.
  * Anonymous user data returned if accessed without authentication.
  * CORS support.

  [Get your API secure](https://apisecurity.pro)
</Info>
