> For the complete documentation index, see [llms.txt](https://docs.unsub.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unsub.org/troubleshooting/what-does-the-missing-prices-warning-mean.md).

# What does the "Missing Prices" warning mean?

Do you have a warning like this at the top of your Forecast Scenario?

![](/files/kFkNhJoF7UfEN53wX2v5)

If so, it's because we don't know the subscription price for some of the journals in your COUNTER reports.

We'd like to include these journals in the forecast scenario, but we can't, because without a title-level subscription price, we can't calculate its title-level cost per use.

So, **any journals with missing prices are omitted from your forecasting dashboards.** That makes the forecasting less useful to you, since we're just ignoring some journals that might be important.

That means you'll need to contact your sales representative to get a quote for these missing prices.

To find out which journals are missing prices: go to the Package page (you can click its name in the top left corner of your screen), then view the Setup tab, and finally select the "Pricelist" menu option. Click "View Journals" to download a spreadsheet showing the missing journals. These are the ones you'll need to ask a quote for.

![](/files/xgUmEbNfJsOmcqzvcLa6)

Once you've got price quotes for the missing titles, you can then upload a custom Journal Pricelist file and resolve the warning. See [this article](/how-to-guides/upload-title-prices.md) for details on how to format and upload your Pricelist file.


---

# 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.unsub.org/troubleshooting/what-does-the-missing-prices-warning-mean.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.
