> 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/why-is-my-journal-title-by-title-price-not-what-i-set-it-to-be.md).

# Why is my journal title-by-title price not what I set it to be?

**Problem**: in the Publisher Setup tab, you've uploaded a title-by-title Journal Pricelist. Let's say you've uploaded a price of $1000 for The Journal of Example Studies.

Then you go to the forecast scenario, and look at the same journal--but the price is higher.

**Solution**: The price you uploaded is the *current* annual price of the journal.

But on the scenario page, we're looking at your *forecasted* annual price of this journal, averaged over the next five years. Everything in the Scenario view is about the future state of the world, over the next five years....specifically it's looking at the one-year average over the next five years.

The number in the scenario view is higher because, over the next five years, you will probably pay a higher price for this journal than you do now. When we forecast future journal prices, we include a term to model year-on-year increase in price. By default this is 8% (based on historical trends), but you can set it to any number you like, including 0%, by clicking Parameters➞Costs➞Title-by-title subscription cost growth.

![](/files/0FdIWKvNG3MAR5FVppSO)


---

# 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/why-is-my-journal-title-by-title-price-not-what-i-set-it-to-be.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.
