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

# Quickstart guide

### Your first prompt

New to K Pro? Try this prompt right now:

> List the top 10 genes over-expressed in the MOSAIC Bladder cancer cohort compared to TCGA-BLCA.

You'll get summary tables and distributions showing the clinical breakdown of the cohort.

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

### Your follow-up

From there, try a follow-up:

> List the genes unregulated in the MOSAIC cohort and identify from the literature if they are considered as therapeutic targets.

This is the core loop in K Pro: ask a question, get a result, refine with a follow-up.

### Where to go next

* **Want better prompts?** Read the [Prompting guide & prompt library](https://docs.owkin.com/what-you-can-do-with-k-pro/prompting-guide-and-prompt-library) for the A-S-R-T-C framework, common failure modes, and a library of tested prompts organized by use case.
* **Want a tour by goal?** See [What you can do with K Pro ](https://docs.owkin.com/what-you-can-do-with-k-pro/overview)— how to explore a cohort, compare groups, rank candidate targets, review the literature, and more.
* **Curious what data is available?** Browse the [Dataset Catalog](https://k.owkin.com/explore-data/overview).

**Note:** K Pro is designed to be your collaborative research partner, helping you navigate complex biological data and accelerate discoveries in biomedical research. As you become more familiar with the platform, you'll discover increasingly powerful ways to leverage its capabilities for your specific research needs.


---

# 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:

```
GET https://docs.owkin.com/getting-started/quickstart-guide.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.
