# Schema Explorer

Copy as Markdown[View as Markdown](/docs/development/guides/resources/schemas/explore-schemas/schema-explorer.md)

***

The Schema Explorer lets your teams quickly find the schema, understand who owns it, and who is producing or consuming it (see [demo](https://demo.eventcatalog.dev/schemas)).

![Example](/assets/images/schema-explorer-3f15e0e79b2425e579a2f032cffb7d9a.png)

Using the Schema Explorer, you can:

* Quickly find schemas in your Architecture
* View diffs between versions of your schemas
* Quickly find who is consuming or producing your schemas
* Schema ownership to query who owns a schema
* Get API (GET) access to your schemas for mocking or testing

### How to use the Schema Explorer?[​](#how-to-use-the-schema-explorer "Direct link to How to use the Schema Explorer?")

You can access the Schema Explorer from the sidebar, or by going to the `/schemas/explorer` page.

The page will take all the schemas from your EventCatalog and render them in a searchable list.

Schema Path

You need to set the `schemaPath` in your schema frontmatter to the path to your schema file for Events, Queries and Commands.

For services you need to specify the path to your specification file in the `specifications` frontmatter.

![Example](/assets/images/schema-explorer-2-6fbcd9728f6732b047ec7e1ae7373975.png)

##### Filters[​](#filters "Direct link to Filters")

You can use the filters to quickly find schemas in your Architecture. You can filter by name, message type and schema format.

##### Schema Preview[​](#schema-preview "Direct link to Schema Preview")

The schema preview will show you a preview of the schema in a readable format, you can use the `Schema` button to switch between different views of your schema (if they are supported, JSON or Avro).

##### API Access[​](#api-access "Direct link to API Access")

For EventCatalog Scale users, you can get API (GET) access to your schemas for mocking or testing.

##### Producers and Consumers[​](#producers-and-consumers "Direct link to Producers and Consumers")

The producers and consumers section will show you who is producing or consuming the schema. You can click on the producer or consumer to see more information about them.
