> For the complete documentation index, see [llms.txt](https://www.designreference.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.designreference.xyz/cognitive-tools/universal/problem-solving/divergent-and-convergent-thinking.md).

# Divergent & Convergent Thinking

<figure><img src="/files/PdUhRZLGPAFk4G3lGnQl" alt=""><figcaption><p>Image by <a href="https://www.ideatovalue.com/crea/nickskillicorn/2021/11/what-is-divergent-thinking-vs-convergent-thinking/">Nick Skillicorn</a></p></figcaption></figure>

* **Divergent thinking** is the process of generating a wide array of ideas from a single starting point, such as a problem or challenge. It's about thinking outside the box and exploring multiple possibilities.
* **Convergent thinking**, on the other hand, involves evaluating and selecting the most suitable ideas from this pool. It's the process of narrowing down options and focusing on the most promising solutions.

Divergent thinking allows the exploration of a wide range of possibilities, brainstorming without constraint. This helps to generate innovative ideas and break free from conventional thinking. Considering diverse perspectives and experimenting with different approaches, unexpected solutions, that might otherwise be overlooked, can be uncovered.

Once the initial brainstorming phase is complete, convergent thinking refines thoughts. Generated ideas are carefully evaluated, considering factors such as feasibility, cost-effectiveness, and alignment with goals. Through further analysis and prioritisation, options can be narrowed down and the most promising selected to move forward.

#### Further Viewing

{% embed url="<https://www.youtube.com/watch?v=kh4c3R9mSkg>" %}

{% embed url="<https://www.youtube.com/watch?v=cmBf1fBRXms>" %}

#### Further Reading

{% embed url="<https://www.nngroup.com/articles/diverge-converge/>" %}

{% embed url="<https://asana.com/resources/convergent-vs-divergent>" %}

{% embed url="<https://www.ideatovalue.com/crea/nickskillicorn/2021/11/what-is-divergent-thinking-vs-convergent-thinking/>" %}


---

# 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:

```
GET https://www.designreference.xyz/cognitive-tools/universal/problem-solving/divergent-and-convergent-thinking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
