> 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/tutorials/subscribing-title-by-title.md).

# Subscribing title by title

{% hint style="warning" %}
Have you created a scenario yet? If not go [do that now](/tutorials/create-and-work-with-scenarios.md).
{% endhint %}

Unsub helps you subscribe title by title using our advanced version of [**Cost Per Use** (CPU)](/reference/cost-per-use-cpu.md).&#x20;

You can use our approach whether you:&#x20;

* are planning to cancel a big deal and want to know what cost and access you'll have via ala carte subscriptions
* are curious about getting a better big deal and want a comparison point (big deal vs. no big deal w/ ala carte)
* already cancelled your big deal and want to get an accurate forecast of your ala carte subscriptions

We make it super easy to subscribe title by title using CPU. It's as easy as adding or subtracting one title at a time with two button clicks. Locate the area on your scenario with the - and + that says "Subscribed journals", and there should be a zero in between the - and +. When there are zero subscribed journals you should see all grey squares in your scenario - and no blue squares.

![](/files/4qIgsNrojXvw9Lwh1Xx2)

Click the + sign once. You have now subscribed to one journal, and you should now see one blue square. The blue square will be the left and lower-most square in the scenario.&#x20;

You can continue to press the + button to add titles by CPU, or press the - button to remove titles by CPU.&#x20;

## What's Next?

Now that you’ve learned how to subscribe title by title, the next step is to learn how to [Set scenario parameters](/tutorials/set-scenario-parameters.md)


---

# 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/tutorials/subscribing-title-by-title.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.
