> 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/concept-phase.md).

# Concept Phase

In the second step, based on your research question, you prepare a structured questionnaire that will provide you with the information you need. You should always give participants enough space to convey what is important to them.

***

## How many questions should I ask? 📝

When it comes to questions, the rule is: as few questions as possible, as many as necessary. The more questions you ask, the quicker people will be put off by the survey – and the more work you will have to do when evaluating the results. Ask yourself whether each individual question helps to answer your research question. If not, it is usually superfluous.

Be sure to refrain from requesting detailed data that would only be useful for representative purposes. Crowdsourced research can practically never collect representative data.

{% hint style="info" %}
Important: The entire survey should be as long as necessary, but as short as possible.
{% endhint %}

***

## What questions should I definitely ask? 🎤

The most important questions are those that only you, as the editorial team, can answer. This includes the question: 'You may contact me if you have any further questions' (answer option yes/no).

The more people have to say, the more interesting the story will be for you. That's why open-ended questions ('How do you experience the problem?') should be accompanied by long text fields.

One open-ended question you should definitely ask at the end is the most open-ended question possible: 'What else would you like to tell us about this topic?' This often provides valuable information that you may not have thought of when creating the questionnaire.

Depending on the tool you use, you also have the option of inviting the respondent to subscribe to your newsletter. This should always be a voluntary option. The wording should be something like: 'Send me the XYZ newsletter' (yes/no option) and a reference to any steps required under data protection law (for example, optional in the case of 'yes': 'You will receive an email that you must confirm').

Answers to crucial questions should be supported by evidence such as photos or documents wherever possible.

***

## Examples 💡

Who is renting the apartment to you? Please upload a copy of the rental agreement.

Do you have water damage? Please send a photo.

When searching for dangerous routes to school, a photo of the location provided was useful as evidence. The photo served as initial proof, so to speak. This made it possible to quickly determine the actual danger. A photo can also be used to illustrate the situation online and in articles.

{% hint style="info" %}
Important: Information can always be submitted anonymously if desired. This ensures that you receive the information even if participants do not want to give their names.
{% endhint %}

***

<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/concept-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.
