diff --git a/umap/static/umap/js/modules/help.js b/umap/static/umap/js/modules/help.js
index 682bb013..fc46ef0b 100644
--- a/umap/static/umap/js/modules/help.js
+++ b/umap/static/umap/js/modules/help.js
@@ -144,6 +144,22 @@ const ENTRIES = {
`,
+
+ overpassImporter: `
+
+
${translate('Overpass supported expressions')}
+
+ - ${translate('key (eg. building)')}
+ - ${translate('!key (eg. !name)')}
+ - ${translate('key=value (eg. building=yes')}
+ - ${translate('key!=value (eg. building!=yes')}
+ - ${translate('key~value (eg. name~Grisy')}
+ - ${translate('key="value|value2" (eg. name="Paris|Berlin")')}
+
+
+
+
+ `,
}
export default class Help {
diff --git a/umap/static/umap/js/modules/importers/overpass.js b/umap/static/umap/js/modules/importers/overpass.js
index 2f14cde7..67b1e130 100644
--- a/umap/static/umap/js/modules/importers/overpass.js
+++ b/umap/static/umap/js/modules/importers/overpass.js
@@ -5,7 +5,7 @@ import { translate } from '../i18n.js'
const TEMPLATE = `
Overpass