# Schemas

{% hint style="success" %}
For automation use the [`CLI`](/latest/devx/5.5/user-guide/cli.md).

To delete schemas you need to enable **`lenses.schema.registry.delete`** in `lenses.conf`.

To connect your Schema Registry see [provisioning](/latest/devx/5.5/deployment/installation/automation/file-watcher-provisioning.md).
{% endhint %}

## Creating schemas

To create a new schema, select **New Schema** and add your schema.

## Viewing schemas

To view the schema associated with a topic, select the **`Schema`** tab. Here you can view the schema for both the key and the value of the topic.

## Editing Schemas

To edit a schema select either the key or value schema. The schema editor will be expanded, click Edit to change the schema.

## Searching for schemas or fields

To list schemas go to **Workspace->Schema Registry**. Lenses will show the current schemas, you can search in schemas for fields and schema names as well as filtering by format and tags.

## Evolving schemas

To evolve a schema, select the schema and select **Edit**. In the editor apply your changes. If the changes match the evolution rules the changes will be saved and a new version created.

## Changing compatibility

To change the compatibility of a schema, select the schema and from the actions menu select **Change compatibility**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lenses.io/latest/devx/5.5/user-guide/schemas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
