> For the complete documentation index, see [llms.txt](https://techacademy.gitbook.io/projektmanagement-sommersemester-2023/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://techacademy.gitbook.io/projektmanagement-sommersemester-2023/design-thinking-methods/emphasize-phase.md).

# Emphasize Phase

Emphasizing methods are an important part of the design thinking process, as they allow teams to truly understand the needs and pain points of their target audience. These methods often involve conducting research, such as empathetic interviews, persona creation, and empathy mapping. By putting themselves in the shoes of their users, teams can gain valuable insights into their needs, wants, and frustrations, which can then inform the rest of the design process. Emphasizing methods are particularly useful at the beginning of a project, as they help teams define the problem they are trying to solve and the users they are trying to help.

Let's explore some of these methods in more detail:

1. **Empathetic Interview:** Empathic interviews are a fundamental method used in design thinking to gain insights into the needs and desires of potential users. The goal of empathic interviews is to deeply understand the users' experiences and perspectives, and to empathize with their emotions and motivations.

   In an empathic interview, the designer or researcher asks open-ended questions and actively listens to the user's responses without judgment or interruption. The interviewer encourages the user to share stories and anecdotes that illustrate their experiences and emotions related to the topic being explored. Through this process, the designer can gain a rich understanding of the user's needs, desires, pain points, and motivations.

   Empathic interviews are an important tool for developing user personas and empathy maps, as well as for generating insights and ideas for solutions. They are typically conducted early in the design process and involve a small number of users to ensure that the insights gained are deep and meaningful.Here is a resource for conducting an empathetic interview: <https://learningforward.org/wp-content/uploads/2020/10/tool-empathy-interviews.pdf>
2. **Persona:** Persona is a design thinking method used to create a fictional character that represents a specific user group. A persona is based on research and data collected from real users, and it provides a deeper understanding of users' needs, goals, and behaviors. By creating personas, designers can humanize the user and develop solutions that meet their specific needs.

   A persona typically includes a name, photo, age, occupation, interests, behaviors, and motivations. Personas can be created through various methods, including interviews, surveys, and observations. They are often used throughout the design thinking process to guide decision-making and ensure that the user is kept at the center of the design. Here is a resource for creating a persona: <https://www.nngroup.com/articles/persona/>
3. **Empathy Map:** An empathy map is a tool that helps design thinkers to gain a deeper understanding of their users and their needs. It is a visual framework that captures the thoughts, feelings, actions, and environment of a user or persona, and allows designers to empathize with them.

   The empathy map is divided into four quadrants: Say, Do, Think, and Feel. In each quadrant, designers list the relevant observations or insights they have gathered during research, interviews, or observations. By filling out the map, designers can identify patterns, insights, and opportunities that inform the design process.

   Empathy maps are often used in the Define stage of the design thinking process, when designers are trying to define the problem and gain a deep understanding of their users. They can also be used in the Ideate stage to generate ideas and solutions that are grounded in user needs and insights.&#x20;

   Here are some additional resources on empathy maps:

   <https://www.nngroup.com/articles/empathy-mapping/>

   <https://www.pinuts.de/empathy-map-alternative-persona-konzept>


---

# 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://techacademy.gitbook.io/projektmanagement-sommersemester-2023/design-thinking-methods/emphasize-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.
