> For the complete documentation index, see [llms.txt](https://help.iwantchips.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.iwantchips.com/brands/account-and-settings/subscriptions/view-my-subscriptions.md).

# View My Subscriptions

To view the plan details of your Chips subscription, go to My Account.

<mark style="background-color:orange;">Open image-20240828-211201.png</mark>![image-20240828-211201.png](blob:https://iwantchips.atlassian.net/5d8f51e6-ba83-4c0a-9e03-40110811eac9#media-blob-url=true\&id=8ab6b2e9-91c5-420e-b12d-8427b5b73079\&collection=contentId-123600911\&contextId=123600911\&width=855\&height=571\&alt=image-20240828-211201.png)

From there, go to the Subscription tab.

<mark style="background-color:orange;">Open image-20240828-211234.png</mark>![image-20240828-211234.png](blob:https://iwantchips.atlassian.net/79cf7289-6e60-4687-afe8-676d841a8b60#media-blob-url=true\&id=285ec0fd-b00a-4ee1-a6e5-30306a6b0f5a\&collection=contentId-123600911\&contextId=123600911\&width=838\&height=555\&alt=image-20240828-211234.png)

On the Subscription page you will find your plan details:

* Chips Subscription Plan name
* plan renewal date
* payment method

<mark style="background-color:orange;">Open image-20240828-211937.png</mark>![image-20240828-211937.png](blob:https://iwantchips.atlassian.net/3b1a1a93-d393-4b46-bba0-013b9c2b19c6#media-blob-url=true\&id=fae3a733-b695-438e-a8b9-aef47b29ed2b\&collection=contentId-123600911\&contextId=123600911\&width=406\&height=100\&alt=image-20240828-211937.png)

&#x20;

At any time, you can buy the featured placement if you wish to showcase your Brand or Reward Offer on the mobile app in the Featured section. Simply click on the Add Featured Placement and proceed with the schedule and payment.

<mark style="background-color:orange;">Open image-20240828-211952.png</mark>![image-20240828-211952.png](blob:https://iwantchips.atlassian.net/a6eae681-f33a-4eaf-a2b9-5619ebff50d1#media-blob-url=true\&id=f914422b-38eb-495a-8391-cb29e95639c1\&collection=contentId-123600911\&contextId=123600911\&width=406\&height=100\&alt=image-20240828-211952.png)

On the Subscriptions tab, you can also view all of your payment history and review any invoice details and payment status.

<mark style="background-color:orange;">Open image-20240828-212246.png</mark>![image-20240828-212246.png](blob:https://iwantchips.atlassian.net/937424fa-cd52-434c-8359-6b2b35961734#media-blob-url=true\&id=dfb516c5-ba58-42ca-96b2-9aaad674094c\&collection=contentId-123600911\&contextId=123600911\&width=508\&height=196\&alt=image-20240828-212246.png)

&#x20;

**1. How can I view my current subscription plan?**

You can view your current subscription plan by logging into your account and navigating to the "Subscriptions" tab from "My Account” settings page. There, you’ll find details about your current plan, including the renewal date and billing information.

**2. Can I view the history of my subscriptions?**

Yes, you can view the history of your subscriptions in your account settings. This includes past plans, billing dates, and payment history.

**3. How do I check when my subscription will renew?**

Your renewal date is listed on the "Subscription" page in your account settings. You’ll also receive a reminder email before your subscription is due to renew.

4. **How can I get an invoice for my payment?**\
   You can always view and download the invoices for your subscription plan. Go to Subscriptions tab in My Account and from the Payment history, select the invoice you’d like to review. The click on the Download icon to download the invoice to your computer form where you can review it.


---

# 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://help.iwantchips.com/brands/account-and-settings/subscriptions/view-my-subscriptions.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.
