diff --git a/website/docs/artist_ftrack.md b/website/docs/artist_ftrack.md
index df2a7236b3..44d8b0c007 100644
--- a/website/docs/artist_ftrack.md
+++ b/website/docs/artist_ftrack.md
@@ -8,8 +8,7 @@ sidebar_label: Artist
## Login to Ftrack module in OpenPype (best case scenario)
1. Launch OpenPype and go to systray OpenPype icon.
-2. *Ftrack login* window pop up on start
- - or press **login** in **Ftrack menu** to pop up *Ftrack login* window
+2. *Ftrack login* window pop up on start or press **login** in **Ftrack menu** to pop up *Ftrack login* window

@@ -18,7 +17,7 @@ sidebar_label: Artist

- Web browser opens
- - Sign in Ftrack if you're requested. If you are already sign up to Ftrack via web browser, you can jump to point 6.
+ - Sign into Ftrack if requested. If you are already signed in to Ftrack via web browser, you can jump to [Application launch](#application-launch-best-case-scenario)

@@ -34,18 +33,18 @@ sidebar_label: Artist
## Application launch (best case scenario)
1. Make sure OpenPype is running and you passed [Login to Ftrack](#login-to-ftrack-module-in-openpype-best-case-scenario) guide
-2. Open web browser and go to your studio Ftrack web page *(e.g. https://mystudio.ftrackapp.com/)*
+2. Open Web browser and go to your studio Ftrack web page *(e.g. https://mystudio.ftrackapp.com/)*
-3. Locate the task on which you want to run the application
+3. Locate the task to run the application on.
4. Display actions for the task

5. Select application you want to launch
- - application versions may be grouped to one action in that case press the action to reveal versions to choose *(like Maya in the picture)*, only applications permitted to the particular project are appeared.
+ - application versions may be grouped to one action. In that case, press the action to reveal versions to choose from *(like Maya in the picture)*, only applications permitted on the particular project will appear.

-6. Work
+6. Start working ;)
---
@@ -54,9 +53,22 @@ sidebar_label: Artist

-2. Log out the previous user from Ftrack module in tray
+2. Log out the previous user from Ftrack module in OpenPype tray
- 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
3. Follow [Login to Ftrack](#login-to-ftrack-module-in-openpype-best-case-scenario) guide
@@ -64,6 +76,7 @@ sidebar_label: Artist
## Where to find API key
- Your API key can be found in Ftrack. In the upper right corner of Ftrack click on the avatar, choose System settings.
+- You shouldn't need to use your personal API key if previous steps went through correctly

@@ -92,8 +105,7 @@ sidebar_label: Artist
- try to restart OpenPype
**2. possibility - Ftrack is not set in OpenPype**
-- inform your administrator
-- The Ftrack URL can be changed in OpenPype Settings → System → Modules → Ftrack
+- inform your administrator or supervisor
### Web browser did not open
@@ -119,5 +131,5 @@ sidebar_label: Artist
**3. possibility - User logged to Ftrack Web is not the same as user logged to Ftrack module in tray**
- Follow [Change user](#change-ftrack-user) guide
-**4. possibility - Project don't have set applications**
+**4. possibility - Project doesn't have applications set correctly**
- ask your Project Manager to check if he set applications for the project
diff --git a/website/docs/assets/ftrack/ftrack_logout.gif b/website/docs/assets/ftrack/ftrack_logout.gif
new file mode 100644
index 0000000000..81088075c4
Binary files /dev/null and b/website/docs/assets/ftrack/ftrack_logout.gif differ
diff --git a/website/docs/manager_ftrack.md b/website/docs/manager_ftrack.md
index 511f5c04c0..1583e74db2 100644
--- a/website/docs/manager_ftrack.md
+++ b/website/docs/manager_ftrack.md
@@ -26,14 +26,14 @@ Turn on `auto-sync` attribute on your project in ftrack. That way you'll only ne
:::
## Synchronization to Avalon database
-This process is how data from Ftrack will get into Avalon database.
+This process describes how data from Ftrack will get into Avalon database.
### How to synchronize
-You can do synchronization with [Sync To Avalon](manager_ftrack_actions#sync-to-avalon) action.
+You can trigger synchronization manually using [Sync To Avalon](manager_ftrack_actions#sync-to-avalon) action.
-Synchronization can be automated with OpenPype's [event server](#event-server) and synchronization events. If your Ftrack is [prepared for OpenPype](#prepare-ftrack-for-openpype), the project should have custom attribute `Avalon auto-sync`. Check the custom attribute to allow auto-updates with event server.
+Synchronization can also be automated with OpenPype's [event server](#event-server) and synchronization events. If your Ftrack is [prepared for OpenPype](#prepare-ftrack-for-openpype), the project should have custom attribute `Avalon auto-sync`. Check the custom attribute to allow auto-updates with event server.
-:::important
+:::tip
Always use `Sync To Avalon` action before you enable `Avalon auto-sync`!
:::