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

# Managing WordPress database using the WP Data Access plugin

> Learn to install the WP Data Access plugin for seamless database management directly from your WordPress dashboard.

WP Data Access is a data administration and development plugin that lets you perform database-related tasks directly from your WordPress dashboard. It enables data management from the [WordPress](https://hosting.com/hosting/platforms/wordpress-hosting/managed-wordpress-hosting/) dashboard, including JSON configuration, the addition of custom JavaScript functions, the management of local and remote databases, the import and export of multiple formats, the query builder, data project management, and the creation and modification of tables and indexes.This article will show you how to install a WP Data Access Plugin on your [WordPress](https://hosting.com/hosting/platforms/wordpress-hosting/managed-wordpress-hosting/) -powered website.

## Installing and configuring WP Data Access Plugin

To use WP Data Access Plugin in your WordPress website, follow these steps:

1. Log in to WordPress as the administrator.
2. On the **Dashboard** in the left sidebar, click **Plugin**, and then click **Add New**:\\
   ![](https://static.hosting.com/kb/kb_wp_wpaccessdata_addnew.png)
3. Search for "**WP Data Access Plugin**," then click **Install Now**. Click **Activate** to activate the plugin:\\
   ![](https://static.hosting.com/kb/kb_wp_wpaccessdata_installplugin.png)
4. On the **Dashboard** in the left sidebar, click **WP Data Access**.The **Data Explorer** section lists out the tables and allows you to add, delete, edit, export  these tables:\\
   ![](https://static.hosting.com/kb/kb_wp_wpaccessdata_dataexplorer.png)
5. **Query Builder** section allows you to create, execute, and save queries in your database:\\
   ![](https://static.hosting.com/kb/kb_wp_wpaccessdata_querybuilder.png)
6. **Data Designer** allows you to add tables to your database, as well as their names, data types, and other details:\\
   ![](https://static.hosting.com/kb/kb_wp_wpaccessdata_datadesigner.png)
7. **Data Project** displays the projects and allows you to manage them via the dashboard:\\
   ![](https://static.hosting.com/kb/kb_wp_wpaccessdata_dataprojects.png)

## More information

For more information about the WP Data Access plugin, please visit [https://wordpress.org/plugins/wp-data-access/](https://wordpress.org/plugins/wp-data-access/).

## Related articles

* [Cleaning a WordPress database with the Advanced Database Cleaner plugin](/docs/cleaning-a-wordpress-database-with-advanced-database-cleaner-plugin)
* [Database tools](/docs/database-tools)
