> For the complete documentation index, see [llms.txt](https://documentation.astera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.astera.com/setting-up/on-prem/install-manager/installing-packages-on-client-machine.md).

# Installing Packages on Client Machine

1. Open Astera as an administrator.
2. Once Astera is open, go to the *Tools > Run Install Manager*.

<figure><img src="/files/J3i63bu0UOZ160YVQYLN" alt=""><figcaption></figcaption></figure>

3. The Install Manager welcome window will appear. Click on *Next*.

<figure><img src="/files/UegLmAz8ByPG2ukvvYwd" alt=""><figcaption></figcaption></figure>

4. If the prerequisite packages are already installed, the Install Manager will inform you about them and give you the option to uninstall or update them as needed.
5. If the prerequisite packages are not installed, then the Install Manager will present you with the option to install them. Check the box next to the pre-requisite package, and then click on *Install*.

<figure><img src="/files/PZlCus4wlCcR2LMc3qav" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: If your client and server are on the same machine, then you can also install Python Server directly at this stage.
{% endhint %}

6. During the installation, the Install Manager window will display a progress bar showing the installation progress.

<figure><img src="/files/c034W3OwAYTNy3q5nUhp" alt=""><figcaption></figcaption></figure>

You can also cancel the installation at any point if necessary.

7. Once the installation is complete, the Install Manager will prompt you. Click on *Close* to exit out of the Install Manager.

<figure><img src="/files/SlmnPgtBsQTmkQGjIcHY" alt=""><figcaption></figcaption></figure>

The packages for AGL and OCR usage are now installed, and the features are ready to use.

{% hint style="info" %}
**Note:** The packages are ready to use in the case when both the Integration Server and Astera are installed on the same machine.
{% endhint %}

In case the Integration Server is installed on a separate machine, we will need to install the packages for AGL and OCR there as well.


---

# 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://documentation.astera.com/setting-up/on-prem/install-manager/installing-packages-on-client-machine.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.
