> For the complete documentation index, see [llms.txt](https://docs.fontsplugin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fontsplugin.com/manual-update.md).

# Manual Update

If you are unable to or don't want to use WordPress' built-in updater it's possible to update Fonts Plugin Pro manually.

The plugin file (*fonts-plugin-pro.zip*) is available inside your account here: <https://fontsplugin.com/account/>

First, you will need to login to your account, if you don't already have an account you can [register here](https://fontsplugin.com/account-registration/).

{% hint style="info" %}
Creating an account will grant you permanent access to your files and license keys.
{% endhint %}

Once logged in, click **View Details and Downloads**.

![](/files/jbQbXPNC3aFwj3HNrv9P)

Click the file name to download it to your computer.

![](/files/CSkW69f0m09fCeaBq35R)

{% hint style="info" %}
To stop Safari automatically unzipping files see here - <https://wiki.umbc.edu/pages/viewpage.action?pageId=31919091>
{% endhint %}

### Upload to WordPress

Inside */wp-admin* navigate to **Plugins → Add New** and click **Upload Plugin.**

![](/files/DdE2KgpuvmLGz2v3YN66)

On the next screen choose the *fonts-plugin-pro.zip* file you just downloaded and click **Install Now**.

WordPress will inform you that the old version will be overwritten.&#x20;

{% hint style="info" %}
No settings or configurations will be lost when performing a manual update.
{% endhint %}

![](/files/w1W8Kpw6txVOsxZXoX21)

Click **Replace current with uploaded** and the process should complete successfully.


---

# 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.fontsplugin.com/manual-update.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.
