> For the complete documentation index, see [llms.txt](https://docs.opendatablend.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opendatablend.io/subscription-management/subscription-portal.md).

# Subscription Portal

The Open Data Blend Subscription Portal lets you view and update the information associated with your Analytics Plan. You can access the subscription portal by clicking the 'Login' button on the [Open Data Blend website](https://www.opendatablend.io/).

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

{% hint style="warning" %}
It is important to note that the login details used for the Open Data Blend Subscription Portal are different from those used for the Open Data Blend Analytics service. This is because the person managing the subscription may not always be an Analytics User.
{% endhint %}

The Open Data Blend Subscription Portal has an intuitive interface and so this documentation will only focus on some key areas.

Once logged in, you will have access the following information:

* Contact details
* Payment details
* Invoices
* Payments made
* Statements of account
* Subscription history
* Access keys

You can perform any of the following actions:

* View subscription details (e.g. renewal date)
* View your access keys
* Cancel your subscription
* Update your contact details
* Update your payment details
* Reset your subscription portal password
* Manage analytics users
* Contact our support team
* Submit a review of our services


---

# 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.opendatablend.io/subscription-management/subscription-portal.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.
