> For the complete documentation index, see [llms.txt](https://docs.novaworks.net/spryx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novaworks.net/spryx/installation/step-3-install-plugins.md).

# Step 3 - Install Plugins

After installing the Spryx theme, you'll see a notification in the top of the page that says the theme needs some plugins to function properly.

## Required Plugins

Required plugins are very important and must be installed and activated at all times for **Spryx** to work properly. The **Spryx** theme **requires** following plugins

* [Woocommerce](https://wordpress.org/plugins/woocommerce/): it is a powerful, extendable eCommerce plugin that helps you sell anything.
* [Elementor](https://elementor.com/): The World's Leading WordPress Page Builder.
* **Kitify by Novaworks**: A perfect plugin for Elementor.
* **Spryx Core**: The plugin for Neotek Woocommerce WordPress Theme.
* [Envato Market](https://envato.com/market-plugin/): WordPress Theme & Plugin management for the Envato Market.

## Recommended Plugins

Recommended plugins which are plugins that we use in our demos and are fully integrated with **Spryx**. You can choose not to install these plugins if you’re not going to use them. The **Spryx** theme **recommends** following plugins:

* [Contact Form 7](https://wordpress.org/plugins/contact-form-7/): plugin for creating contact forms. It is free and available on WordPress.org
* [Variation Swatches for WooCommerce](https://wordpress.org/plugins/variation-swatches-for-woocommerce/): this plugin provides a much nicer way to display variations of variable products, such as Color swatches, Size lable...
* [WCBoost - Wishlist](https://wordpress.org/plugins/wcboost-wishlist/): *WCBoost - Wishlist* lets shoppers create wishlists for later purchases, reminding them of desired items, driving repeat visits and boost sales.

**Spryx** is working perfectly with these plugins. It automatically adds more styles to them to make the design match the theme.

## Install These Plugins

**Step 1** - From the WordPress admin, navigate to the **Appearance > Install Plugins**. Here you'll find **Spryx's** required and recommended plugins.

**Step 2** - Just click on **Install** below each plugin's name.

**Step 3** - After installing, if it's required to activate the plugin, just activate them.

## Troubleshooting

1. **Failed to install/activate some plugins.**

   Sometimes, the download process failed on some hostings and some files are not downloaded. Therefore, you can't active it. Please navigate to **Plugins > Installed Plugins** and delete those plugins. Then install them again.


---

# 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://docs.novaworks.net/spryx/installation/step-3-install-plugins.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.
