> 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/installing-client-and-server-applications.md).

# Installing Client and Server Applications

In this section we will discuss how to install and configure Astera Server and Client applications.

## How to Install Astera Server

1. Run *‘IntegrationServer.exe’* from the installation package to start the server installation setup.&#x20;
2. Astera Software License Agreement window will appear; check *I agree to the license terms and conditions* checkbox, then click *Install*.

<figure><img src="/files/26ENi7hgj0GXbaxb7Iwr" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** You can select *Options* to change the default installation directory and server port.
{% endhint %}

3. Your server installation has been completed. If you want to use advanced features such as OCR, Text Converter, etc, click on *Install Python Server* and follow the steps [here](/setting-up/on-prem/install-manager/installing-packages-on-server-machine.md)*.*

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

## How to install Astera Client

1. Run the *‘ReportMiner’* application from the installation package to start the client installation setup.&#x20;
2. Astera Software License Agreement window will appear; check *I agree to the license terms and conditions* checkbox, then click *Install*.

<figure><img src="/files/3lF1hSJxUv9fUZlfBp6s" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** You can select *Options* to change the default installation directory.
{% endhint %}

3. When the installation is successfully completed, click *Close*.

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

***

&#x20;


---

# 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/installing-client-and-server-applications.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.
