> 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/introduction-to-our-research-culture/learning-opportunities.md).

# Learning Opportunities

| January Events | Event Name                                                                                | Link                                                                                                                                                             |
| -------------- | ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Jan. 14        | Inspire UX: A Virtual Gathering of Creative Minds                                         | [Link](https://www.eventbrite.com/e/inspire-ux-a-virtual-gathering-of-creative-minds-tickets-1092392077109?aff=ebdssbdestsearch)                                 |
| Jan. 15        | Rescheduled: Unlocking your UX career with Sarah Doody                                    | [Link](https://www.eventbrite.com/e/rescheduled-unlocking-your-ux-career-with-sarah-doody-tickets-1128932811429?aff=ebdssbdestsearch\&keep_tld=1)                |
| Jan. 15        | Master Storytelling in Your UX Case Study: Proven Techniques from UX Professionals (paid) | [Link](https://www.researchbookmark.io/webinar)                                                                                                                  |
| Jan. 21        | AI in Gaming: enhancing creativity and player experience                                  | [Link](https://www.eventbrite.com/e/ai-in-gaming-enhancing-creativity-and-player-experience-tickets-1109072418459?aff=ebdssbdestsearch\&keep_tld=1)              |
| Jan. 21        | AI in Research: Accelerating Research Discovery and Innovations (FREE)                    | [Link](https://www.eventbrite.com/e/ai-in-research-accelerating-research-discovery-and-innovations-free-tickets-1109670427119?aff=ebdssbdestsearch\&keep_tld=1)  |
| Jan. 22        | Live Q\&A: Driving Business Decisions with UX Research ROI w/ Nikki Anderson              | [Link](https://www.eventbrite.com/e/live-qa-driving-business-decisions-with-ux-research-roi-w-nikki-anderson-tickets-1098744527459?aff=ebdshpsearchautocomplete) |
| Jan. 22        | UX Research & Strategy JAPAN Seminar                                                      | [Link](https://www.eventbrite.com/e/ux-research-strategy-japan-seminar-tickets-1109809242319?aff=ebdssbdestsearch)                                               |
| Jan. 22        | Dream Job Unlocked: A Game UX Designer Demystifies the Professional Road                  | [Link](https://www.eventbrite.com/e/dream-job-unlocked-a-game-ux-designer-demystifies-the-professional-road-tickets-1113122763149?aff=ebdssbdestsearch)          |
| Jan. 22        | UX Resume - Speed Critique to Help You Land Your Next Job                                 | [Link](https://www.eventbrite.com/e/ux-resume-speed-critique-to-help-you-land-your-next-job-tickets-1094930920859?aff=erelpanelorg)                              |
| Jan. 23        | Exploring the Needs of Frontline Workers: a UX research case study                        | [Link](https://www.eventbrite.com/e/exploring-the-needs-of-frontline-workers-a-ux-research-case-study-tickets-1022708056327?aff=ebdssbdestsearch)                |
| Jan. 23        | Connecting Conversations: Digital Solutions for Mental Health                             | [Link](https://www.eventbrite.com/e/connecting-conversations-digital-solutions-for-mental-health-tickets-1112905372929?aff=ebdssbdestsearch)                     |
| Jan. 30        | UX Portfolio - Speed Critique to Help You Land Your Next Job                              | [Link](https://www.eventbrite.com/e/ux-portfolio-speed-critique-to-help-you-land-your-next-job-tickets-1119137262679?aff=erelpanelorg)                           |

| February Events | Event Name                                             | Link                                                                                                                                              |
| --------------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Feb. 5          | Embedding equity in research integrity                 | [Link](https://www.eventbrite.com/e/embedding-equity-in-research-integrity-tickets-996117102067?aff=ebdssbdestsearch\&keep_tld=1)                 |
| Feb. 6          | UX Sprint Lab: Enhancing the Dating App Experience     | [Link](https://www.eventbrite.com/e/ux-sprint-lab-enhancing-the-dating-app-experience-tickets-1109239086969?aff=ebdssbdestsearch)                 |
| Feb. 20         | Storytelling for UX Interviews                         | [Link](https://www.eventbrite.com/e/storytelling-for-ux-interviews-tickets-1082415396589?aff=ebdssbdestsearch)                                    |
| Feb. 25         | Ableton’s research approach to crafting music hardware | [Link](https://www.eventbrite.com/e/abletons-research-approach-to-crafting-music-hardware-tickets-1117543756459?aff=ebdssbdestsearch\&keep_tld=1) |
|                 |                                                        |                                                                                                                                                   |


---

# 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/introduction-to-our-research-culture/learning-opportunities.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.
