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

# Monitor materialized views

> You can view all [materialized views](/reference/key-concepts#materialized-views) defined in the databases of a project.

1. Go to the [project details page](/cloud/check-status-and-metrics/#check-project-details).

2. In the left sidebar, select the **Data** > **public** > **Materialized views** tab.

3. Click on a materialized view to see the details.
   You can view the direct acyclic graph of streaming executors for maintaining the materialized view.

4. In the left sidebar, click **SQL Editor** to see the query defined in the materialized view (i.e. the `AS` clause).
