> For the complete documentation index, see [llms.txt](https://tri.gitbook.io/tri-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tri.gitbook.io/tri-doc/ifrs-issb-csrd-summary.md).

# IFRS/ISSB/CSRD Summary

## Push Scope 1-3 Reporting (S1-3)&#x20;

GHG Scope 1-3 Carbon Reporting (IFRS, ISSB, CSRD & TCFD)

This feature lets companies submit their carbon emissions data to the Triangle system for official reporting.

How it works: Your company can use a third-party system to your Scope 1-3 carbon report. You'll link/load/send your carbon emissions data in a specific JSON format that includes:

* Year-by-year data
* Scope 1 & 2 emissions (direct emissions from your operations)
* Scope 3 emissions (indirect emissions from your supply chain)

Next steps:

1. Gather your carbon emissions data organized by year and emission type
2. Format the data according to our JSON requirements
3. Use the "Push S1-3 report" API to submit your data to our system

Once submitted, your S1-3 summary report will be available in the Triangle system for your company's carbon reporting needs.

Action required: Please provide your carbon emissions data in the required format, then call our API to upload your S1-3 report.

## Get S1-3 Report for Reporting Company<br>

Retrieve Your Scope 1-3 Climate Report (for TCFD, IFRS, ISSB, CSRD)

This feature allows your company to download and view your existing TCFD climate report from the Triangle system.

What the report includes:

* Climate risks and opportunities - Identifies potential challenges and benefits related to climate change for your business
* Carbon emissions data (CO2e) broken down by:
* * Scope 1 & 2 emissions (your direct operations)
  * Scope 3 emissions (your supply chain activities)
  * 1. Upstream activities (suppliers, materials, leased assets)
    2. Downstream activities (product use, disposal)
* Multi-year data - Shows emissions for all years where you have recorded data
* Flexible reporting periods - Data can be organized by calendar year or fiscal year, depending on your company's settings

How to get your report:

1. Provide the required company information below
2. Call the "Get S1-3 Report for Reporting company" API
3. Your report will be delivered in JSON format for easy integration with your systems

Action required: Please provide the necessary company data below, then call our API to retrieve your TCFD report in JSON format.

\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tri.gitbook.io/tri-doc/ifrs-issb-csrd-summary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
