diff --git a/_dashboards/dashboards-assistant/index.md b/_dashboards/dashboards-assistant/index.md index 1c2f0f8299..bf2d754be8 100644 --- a/_dashboards/dashboards-assistant/index.md +++ b/_dashboards/dashboards-assistant/index.md @@ -120,6 +120,17 @@ The following screenshot shows a saved conversation, along with actions you can Notebooks interface with saved OpenSearch Assistant conversations +## Enabling Dashboards Assistant experimental features +**Introduced 2.16** +{: .label .label-purple } + +To enable experimental assistant features, such as text to visualization, locate your copy of the `opensearch_dashboards.yml` file and set the following option: + +```yaml +assistant.next.enabled: true +``` +{% include copy-curl.html %} + ## Related articles - [Getting started guide for OpenSearch Assistant in OpenSearch Dashboards](https://github.com/opensearch-project/dashboards-assistant/blob/main/GETTING_STARTED_GUIDE.md)