> For the complete documentation index, see [llms.txt](https://docs.talentmap.com/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talentmap.com/knowledge-base/step-2-develop-questionnaire/questionnaire-faq/how-can-we-incorporate-our-specific-themes-or-categories-into-the-survey.md).

# How can we incorporate our specific themes or categories into the survey?

We're very flexible when it comes to incorporating your organization's specific themes or categories into the survey. Here's how we can do that:

1. **Customization**: We can fully customize the questionnaire to include your organization's unique themes, values, or initiatives. This is a common request and we're well-equipped to handle it.
2. **Leadership Values**: If your leadership team has established a set of values or principles specific to your organization, we can incorporate these into the survey. We can ask questions about awareness, implementation by managers, and how well these values are being lived out in the organization.
3. **Expert Guidance**: Our team of organizational psychologists (I/O psychologists) can provide advice and guidance on the best way to design and phrase questions to effectively measure your specific themes.
4. **Unlimited Support**: If you decide to modify the questionnaire, we offer unlimited support from our expert psychologists This could involve one meeting, multiple meetings, or email exchanges - whatever is needed to get the survey exactly how you want it.
5. **Flexible Approach**: Whether you want to add a few custom items or develop entirely new themes, we can accommodate that within the survey structure.
6. **Psychological Expertise**: Our psychologists can help ensure that the questions are phrased in the most effective way to measure what you're truly trying to assess.

The goal is to create a survey that accurately reflects your organization's unique culture and priorities. We're here to help you achieve that in the most effective way possible.


---

# 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.talentmap.com/knowledge-base/step-2-develop-questionnaire/questionnaire-faq/how-can-we-incorporate-our-specific-themes-or-categories-into-the-survey.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.
