> 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/configuration/questionnaires.md).

# Questionnaires

#### Activating the 'Questionnaires' Feature in Your Trust center

To activate the 'Questionnaires' feature in your Trust center, refer to the general configuration section where you can enable or disable this option. Once enabled, a new public page titled 'Questionnaires' will be added to your Trust center.

<figure><img src="/files/hFxEFlqTYpIrFfUWqSW4" alt=""><figcaption><p>The Questionnaires configuration accordion</p></figcaption></figure>

#### Adding a Questionnaire to Your Trust center

To add a questionnaire, select the questionnaires to share in your Trust center by clicking Add Questionnaires. A selection window will appear, allowing you to choose one or more questionnaires to add. After making your selection, click Add to confirm. The available questionnaires correspond to those installed in the Questionnaires module within this workspace.

You can remove or add additional questionnaires to your Trust center at any time. Added questionnaires will be displayed on the 'Questionnaires' page of your Trust center.

<figure><img src="/files/QubhdIgtUt3kfMdtdrjc" alt=""><figcaption></figcaption></figure>

#### Instructions for Questionnaires

This rich text (HTML) field lets you customize a message with formatting options and include images or videos. This message will appear on the public 'Questionnaires' page of your Trust center, above the list of questionnaires available in your portal.

#### Renaming Questionnaires

By default, the questionnaires displayed in your Trust center use the same name as their original template. However, you can change the name displayed in the portal without affecting the original template name by clicking Edit Name and Description.

#### Modifying the Display Order of Questionnaires

Once you’ve selected your questionnaires, you can reorder their display using the drag-and-drop function. The display order on your public Trust center will match the order defined on this configuration page.

#### Pinning Questionnaires

To highlight specific questionnaires, click the pin icon. Pinned questionnaires will always appear at the top of the list, regardless of their configuration order. Additionally, they will also be accessible from the homepage sidebar of your hub, as well as from the 'Questionnaires' page.

<figure><img src="/files/V4Vdk2eiL6G2h72p8XN4" alt=""><figcaption></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/configuration/questionnaires.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.
