> For the complete documentation index, see [llms.txt](https://help.arkance-systems.com/fusion-tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.arkance-systems.com/fusion-tools/en-8/installation.md).

# Installation

#### Installation of the add-in is performed using the setup package CS\_F-Tools\_x.y.msi

{% hint style="info" %}
&#x20;(where x.y. designes the current version, e.g. 1.0)
{% endhint %}

After the add-in installation, run the application Fusion 360 and you will be prompted in a dialog box to register the add-in. There are four options:

1. Buy now forwards you to the product page
2. Registration allows to enter the registration key
3. Start trial allow to use the add-in in a 30-day trial mode
4. Quit closes the registration dialog box without completeting the add-in registration. Fusion 360 will be run without F-Tools.

<figure><img src="/files/WYAYuAvwX1tYgOA8PPJf" alt=""><figcaption><p>Installation 1</p></figcaption></figure>

#### Entering the received license key

<figure><img src="/files/wPmWmb9FjmDeg6dDqGBz" alt=""><figcaption><p>Installation 2</p></figcaption></figure>

If the registration is cancelled without entering the license key, any new launch of Fusion 360 will re-display the registration prompt. This behaviour can be changed by removing the option Run on Startup (1), or by uninstallation of the F-Tools plug-in.

<figure><img src="/files/RfsamEOajWsYjBfCl6Sb" alt=""><figcaption><p>Installation 3</p></figcaption></figure>

#### On successful installation of the add-in, the ribbon tab TOOLS will show two new panels:&#x20;

1. CS F-TOOLS (1)&#x20;
2. CS HELPDESK (2)

<figure><img src="/files/aTLbUvO7FvVDKFhEcSuR" alt=""><figcaption><p>Installation 4</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.arkance-systems.com/fusion-tools/en-8/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
