# ESG

#### What is ESG Data? <a href="#what-is-esg-data" id="what-is-esg-data"></a>

We have added a new property to the MRS response: `brand`, as explained before. It also contains `esg.` This holds an array of participations, representing the *ESG schemes* that that **merchant** is participating in. Within each participation, there is a list of commitments. This represent whether the merchant has committed publicly to each of the goals of that scheme, and the details of each commitment.

**E.g.** ‘Mercadona’ is participating in the *United Nations Sustainable Development Goals* scheme. If you make a request with the merchant\_name of ‘Mercadona’, you will get a response containing ESG data about which of the UN goals they are committed to.

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


---

# 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://devs.snowdropsolutions.co.uk/advanced-use-cases/esg.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.
