# Install a local Atom

Download installer: *Manage -> Atom Management -> New*

<div align="left"><figure><img src="/files/hLsaopr4UHZF5edZTJga" alt="" width="563"><figcaption><p>Download Atom Installer</p></figcaption></figure></div>

* Do not forget to **copy your installation token!**\
  Click on *<mark style="color:blue;">Security Options</mark>* and copy the *<mark style="color:orange;">Atom Installer Token</mark>*

<div align="left"><figure><img src="/files/LMosLgf1UCS2ddXctYA2" alt="" width="538"><figcaption><p>You will need the installation token later</p></figcaption></figure></div>

Start the installation using the *Atom Installer Token* from above.

{% hint style="warning" %} <mark style="color:orange;">**The Atom installation need Admin Rights!**</mark>

Right click `atom_install64.exe` and *Run as Administrator*!
{% endhint %}

<figure><img src="/files/NjP9r5D8IRgTtAgUwqAk" alt="" width="554"><figcaption><p>Setup -Atom</p></figcaption></figure>

{% hint style="info" %}
The **Atom Name** defines how the Atom appears under *Atom Management* later, it is not the installation path! There is no need to attach the Atom to any environment. There is no need to start the Atom. All we need are the Atom's JRE and libs to resolve script references.\
see [IntelliJ Configuration](/boomi-scriptease/setup-a-customer-project-a5e8a967b06b4f9d9123b55f72e07145/intellij-configuration.md)
{% endhint %}

Chose a good installation path.

{% hint style="info" %}
It is very recommended you install the ATOM in this path:\
`c:\Program Files\Boomi AtomSphere\`<mark style="color:orange;">**`LocalAtom`**</mark>`\`
{% endhint %}

<figure><img src="/files/q7sTdfhEv40GwmGd9oNc" alt=""><figcaption><p>Chose destination</p></figcaption></figure>

### Optional - Disable automatic start

If you want you can disable the automatic start of the Windows Service. Run `services.msc` and set start-type to *manual*.

<figure><img src="/files/7uC6WtujisdMbON9d5IJ" alt=""><figcaption><p>Services: LocalAtom settings</p></figcaption></figure>

<figure><img src="/files/cVptHuU81M6ZaxMV9jzv" alt=""><figcaption><p>Service Start Type = Manual (manuell=German)</p></figcaption></figure>


---

# 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://boomi.markusschmidt.pro/boomi-scriptease/pre-requisites-7deb11c4cf894c33b76456ab85cad596/install-a-local-atom.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.
