diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c5d152a8..7c397a257 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,11 +8,13 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- credentials.json file for storing Monkey Island user login information. #1206
+- The ability to download the Monkey Island logs from the Infection Map page. #1640
### Changed
- "Communicate as Backdoor User" PBA's HTTP requests to request headers only and
include a timeout. #1577
- The setup procedure for custom server_config.json files to be simpler. #1576
+- "Logs" page renamed to "Telemetries". #1640
### Removed
- The VSFTPD exploiter. #1533
@@ -32,6 +34,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
- Hostname system info collector. #1535
- Max iterations and timeout between iterations config options. #1600
- MITRE ATT&CK configuration screen. #1532
+- Island log download button from "Telemetries"(previously called "Logs") page. #1640
### Fixed
- A bug in network map page that caused delay of telemetry log loading. #1545
diff --git a/docs/content/FAQ/_index.md b/docs/content/FAQ/_index.md
index 76fedf3a4..4e708186f 100644
--- a/docs/content/FAQ/_index.md
+++ b/docs/content/FAQ/_index.md
@@ -156,13 +156,23 @@ The Monkey performs queries out to the Internet on two separate occasions:
## Logging and how to find logs
-### Monkey Island server logs
+### Downloading logs
-You can download the Monkey Island's log file directly from the UI. Click the "log" section and choose **Download Monkey Island internal logfile**, like so:
+Both Monkey Agent and Monkey Island logs can be found in the Infection Map page. Click on the
+machine from which you want to download logs and press the "Download log" button on the side panel.
+Note that you can only download the Monkey Island log by clicking on the Monkey Island machine in
+the Infection Map.
-![How to download Monkey Island internal log file](/images/faq/download_log_monkey_island.png "How to download Monkey Island internal log file")
+![How to download logs](/images/faq/log_download.jpg "How to download logs")
-It can also be found as a local file on the Monkey Island server system in the specified
+### Log locations
+
+If the logs can't be downloaded through the UI for any reason, you can collect the log files
+directly from the machine where an Agent or Monkey Island ran.
+
+#### Monkey Island server log
+
+The Monkey Island's log file is located in the
[data directory]({{< ref "/reference/data_directory" >}}).
The log enables you to see which requests were requested from the server and extra logs from the backend logic. The log will contain entries like these:
@@ -177,7 +187,7 @@ It's also possible to change the default log level by editing `log_level` value
`log_level` can be set to `info`(default, less verbose) or `debug`(more verbose).
-### Infection Monkey agent logs
+#### Infection Monkey agent logs
The Infection Monkey agent log file can be found in the following paths on machines where it was executed:
diff --git a/docs/static/images/faq/download_log_monkey_island.png b/docs/static/images/faq/download_log_monkey_island.png
deleted file mode 100644
index 6d352aecc..000000000
Binary files a/docs/static/images/faq/download_log_monkey_island.png and /dev/null differ
diff --git a/docs/static/images/faq/log_download.jpg b/docs/static/images/faq/log_download.jpg
new file mode 100644
index 000000000..4fd153cbe
Binary files /dev/null and b/docs/static/images/faq/log_download.jpg differ
diff --git a/monkey/monkey_island/cc/ui/src/components/SideNavComponent.tsx b/monkey/monkey_island/cc/ui/src/components/SideNavComponent.tsx
index 6caa6617b..2654f9fc9 100644
--- a/monkey/monkey_island/cc/ui/src/components/SideNavComponent.tsx
+++ b/monkey/monkey_island/cc/ui/src/components/SideNavComponent.tsx
@@ -91,7 +91,7 @@ const SideNavComponent = ({disabled,