# Setup

As mentioed in the intro, FPSF Pro relies on the base asset, however it's included in the Pro package so there's no need to pre install the base asset first. Other things like Mirror must be installed since the Multiplayer in FPSF Pro uses Mirror.

<figure><img src="/files/4uTVgcdklYImav2HtuRc" alt=""><figcaption></figcaption></figure>

If Mirror doesn't get installed automatically make sure to install it.

## Mirror Resources

You might want to take a look at [Mirror's offical docs](https://mirror-networking.gitbook.io/docs) if you want to expand the networking even further.


---

# 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://akila.gitbook.io/fps-framework/get-started-pro-only/setup.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.
