# Introduction

### What is FPS Framework Pro?

It’s an extension asset that expands the core FPS Framework (FPSF) with more advanced features. FPSF Pro includes enhancements such as multiplayer support, achieved through dedicated external integrations built specifically for the base FPSF asset.

### How do I get started?

You’ll need at least a basic understanding of the base FPS Framework to fully grasp the Pro features. For example, multiplayer functionality in FPSF Pro builds upon existing systems by networking their core components similar to how Mirror’s **NetworkAnimator** synchronizes animations. In the same way, FPSF Pro introduces components like **NetworkFirearm**, which extends the base **Firearm** component to function seamlessly over the network.

### Upgrade path

If you already own the base FPS Framework (version 1.0 or 2.0), you can upgrade to the Pro version for a small fee. However, if you don’t own the base asset, purchasing FPS Framework Pro automatically includes it for free, since the base framework serves as the foundation of the Pro version.


---

# 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/introduction.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.
