> For the complete documentation index, see [llms.txt](https://coalitions-trp-survey.cwts.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coalitions-trp-survey.cwts.nl/survey.md).

# Survey

- [Demographic information](https://coalitions-trp-survey.cwts.nl/survey/demographic-information.md)
- [Recent publishing experience](https://coalitions-trp-survey.cwts.nl/survey/recent-publishing-experience.md)
- [Reaching relevant audiences and determining what research is pertinent](https://coalitions-trp-survey.cwts.nl/survey/reaching-relevant-audiences-and-determining-what-research-is-pertinent.md)
- [The efficiency of the publishing system, with a particular focus on peer review processes](https://coalitions-trp-survey.cwts.nl/survey/the-efficiency-of-the-publishing-system-with-a-particular-focus-on-peer-review-processes.md)
- [Questions for respondents who have published preprints](https://coalitions-trp-survey.cwts.nl/survey/the-efficiency-of-the-publishing-system-with-a-particular-focus-on-peer-review-processes/questions-for-respondents-who-have-published-preprints.md): Questions 14 and 15 show only answers from respondents who have published at least one preprint in the past three years.
- [Preprinting and open reviews by journals](https://coalitions-trp-survey.cwts.nl/survey/the-efficiency-of-the-publishing-system-with-a-particular-focus-on-peer-review-processes/preprinting-and-open-reviews-by-journals.md): The following questions consider respondents opinions on the adoption of preprinting and open peer review by traditional journals
- [Recognition and rewards](https://coalitions-trp-survey.cwts.nl/survey/recognition-and-rewards.md)
- [Recent peer review experience](https://coalitions-trp-survey.cwts.nl/survey/recent-peer-review-experience.md)
- [Efficiency of peer review and effort recognition](https://coalitions-trp-survey.cwts.nl/survey/efficiency-of-peer-review-and-effort-recognition.md): The following questions apply only to those respondents who have performed peer review in the past three years
- [Final thoughts](https://coalitions-trp-survey.cwts.nl/survey/final-thoughts.md)


---

# 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://coalitions-trp-survey.cwts.nl/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.
