> For the complete documentation index, see [llms.txt](https://coderscrew.gitbook.io/przewodnik-mentora/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coderscrew.gitbook.io/przewodnik-mentora/kurs/osoby-do-kontaktu.md).

# Osoby do kontaktu

W sam CodersCamp zaangażowane jest obecnie kilkadziesiąt osób ze Stowarzyszenia CodersCrew. Zajmują się tutaj marketingiem, partnerstwami, UX/UI, rozwiązaniami technologicznymi i wieloma innymi dziedzinami, które są niezbędne do funkcjonowania kursu. Poniżej znajdziesz kontakt do osób, które mogą być najważniejsze dla Ciebie jako mentora. Jeżeli już jesteś mentorem pamiętaj, że **otrzymasz odpowiedź znacznie szybciej jeżeli zamiast maila odezwiesz się do nich na wewnętrznym komunikatorze**.

| Kto?                                                         | Kiedy?                                                                                                              | Gdzie?                               |
| ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| <p><strong>Konrad Szwarc</strong></p><p>(lider projektu)</p> | Masz pomysł na usprawnienie całego kursu lub pytania dotyczące jego organizacji.                                    | <konrad@coderscrew.pl>               |
| <p><strong>Klara Gajaszek</strong></p><p>(merytoryka)</p>    | Chciałbyś zapytać o konkretne zagadnienia merytoryczne, materiały, czy testy lub masz pomysł na ich zmodyfikowanie. | <klara.gajaszek@coderscrew.pl>       |
| <p><strong>Katsiaryna Charnavus</strong></p><p>(HR)</p>      | Napotkałeś na dowolny problem podczas CodersCamp lub zastanawiasz się, jak lepiej poprowadzić Twój zespół           | <kasia@coderscrew.pl>                |
| <p><strong>Tomasz Anioł</strong></p><p>(partnerstwa)</p>     | Znasz firmę lub organizację, z którą warto nawiązać współpracę, aby uczynić kurs jeszcze lepszym.                   | <tomek@coderscrew.pl>                |
| <p><strong>Karina Kos</strong></p><p>(promocja)</p>          | Masz w głowie ciekawe miejsce, gdzie moglibyśmy wypromować CodersCamp lub masz uwagi do obecnej promocji.           | <karina.kos@coderscrew.pl>           |
| <p><strong>Agnieszka Wierzbicka</strong></p><p>(UX/UI)</p>   | Potrzebujesz, aby ktoś zerknął na Wasz projekt zespołowy i doradził jak poprawić jego warstwę wizualną.             | <agnieszka.wierzbicka@coderscrew.pl> |


---

# 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://coderscrew.gitbook.io/przewodnik-mentora/kurs/osoby-do-kontaktu.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.
