> ## Documentation Index
> Fetch the complete documentation index at: https://honeydew.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Streamlit

Honeydew integrates with [Streamlit](https://www.snowflake.com/en/data-cloud/overview/streamlit-in-snowflake/) to provide a simple way to create interactive data applications.

## Overview

You can easily create a Streamlit application that connects to your Honeydew instance and allows users to ask questions about your data.
The integration is done using the [Honeydew API](/integration/context-layer/api), which provides a simple way to query your data using natural language.

## Installation

A sample Streamlit application can be found [here](https://github.com/honeydew-ai/honeydew-native-app-cortex-demo).

You can use this application as a starting point to create your own Streamlit application that connects to Honeydew.
The application code can be directly copied and pasted as a new Streamlit application in Snowflake.

<Note>
  Using the Streamlit application requires the installation of [Honeydew Native App](/integration/snowflake-native-app)
</Note>
