# 1. Install Plugins

You have to install some WordPress plugins which are mandatory for the app. You can install these plugins (from your WordPress dashboard > plugins) by searching for them. Install and activate them.

Four wp plugins are required for the app to run. All of them are completely free on the wp plugin store. So, you don't have to buy any plugins.

> 1. J[WT Authentication for WP-API](https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/) (Required)
> 2. [WordPress Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/) (Required)
> 3. [OneSignal – Web Push Notifications](https://wordpress.org/plugins/onesignal-free-web-push-notifications/) (Required)
> 4. [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/) (Required)
> 5. [Easy WP SMTP](https://wordpress.org/plugins/easy-wp-smtp/) (Optional but required if you're using any shared hosting server or if your wordpress email is not working. You should follow the additional steps required by following the plugin doc. This is required for sending reset password email to the users)
> 6. [WP REST Cache](https://wordpress.org/plugins/wp-rest-cache/) (Optional but recommended for speed up the data loading time)


---

# 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://doc.newsfreak.mrb-lab.com/wordpress-setup/1.-install-plugins.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.
