diff --git a/datasets/concepts/collections.mdx b/datasets/concepts/collections.mdx
index ac72ed3..9360102 100644
--- a/datasets/concepts/collections.mdx
+++ b/datasets/concepts/collections.mdx
@@ -189,7 +189,7 @@ if err != nil {
## Next steps
-
+
Learn how to query data from a collection.
diff --git a/datasets/introduction.mdx b/datasets/introduction.mdx
index 27831a5..8ca1fc9 100644
--- a/datasets/introduction.mdx
+++ b/datasets/introduction.mdx
@@ -19,7 +19,7 @@ Learn more about datasets by exploring the following sections:
Learn what collections are and how to access them.
-
+
Find out how to access data from a collection for specific time intervals.
diff --git a/guides/datasets/access-sentinel2-data.mdx b/guides/datasets/access-sentinel2-data.mdx
index e3d314a..6095f26 100644
--- a/guides/datasets/access-sentinel2-data.mdx
+++ b/guides/datasets/access-sentinel2-data.mdx
@@ -6,13 +6,7 @@ icon: database
This guide assume you already [signed up](https://console.tilebox.com/sign-up) for a Tilebox account (free) and [created an API key](https://console.tilebox.com/account/api-keys).
-## Installing Tilebox
-
-Install the Tilebox python library.
-
-
- If you don't know which package manager to use, we recommend using [uv](https://docs.astral.sh/uv/).
-
+## Install Tilebox package
```bash uv
@@ -29,7 +23,7 @@ pipenv install tilebox
```
-## Accessing Sentinel-2 metadata
+## Access Sentinel-2 metadata
Query the Sentinel-2A satellite for level 2A data of October 2025 that cover the state of Colorado.
@@ -86,7 +80,7 @@ The output shows that the query returned 169 data points metadata. The metadata
Now you can check the metadata and decide which data points you want to download.
-## Downloading the data from Copernicus Data Space
+## Download the data from Copernicus Data Space
Tilebox stores and indexes metadata about datasets but doesn't store the data files.
Sentinel-2 data is stored in the Copernicus Data Space Ecosystem (CDSE). If you never used the CDSE before, [create an account](https://identity.dataspace.copernicus.eu/auth/realms/CDSE/protocol/openid-connect/auth?client_id=cdse-public&response_type=code&scope=openid&redirect_uri=https%3A//dataspace.copernicus.eu/account/confirmed/1) and then generate [S3 credentials here](https://eodata-s3keysmanager.dataspace.copernicus.eu/panel/s3-credentials).
diff --git a/guides/datasets/ingest.mdx b/guides/datasets/ingest.mdx
index 869079a..8c28cd1 100644
--- a/guides/datasets/ingest.mdx
+++ b/guides/datasets/ingest.mdx
@@ -245,7 +245,7 @@ Congrats. You've successfully ingested data into Tilebox. You can now explore th
further processing and analysis.
-
+
Learn all about [querying your newly created dataset](https://docs.tilebox.com/datasets/query)
diff --git a/introduction.mdx b/introduction.mdx
index cf86e74..ea94d31 100644
--- a/introduction.mdx
+++ b/introduction.mdx
@@ -72,7 +72,7 @@ You can also start by looking through these guides:
Discover how to query and load data from a dataset.