> For the complete documentation index, see [llms.txt](https://wiki.beabee.io/community-journalismus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.beabee.io/community-journalismus/english/community-centred-methods/crowd-investigations/crowd-investigations-in-5-steps/construction-phase.md).

# Construction Phase

Things start to take shape during the construction phase: the survey concept is implemented technically. This phase depends heavily on the tool you have chosen. You can find a guide for the [CrowdNewsroom](https://wiki.beabee.io/help-center-english/crowd-investigations/community-investigations-with-the-crowdnewsroom) in the beabee Help Center.

However, you should always keep the following points in mind:

* Write a short introduction and a welcome message that participants will see at the beginning of the survey.
* You may want to add a logo (your media logo or one specifically for the campaign) to ensure recognition.
* You may want to clearly state the response time at the beginning. This can help you get more responses (if the response time is not too long).
* Structure each page of the questionnaire clearly. Also, make sure that the questionnaire is accessible and self-explanatory.
* Link to your privacy policy so that participants know what will happen to their data.
* Add a thank you message at the end with a request to share the link.
* Add the survey period and make sure that no more responses are allowed after the end of the period.

***

<p align="center"><strong>Get involved:</strong></p>

<p align="center"><a href="https://starthub.correctiv.org/crowdnewsroom/your-question-for-our-wiki" class="button secondary" data-icon="message">Ask a question</a> or  <a href="https://starthub.correctiv.org/crowdnewsroom/your-contribution-to-our-wiki" class="button secondary" data-icon="pencil">Make a contribution</a> or  <a href="https://starthub.correctiv.org/crowdnewsroom/your-feedback-for-our-community-journalism-wiki" class="button secondary" data-icon="comments">Give feedback</a></p>


---

# 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://wiki.beabee.io/community-journalismus/english/community-centred-methods/crowd-investigations/crowd-investigations-in-5-steps/construction-phase.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.
