description lets you add information about the Explore to the UI, so users can get additional information while creating Explore queries. For example, here is a description parameter:
explore: order_items {
description: "Based on the individual items that comprise customer orders"
}
If a description is added to an Explore, users can see the description by hovering over the information icon next to the Explore name at the top of the field picker.
Users can also view a description by hovering over the same information icon in the drop-down list of Explores.
If you do not explicitly add a description to an Explore, no description will be shown.
Examples
Add a description to an Explore named User:
explore: user {
description: "All customer users, staff users are excluded"
}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[],[],null,["# description (for Explores)\n\n\u003cbr /\u003e\n\n\u003e This page refers to the `description` parameter that is part of an [Explore](/looker/docs/2512/reference/param-explore-explore).\n\u003e\n\u003e `description` can also be used as part of a field, described on the [`description` (for fields)](/looker/docs/2512/reference/param-field-description) parameter documentation page.\n\u003e\n\u003e `description` can also be used as part of a dashboard, described on the [Dashboard parameters](/looker/docs/2512/reference/param-lookml-dashboard#description-for-dashboard) documentation page.\n\nUsage\n-----\n\n```\nexplore: explore_name {\n description: \"Description I Want\"\n}\n```\n\nDefinition\n----------\n\n`description` lets you add information about the [Explore](/looker/docs/2512/reference/param-explore-explore) to the UI, so users can get additional information while creating Explore queries. For example, here is a `description` parameter: \n\n explore: order_items {\n description: \"Based on the individual items that comprise customer orders\"\n }\n\nIf a `description` is added to an Explore, users can see the description by hovering over the information icon next to the Explore name at the top of the field picker.\n\nUsers can also view a description by hovering over the same information icon in the drop-down list of Explores.\n\nIf you do not explicitly add a `description` to an [Explore](/looker/docs/2512/reference/param-explore-explore), no description will be shown.\n\nExamples\n--------\n\nAdd a description to an Explore named **User**: \n\n explore: user {\n description: \"All customer users, staff users are excluded\"\n }"]]