# Installation

1. **Install 64-bit Python3** (version 3.6 or greater) from [https://python.org](https://python.org/)<br>
2. **Install the** [**XPPython3 Plugin**](https://xppython3.readthedocs.io/en/latest/index.html)\
   [Installation process for XPPython3](https://xppython3.readthedocs.io/en/latest/usage/installation_plugin.html) can be found here.\
   In short, download the correct XPPython3 Plugin and uncompress the&#x20;   "XPPython3" folder inside your "*x-plane\resources\plugins*" folder.<br>
3. **Install Four Seasons plugin**\
   Uncompress the plugin zip and copy the following files into "*resources\plugins\PythonPlugins*":
   * *PI\_four\_seasons.py*
   * the entire "*four\_seasons*" folder<br>
4. **Install the sceneries**

   Simply install the following sceneries inside the "Custom Scenery" folder:

   * *FourSeasons\_Seasonal\_Fall*
   * *FourSeasons\_Seasonal\_Snow*
   * *FourSeasons\_Seasons\_Autumn*
   * *FourSeasons\_Seasons\_Spring*
   * *FourSeasons\_Seasons\_Winter*

{% hint style="warning" %}
if you already have an older version of seasonal packages, please remove them before installing the new ones.
{% endhint %}


---

# 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://marangonico.gitbook.io/four-seasons/setup-1/installation.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.
