# Updating HoloFair SDK in an existing project

You need to have the most recent HoloFair SDK update before you continue so any new components are available to you.

To check if you have the latest update you need to go into unity and find Windows -> Package Manager.

Open the packages that are already in Unity and find HoloFair SDK. (If you do not have it you need to go back to "Start Here" and follow the instructions given in the github link)

Click on the HoloFair SDK package and check what version you have, if there is an update available  just click on update&#x20;

<figure><img src="/files/1TsbDEE572PEKrGfxFcU" alt=""><figcaption></figcaption></figure>


---

# 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://docs.holofair.app/development/initial-setup/updating-holofair-sdk-in-an-existing-project.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.
