> For the complete documentation index, see [llms.txt](https://outdraw-academy.gitbook.io/become-a-ux-designer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://outdraw-academy.gitbook.io/become-a-ux-designer/roadmap.md).

# Roadmap

- [Month 1: Learn Tools & Process](https://outdraw-academy.gitbook.io/become-a-ux-designer/roadmap/month-1-learn-tools-and-process.md): During the first month of your UX Design journey, you need to learn the essential tools and processes used in the industry.
- [🍜 Month 2: Learn UX Patterns](https://outdraw-academy.gitbook.io/become-a-ux-designer/roadmap/month-2-learn-ux-patterns.md): Month two is about learning UX patterns - recurring design solutions that solve common design problems.
- [🍿 Month 3: Design features](https://outdraw-academy.gitbook.io/become-a-ux-designer/roadmap/month-3-design-features.md): Once you have a solid understanding of the UX design process and patterns, it's time to start designing features for digital products.
- [🚀 Month 4: Design products](https://outdraw-academy.gitbook.io/become-a-ux-designer/roadmap/month-4-design-products.md): It's time to start designing full digital products. You will be using the same tools and processes as you did in month 3.
- [👩‍💻 Month 5: Build your portfolio](https://outdraw-academy.gitbook.io/become-a-ux-designer/roadmap/month-5-build-your-portfolio.md): Once you have designed features and products, it's time to start building your portfolio. It is a collection of your best work and is essential for getting hired as a UX Designer.
- [🔍 Month 6: Jobs search](https://outdraw-academy.gitbook.io/become-a-ux-designer/roadmap/month-6-jobs-search.md): Finally, it's time to start networking and applying for jobs. You can attend design events and join online communities and LinkedIn groups.


---

# 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://outdraw-academy.gitbook.io/become-a-ux-designer/roadmap.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.
