# Export to PDF

The **Export to PDF** feature allows you to generate a comprehensive GitHub Actions security report for your organization or tenant. This report provides a point-in-time risk assessment of your CI/CD environment, including workflows, actions, and Harden-Runner coverage.

Use **Export to PDF** to:

* Generate a shareable GitHub Actions risk assessment for audits, leadership reviews, or compliance purposes.
* Capture Harden-Runner coverage and security posture at a specific point in time.
* Download a consolidated security report that summarizes your GitHub Actions exposure and protections.

To generate a report, navigate to **Reports → Export to PDF** and click **Generate PDF Report**.

<figure><img src="/files/4xY6ZwMoWMKI9CmVIlXX" alt=""><figcaption></figcaption></figure>

This is a sample of what the report should look like:

<figure><img src="/files/b0HpMESBBlBYYxPH4mql" 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://docs.stepsecurity.io/workspace/reports/export-to-pdf.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.
