# Updating FishNet

Before making large changes to your project, it's always advised to back it up by using your version control software or a manual backup. We advise doing this step first before trying to update your FishNet version, even if the likelihood of it breaking anything is quite small.

{% hint style="success" %}
If you have a project using the free version of FishNet and want to update it to FishNet Pro, you can follow these exact same steps.
{% endhint %}

### Steps

1. Make a project backup/commit.
2. Uninstall FishNet. You can do this from the Package Manager or by deleting the FishNet folder in the Unity Editor.
3. Don't close Unity
4. Import the latest or Pro version of FishNet.

{% hint style="info" %}
You can find instructions for importing the free version of FishNet here: [Installing Fish-Networking](/docs/tutorials/getting-started/installing-fish-networking.md)

And instructions for purchasing and importing the Pro version here: [Upgrading to FishNet Pro](/docs/guides/updating-fishnet/upgrading-to-fishnet-pro.md)
{% endhint %}

Your project should now be correctly updated to the latest version, if you run into any issues along the way, please feel free to reach out for help in our discord server: <https://discord.gg/Ta9HgDh4Hj>


---

# 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://fish-networking.gitbook.io/docs/guides/updating-fishnet.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.
