# Installation

## Install Blender

1. [Download Blender](http://www.blender.org/download) for your system.
2. Install Blender
3. (Optional) Download and Install [Python 3.x](http://python.org/download/). On some Systems Blender comes with a bundled Python and thus Python does not need to be installed one your system. You can see this in the system console when Blender starts. If Python is bundled it will write something like "Found bundled Python ...".

## Setup blenders external scripts directory

1. Somewhere on your harddrive create a ***blender-scripts*** directory. Within that directory create an **"addons"** folder.
2. Open Blender and open up the File-Preferences Dialog by going to *File > User Preferences*.

   &#x20;![installation step 1](/files/-LdPU-1429fbkeEcLF2E)
3. Select the *File* tab and hit the button next to the *Scripts* input field and locate the *blender\_scripts* directory and hit *Save User Settings*.

   &#x20;![installation step 2](/files/-LdPU-16NARecjR5Df5t)
4. Close blender.

Blender will now look for additional addons/scripts within your *blender-scripts* directory.

## Install XPlane2Blender

1. Download the latest version of XPlane2Blender 3.2x [here](https://github.com/der-On/XPlane2Blender/releases) by selecting one of the listed downloads clicking the *zip* or *tar.gz* icons.

   ![installation step 3](/files/-LdPU-18xs00KDzEvVUS)
2. Extract the contents of the archive somewhere on your computer. You will get a folder named something like *XPlane2Blender-3.20.x*. Within this folder navigate to **blender\_25/** and copy/move the folder **io\_xplane2blender** into your **blender-scripts/addons** folder. (Afterwards you can safely delete the left behind folders, they are meant for developers.)

   ```
   XPlane2Blender-3.20.x
      > blender_25
          > io_xplane2blender
   ```
3. Open Blender and open up the User-Preferences Dialog by going to *File > User Preferences*.

   ![installation step 4](/files/-LdPU-1AR_TWZkQclvF-)
4. Go to the **Addons** tab select **Import-Export** as Category and start typing *XPlane* into the search box in the top left.  &#x20;

   The addon *Import-Export: XPlane* should appear.

   Now Hit the checkbox next to it, to activate it. (Sometimes you must hit it twice to work).

   Finally save this configuration by cliking on *Save User Settings*. XPlane2Blender is now permanently activated in your Blender.

   ![installation step 2](/files/-LdPU-1CD3E1fVLWOd3S)

If you think this is a good thing [buy me a beer](https://github.com/tngreene/XPlane2Blender-docs/tree/045bbe7764e1127748c3df734a632bfbc1a1199d/Donations/README.md).


---

# 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://xp2b-docs.gitbook.io/xplane2blender-docs/index-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.
