> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/trust/trust-center/whats-new.md).

# What's New

### Update Log

Below is a chronological log of changes made to the Sprinto Trust Center. This section will be updated with every new release or enhancement.

***

#### **September 2025 Release**

**Key Features Introduced**

**1. Trust Center Header Revamp**

* Removed the old global header.
* Introduced a new Trust Center card under the overview section.
* New layout includes two CTAs:
  * **Request Access** (Primary)
  * **Subscribe to Updates** (Secondary)

<figure><img src="/files/bOziW6Kk3VC6ltcA69VA" alt="" width="563"><figcaption></figcaption></figure>

**2. Access Request Flow (New)**

* New global request flow that captures user email → verifies via OTP → shows all restricted documents.
* Users can:
  * Request access to all documents in one go.
  * Or selectively request access to specific resources.
* Document viewer behaviour:
  * If verified → open directly.
  * If not → start OTP flow then return to doc.
  * If no access → open Request Drawer pre-filtered to the item.

**3. Subscribe to Updates**

* External users can now subscribe to receive security or compliance updates.
* Adds transparency for customers and builds trust.

**4. UI/UX Enhancements Across the Trust Center**

* Compliance, Resources, and Trusted By sections are now **clickable**.
* **Certificates** redesigned as interactive tiles.
* **Resources** tab now combines Policies + Documents under a new “All” category.
* “View more” links available for extended listings.
* Testimonials and FAQs include **expand/collapse all** functionality.
* Refreshed icons, buttons, spacing, and section layout.

**5. Responsive Design Updates**

* New layouts for all screen sizes:
  * Desktop → Two-column with right-aligned CTAs
  * Tablet → Full-width stacked layout
  * Mobile → Sticky Request Access bar

***

#### Why This Matters

These improvements enhance how external stakeholders interact with your Trust Center:

* Easier to navigate
* More transparent access to documents
* Improved security communications

To enable these features, contact your Sprinto representative or write to <support@sprinto.com>.


---

# 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://docs.sprinto.com/trust/trust-center/whats-new.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.
