# Koodiklinikka

## Koodiklinikka

- [Etusivu](https://resources.koodiklinikka.fi/readme.md): Kaiken maailman resursseja, joita Klinikka on hyväksi havainnut.
- [Podcastit](https://resources.koodiklinikka.fi/podcastit.md)
- [rc-car-for-kids](https://resources.koodiklinikka.fi/rc-car-for-kids.md)
- [Slack-teema](https://resources.koodiklinikka.fi/slack-theme.md)
- [Mobiilisovelluksia](https://resources.koodiklinikka.fi/softaa-mobiili.md): Koodiklinikkalaisten hyväksi havaitsemia mobiilisovelluksia.
- [Websovelluksia](https://resources.koodiklinikka.fi/softaa-web.md): Koodiklinikkalaisten hyväksi havaitsemia websovelluksia.
- [YouTube-kanavia](https://resources.koodiklinikka.fi/youtube-channels.md)
- [Koodiklinikkalaisten blogit](https://resources.koodiklinikka.fi/koodiklinikkalaisten-blogit.md)
- [#beer](https://resources.koodiklinikka.fi/beer.md)
- [VS Code -extensionit](https://resources.koodiklinikka.fi/vs-code-extensionit.md): Koodiklinikalla käytiin keväällä 2022 suuri VS Code extensions -keskustelu. Tässä koosteena klinikkalaisten vinkit parhaaseen kokemukseen. Kiitos Petrille keskustelun avaamisesta!
- [RSS-lukijoita](https://resources.koodiklinikka.fi/rss-lukijoita.md): Kokoelma suosituksia RSS-lukijoista
- [Herkulliset reseptit #nom kanavalta](https://resources.koodiklinikka.fi/herkulliset-reseptit-nom-kanavalta.md)
- [Toimistotarvikkeet](https://resources.koodiklinikka.fi/toimisto.md): Koodiklinikkalaisten hyväksi havaitsemia toimistotarvikkeita.
- [Perjantaipingi](https://resources.koodiklinikka.fi/perjantaipingi.md): Perjantaipingin tarina ja rooli Koodiklinikan kansanperinteessä
- [Bluesky Starter Kit](https://resources.koodiklinikka.fi/bluesky-starter-kit.md)
- [Verkkotunnusvälittäjät](https://resources.koodiklinikka.fi/verkkotunnusvalittajat.md)
- [HTTP-clientit](https://resources.koodiklinikka.fi/http-clientit.md): Yhteisön suosittelemia sovelluksia HTTP-kutsujen tekemiseen


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://resources.koodiklinikka.fi/readme.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.
