> For the complete documentation index, see [llms.txt](https://docs.jobkeskus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jobkeskus.com/readme.md).

# Introduction

**Jobkeskus** is a modern job search and tracking platform built for job seekers in Finland. Instead of juggling dozens of job boards and company career pages, Jobkeskus aggregates opportunities in one place and helps you stay on top of every application, from first click to final offer.

Jobkeskus is focused on building practical tools that reduce job search stress and make career transitions smoother.

<figure><img src="/files/cPDODWXUbcZJtW9SFcCC" alt=""><figcaption></figcaption></figure>

#### Our Mission

**Our mission is to be your career operating system for Finland.**

* **Reduce overwhelm** - Centralize job discovery so you don't have to check 10+ sites every day
* **Increase clarity** - Track where you applied, what stage you're in, and what's next
* **Save time** - Automate the repetitive parts so you can focus on preparing great applications
* **Support real people** - Build a thoughtful, privacy-respecting tool that puts job seekers first

#### Who Jobkeskus Is For

* **Job seekers in Finland** across all industries (tech, healthcare, education, public sector, and more)
* **Students and recent graduates** entering the job market who need structure
* **Career changers and relocators** who want to understand the Finnish job landscape
* **Busy professionals** who don't have time to manage applications in spreadsheets or notebooks

#### What Makes Jobkeskus Different

* **Finland-first focus** - Optimized for the Finnish job market, not a generic global tool
* **All-in-one platform** - From discovery to tracking, manage your search in one place
* **Privacy-aware by design** - We store only essential data (e.g. email for auth) and link you to original job sources
* **Modern, fast experience** - Built with modern techs and tools for reliability and performance

#### At a Glance

|                      |                                                              |
| -------------------- | ------------------------------------------------------------ |
| **Platform type**    | Web application                                              |
| **Primary audience** | Job seekers in Finland                                       |
| **Core value**       | Discover, organize, and track job opportunities in one place |
| **Cost**             | Free community service                                       |


---

# 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.jobkeskus.com/readme.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.
