> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/logger-card-client-user-manual/installation/installation-of-the-lc-client.md).

# Installation of the LC Client

1. Unpack Logger Card Client installer zip file defined in [Software required](/logger-card-client-user-manual/installation/software-required.md).

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

2. Double click “setup” to run the installer.

<p align="center"><img src="/files/5c5e9ec3088bd47f66982cd8a3466c33ff3661db" alt="Graphical user interface, text, application, email Description automatically generated"></p>

2. Press the “Next” button.
3. Leave default path or choose a custom one and press the “Next” button.

<p align="center"><img src="/files/05b6fba1afd4cf64ab22bda747ce159bc66f13ad" alt="Graphical user interface, text, application, email Description automatically generated"></p>

4. Press the “Next” button.

<p align="center"><img src="/files/9b9b0c2c85c10738719bd2ff3f95ed9f050f629b" alt="Graphical user interface, text, application, email Description automatically generated"></p>

5. Press “Close” button after the installation is finished.

<p align="center"><img src="/files/aeecace7c923908a1b81838b07bc3a98628477de" alt="Graphical user interface, text, application, email Description automatically generated"></p>


---

# 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.boomerang3.com/logger-card-client-user-manual/installation/installation-of-the-lc-client.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.
