> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phala.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get and Verify Attestation

> Get a TEE attestation report from your CVM and verify it step by step.

## Introduction

Remote Attestation (RA) lets a remote verifier confirm that an application runs inside a genuine TEE with the expected configuration and code. This guide shows how to access and verify TEE attestation reports in Phala Cloud.

### How to Get the Attestation Report

Navigate to **Attestations** in your CVM's sidebar to view the full Remote Attestation report.

<Frame caption="Attestation Report">
  <img src="https://mintcdn.com/phalanetwork-1606097b/57prl00-u-jQKn3n/images/getting-started/attestation-01.png?fit=max&auto=format&n=57prl00-u-jQKn3n&q=85&s=651a9e7aca78ce3ad077392e9bf4c21c" alt="Phala Cloud attestation page showing TEE proof and remote attestation report" width="1552" height="910" data-path="images/getting-started/attestation-01.png" />
</Frame>

## How to Verify Attestation

Scroll down to the **Certificate Chain** section and click the **Check Attestation** button next to **App Cert**.

<Frame caption="Check Attestation">
  <img src="https://mintcdn.com/phalanetwork-1606097b/57prl00-u-jQKn3n/images/getting-started/attestation-02.png?fit=max&auto=format&n=57prl00-u-jQKn3n&q=85&s=161b36d1a887043218f7e71ee6303685" alt="Certificate chain section with Check Attestation button highlighted for App Cert verification" width="1834" height="934" data-path="images/getting-started/attestation-02.png" />
</Frame>

This opens the [TEE Attestation Explorer](https://proof.t16z.com/) where you can verify the attestation quote. You can share this quote with anyone as proof that your application is running inside a genuine TEE.

<Frame caption="Attestation Verification Report">
  <img src="https://mintcdn.com/phalanetwork-1606097b/57prl00-u-jQKn3n/images/getting-started/attestation-03.png?fit=max&auto=format&n=57prl00-u-jQKn3n&q=85&s=9f3620827a77696d94c0f1edfce3baa1" alt="TEE Attestation Explorer showing verified attestation status with detailed verification report" width="1482" height="1216" data-path="images/getting-started/attestation-03.png" />
</Frame>

You can also request customized Remote Attestation reports programmatically via API: [Generate Remote Attestation](/phala-cloud/attestation/get-attestation).

For more details, see [how dstack attestation works](https://github.com/Dstack-TEE/dstack/blob/master/attestation.md).
