diff --git a/docs/images/intro-data-tutorial.png b/docs/images/intro-data-tutorial.png
index fd469919593af..2882a092fbb0b 100644
Binary files a/docs/images/intro-data-tutorial.png and b/docs/images/intro-data-tutorial.png differ
diff --git a/docs/images/intro-help-icon.png b/docs/images/intro-help-icon.png
new file mode 100644
index 0000000000000..7766434b8e364
Binary files /dev/null and b/docs/images/intro-help-icon.png differ
diff --git a/docs/images/intro-kibana.png b/docs/images/intro-kibana.png
index 1a59230f2f166..62c2c99826131 100644
Binary files a/docs/images/intro-kibana.png and b/docs/images/intro-kibana.png differ
diff --git a/docs/images/intro-management.png b/docs/images/intro-management.png
index 4f32bfa80c3fd..539deab2e3f34 100644
Binary files a/docs/images/intro-management.png and b/docs/images/intro-management.png differ
diff --git a/docs/user/introduction.asciidoc b/docs/user/introduction.asciidoc
index 6438098ad2c60..ff936fb4d5569 100644
--- a/docs/user/introduction.asciidoc
+++ b/docs/user/introduction.asciidoc
@@ -4,9 +4,9 @@
What is Kibana?
++++
-**_Explore and visualize your data and manage all things Elastic Stack._**
+**_Visualize and analyze your data and manage all things Elastic Stack._**
-Whether you’re a user or admin, {kib} makes your data actionable by providing
+Whether you’re an analyst or an admin, {kib} makes your data actionable by providing
three key functions. Kibana is:
* **An open-source analytics and visualization platform.**
@@ -24,20 +24,20 @@ image::images/intro-kibana.png[]
[float]
[[get-data-into-kibana]]
-=== Getting data into {kib}
+=== Add data
{kib} is designed to use {es} as a data source. Think of Elasticsearch as the engine that stores
and processes the data, with {kib} sitting on top.
-From the home page, {kib} provides these options for getting data in:
+From the home page, {kib} provides these options for adding data:
+* Import data using the
+https://www.elastic.co/blog/importing-csv-and-log-data-into-elasticsearch-with-file-data-visualizer[File Data visualizer].
* Set up a data flow to Elasticsearch using our built-in tutorials.
-(If a tutorial doesn’t exist for your data, go to the
+If a tutorial doesn’t exist for your data, go to the
{beats-ref}/beats-reference.html[Beats overview] to learn about other data shippers
-in the {beats} family.)
+in the {beats} family.
* <> and take {kib} for a test drive without loading data yourself.
-* Import static data using the
-https://www.elastic.co/blog/importing-csv-and-log-data-into-elasticsearch-with-file-data-visualizer[file upload feature].
* Index your data into Elasticsearch with {ref}/getting-started-index.html[REST APIs]
or https://www.elastic.co/guide/en/elasticsearch/client/index.html[client libraries].
+
@@ -47,9 +47,9 @@ image::images/intro-data-tutorial.png[Ways to get data in from the home page]
{kib} uses an
<> to tell it which {es} indices to explore.
-If you add sample data or run a built-in tutorial, you get an index pattern for free,
+If you add upload a file, run a built-in tutorial, or add sample data, you get an index pattern for free,
and are good to start exploring. If you load your own data, you can create
-an index pattern in <>.
+an index pattern in <>.
[float]
[[explore-and-query]]
@@ -84,14 +84,14 @@ image::images/intro-dashboard.png[]
{kib} also offers these visualization features:
* <> allows you to display your data in
-line charts, bar graphs, pie charts, histograms, and tables
-(just to name a few). It's also home to Lens, the drag-and-drop interface.
+charts, graphs, and tables
+(just to name a few). It's also home to Lens.
Visualize supports the ability to add interactive
-controls to your dashboard, and filter dashboard content in real time.
+controls to your dashboard, filter dashboard content in real time, and add your own images and logos for your brand.
* <