> For the complete documentation index, see [llms.txt](https://docs.devlaunchers.org/dl-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devlaunchers.org/dl-docs/research/research-at-dev-launchers/research-process-and-practices.md).

# Research Process & Practices

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXd-Mm44U2mwGLFCk1bLueQkH9m77NfyHooZhOBODV2Q617mhuuhzbpL4i4IBxs_BlaFcbCsVl_8x2MdeFyEfIgJ8fXt0PsXbsQapUuRVfrRH88V0FChX_-AsrpAmpSA8eLLuBQx?key=OHqkb7EMVf7VwN6vK6ZxnEB2)

## How We Do Research

At Dev Launchers, we prioritize actionable insights, accessibility, and a spirit of curiosity in every step of our research process. We value user feedback and combine qualitative and quantitative methods to ensure inclusive, user-centric solutions. Collaboration across teams is key, as we iterate on ideas, refine strategies, and strive for impactful outcomes. New researchers are encouraged to deeply engage with users, stay curious, and embrace continuous improvement to uphold our commitment to creating accessible and meaningful designs.

### The Steps of the Research Process

Our research process is structured to ensure efficiency and meaningful results:

* **Planning & Strategy**: Define goals, scope, and methods for a structured approach.
* **Research Methods (Qualitative & Quantitative)**: Select techniques to gather valuable insights.
* **Data Collection & Analysis**: Organize and interpret data to uncover actionable findings.
* **Reporting & Presenting Findings**: Share results through clear, impactful presentations to inform decisions.


---

# 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.devlaunchers.org/dl-docs/research/research-at-dev-launchers/research-process-and-practices.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.
