> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/en/features/privacy-hubs.md).

# Trust center

The **Trust center** allows organizations to create and customize a fully configurable **public web portal** designed for managing compliance with personal data protection regulations. The Trust center provides a simple and intuitive solution to establish a space for transparency and interaction with the organization's stakeholders, whether customers, subcontractors, or employees.

The Trust center offers modular and flexible configuration, enabling you to select and activate the features of your choice from the following options:

* [Customizable Home Page](/en/features/privacy-hubs/configuration/home.md) (mandatory)
* [Questionnaires](/en/features/privacy-hubs/configuration/questionnaires.md) (optional - requires the [Questionnaires](/en/features/audit.md) feature)
* [Attachments](/en/features/privacy-hubs/configuration/attachments.md) (optional)
* [Data subject requests](/en/features/privacy-hubs/configuration/data-subject-requests.md) (optional - requires the [Data subject requests](/en/features/gerer-les-exercices-des-droits.md) feature)
* [Organizational Chart](/en/features/privacy-hubs/configuration/org-chart.md) (optional)
* [Record of processing activities](/en/features/privacy-hubs/configuration/record-of-processing-activities.md) (optional - requires the [Record of processing activities](/en/features/editer-le-registre.md) feature)
* [AI Systems](/en/features/privacy-hubs/configuration/ai-systems.md) (optional - requires the AI Systems module in your subscription)

### How to access the feature

To access the feature, your subscription must include our [Trust center](/en/features/privacy-hubs.md) feature.

You can access the Trust centers from the application's side navigation bar.

<figure><img src="/files/0LXV87JXaCHw4VF2VZ9g" alt=""><figcaption><p>Access the Trust centers from Dastra's sidebar</p></figcaption></figure>

<figure><img src="/files/zyVxlPL2hvN5nf5ZGDP7" alt=""><figcaption><p>Preview of a Trust center with all features enabled</p></figcaption></figure>


---

# 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://doc.dastra.eu/en/features/privacy-hubs.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.
