# Schema Differentiation using UI

We can compare two schemas by following some steps as follows:

## 1. Start Comparison by choosing Schemas:

**Step 1:**

We click on **Compare** button (last one) <img src="/files/aZ3hF8dFm8lnOPi5MgzH" alt="" data-size="line">present in Schemas tab as shown below:

<figure><img src="/files/C3opwVlQLViI2wEtPPdv" alt=""><figcaption></figcaption></figure>

**Step 2:**

Select two schemas for compare

<figure><img src="/files/0OGW4FxNF6X4wWodbb60" alt=""><figcaption></figcaption></figure>

## 2. Comparison View

### 2.1 Parameters

**UUID** : configures whether differences in UUIDs and Header IDs are taken into consideration when comparing blocks

| Parameter     | Definition                                                                                                                                                                                                                                                                                                                         |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Don't compare | UUIDs and Header IDs are not involved in comparison of the blocks and their Properties.                                                                                                                                                                                                                                            |
| All UUID      | <p>Differences in UUIDs and Header IDs are taken into consideration when comparing blocks and their Properties.<br><em>(For example, when two schemas are exactly the same in every property they will still be considered as different due to differences in the values of IDs which by definition are always different)</em></p> |

## 2.2 Sections

1\. **Main** – comparison of the main fields of schemas.

2\. **Schema Fields** – comparison results of the schema fields.

<figure><img src="/files/EqL8iNMCl2NKXPPanp5R" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/nnSSVMhWlyK5b79eIyzC" alt=""><figcaption></figcaption></figure>

**Display settings** *–* description and show/hide settings for each color/type of difference

| Color         | Purpose                                                                                                                                      |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Green         | fields are identical                                                                                                                         |
| Green - Amber | when fields are embedded schemas, and these schemas are identical. The fields themselves are not different because their UUIDs are different |
| Amber         | fields are partially equal                                                                                                                   |
| Red           | fields are absent in the other Policy                                                                                                        |

Field comparison displays can be unfolded to display a detailed view of the block Properties.


---

# 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://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-differentiation/schema-differentiation-using-ui.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.
