> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/account-settings/subscription-and-billing/how-to-start-your-subscription.md).

# Start Your Subscription

Start your PaintScout subscription by choosing a plan, selecting monthly or annual billing, and entering your payment details.

## How to Start Your Subscription

1. Click the person icon in the top right of your page and go to your **Account Settings** > **Billing** > **Plan Details** section.
2. Select your preferred subscription plan by using the **monthly/annually** toggle.
3. Click the **Get Started** button and proceed to checkout to enter your credit card details.

<figure><img src="/files/3lYeoajWTUR08yD76WAp" alt="Animated screen recording showing the subscription plan selection and checkout process"><figcaption></figcaption></figure>

{% hint style="info" %}
If you have any questions or need a hand signing up, please reach out to our team at <support@paintscout.com>!
{% endhint %}

&#x20;&#x20;

## Related articles

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Upgrade Your Subscription</strong></td><td>Contact PaintScout support to upgrade your subscription plan or switch between monthly and annual billing options.</td><td><a href="/pages/L4AxyFTE1q9hh0hwvKPt">/pages/L4AxyFTE1q9hh0hwvKPt</a></td></tr><tr><td><strong>Cancel Your Subscription</strong></td><td>Learn how to cancel your PaintScout subscription and export your data</td><td><a href="/pages/bteYcbiSADjl50kkb18d">/pages/bteYcbiSADjl50kkb18d</a></td></tr><tr><td><strong>Update Payment Information</strong></td><td>Update your credit card or add new payment methods for your PaintScout subscription through the billing management section.</td><td><a href="/pages/Wx2dcZMpJr5cLsBD5mfU">/pages/Wx2dcZMpJr5cLsBD5mfU</a></td></tr><tr><td><strong>Billing History</strong></td><td>Access and download previous PaintScout invoices from your billing history through the account settings billing section.</td><td><a href="/pages/dgyqqYN4jxCpQhpsZ4fI">/pages/dgyqqYN4jxCpQhpsZ4fI</a></td></tr></tbody></table>


---

# 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.paintscout.com/support/account-settings/subscription-and-billing/how-to-start-your-subscription.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.
