# How to download

So there are 2 ways to install our app:

* Install using .[exe ](#user-content-fn-1)[^1]

&#x20;         1\. Go to [Releases](https://github.com/FoxyIsCoding/InternetLogger/releases) and click on the newest version

&#x20;         2\. Click the setup.exe in the assets&#x20;

&#x20;         3\. When finished simply run the file and follow the installer&#x20;

&#x20;         4\. Enjoy the logger or explore [Wiki](/internet-logger/wiki/how-to-download.md)

* Build and install ( Harder way )

{% hint style="warning" %}
This option require good PC skills with Python and Git
{% endhint %}

The 2. option is used mainly if you want to make your own internet logger instead of installing one in the [Devolopment](/internet-logger/devolopment/devoloping.md) section is every step listed so if you want to choose this way go search there.

[^1]: An executable for windows pc


---

# 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://foxcode-1.gitbook.io/internet-logger/wiki/how-to-download.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.
