diff --git a/docs/clearml_agent.md b/docs/clearml_agent.md
index 25ffee08..da66ed65 100644
--- a/docs/clearml_agent.md
+++ b/docs/clearml_agent.md
@@ -13,6 +13,8 @@ title: ClearML Agent
+
+
**ClearML Agent** is a virtual environment and execution manager for DL / ML solutions on GPU machines. It integrates with the **ClearML Python Package** and ClearML Server to provide a full AI cluster solution.
Its main focus is around:
- Reproducing experiments, including their complete environments.
@@ -386,7 +388,7 @@ You can set the docker container via the UI:
1. Clone the experiment
2. Set the Docker in the cloned task's **Execution** tab **> Container** section
- ![Container section](../img/webapp_exp_container.png)
+ ![Container section](img/webapp_exp_container.png)
3. Enqueue the cloned task
diff --git a/docs/getting_started/ds/best_practices.md b/docs/getting_started/ds/best_practices.md
index 4e3639d8..2b9165f1 100644
--- a/docs/getting_started/ds/best_practices.md
+++ b/docs/getting_started/ds/best_practices.md
@@ -66,7 +66,7 @@ improving your results later on!
## Visibility Matters
-While it's possible to track experiments with one tool, and pipeline them with another, we believe that having
+While it's possible to track experiments with one tool, and pipeline them with another, having
everything under the same roof has its benefits!
Being able to track experiment progress and compare experiments, and based on that send experiments to execution on remote
diff --git a/docs/integrations/fastai.md b/docs/integrations/fastai.md
index 915ab822..2ccf0797 100644
--- a/docs/integrations/fastai.md
+++ b/docs/integrations/fastai.md
@@ -86,7 +86,7 @@ following command on it:
clearml-agent daemon --queue [--docker]
```
-Use the ClearML [Autoscalers](../cloud_autoscaling/autoscaling_overview.md), to help you manage cloud workloads in the
+Use the ClearML [Autoscalers](../cloud_autoscaling/autoscaling_overview.md) to help you manage cloud workloads in the
cloud of your choice (AWS, GCP, Azure) and automatically deploy ClearML agents: the autoscaler automatically spins up
and shuts down instances as needed, according to a resource budget that you set.