> 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/help-center/running-analyses-and-working-with-results/my-queries-keep-failing-or-returning-only-literature-summaries.md).

# My queries keep failing or returning only literature summaries

{% hint style="info" %}
**What this article covers** This article explains why K-Pro queries may fail or fall back to literature summaries, and provides guidance on how to write prompts that yield multi-omics analysis results.
{% endhint %}

### Why does this happen?

* **The query intent is ambiguous** — if K-Pro cannot clearly map your question to a dataset and analysis type, it may return a literature-based answer instead of running a data analysis.
* **The requested data is not available in your instance** — for example, querying a cancer indication not included in your subscription scope.
* **A temporary service issue** — the underlying analysis services can experience intermittent errors.

### How to write better prompts

Be as specific as possible about the dataset, the analysis type, and the biological entities involved.

{% hint style="success" %}
**Good prompt examples:**

* "Plot EGFR expression in lung adenocarcinoma patients from TCGA"
* "Compare survival outcomes for high vs. low CD8+ T-cell infiltration in TCGA breast cancer"
* "Show the spatial distribution of CD36 expression in GBM samples from MOSAIC"
  {% endhint %}

{% hint style="danger" %}
**Prompts that may trigger fallback to literature:**

* "Tell me about EGFR" → too vague, no dataset or analysis specified
* "What happens in lung cancer?" → general question, likely routed to literature
  {% endhint %}

### What to do if errors persist

1. Try rephrasing your query using the examples above.
2. Check the data availability for the indication or dataset you are querying (see Article 2).
3. Wait a few minutes and retry — intermittent service errors often resolve automatically.
4. If the issue persists, submit a support request via the "Need Help" button with the exact prompt and error message.


---

# 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/help-center/running-analyses-and-working-with-results/my-queries-keep-failing-or-returning-only-literature-summaries.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.
