> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/billing/change-plan.md).

# Change Plan

You can upgrade or downgrade anytime. Upgrades apply immediately. Downgrades apply next billing cycle.

### Before you change anything

Start by checking where you stand right now.

Use [View Plan](/billing/view-plan.md) to confirm your current plan details.

You’ll want to note:

* **Remaining listings** (what you can still create this cycle)
* **Rolled over listings** (unused listings carried forward)
* Your **next billing date**

When you’re ready to make the change, go to **Settings → Plan & Billing → Change Plan**:

* <https://app.fotello.co/dashboard/settings/subscription/change-plan>

{% hint style="info" %}
If you can’t see billing pages, you likely don’t have access.

Ask your account Owner to make plan changes.
{% endhint %}

{% hint style="info" %}
**On a Partner plan?**

Partner plans have custom pricing and limits, so they’re managed for you by our team. Instead of the plan selector, you’ll see a **Your Partner plan is managed for you** message on the Change Plan page. Click **Chat with us** and we’ll make any changes for you.
{% endhint %}

***

### Upgrade your plan

Upgrading makes sense when you’re running low on listings, or you want more features.

#### Increase your monthly listing commitment

1. In the plan selector, choose a higher listing commitment.
2. Click **Confirm Plan Change** to confirm.

Your upgrade applies right away.

#### Upgrade to Ultimate

1. In the plan selector, choose one of the **Ultimate** plans.
2. Click **Confirm Plan Change** to confirm.

{% hint style="success" %}
Ultimate includes a lot more!

You typically get more included edits, plus included **Twilights** and **Staging**. See what’s included on each plan: <https://www.fotello.co/pricing>
{% endhint %}

#### Switch to an annual plan

Annual plans give you **all listings upfront** and typically save **25%**.

Book a quick call or reach out to us on chat and we’ll switch you over:

* <https://cal.com/fotello/fotello-connect>

#### What happens when you upgrade

* Your account updates **immediately**.
* If you upgrade to a **higher monthly listing commitment**, your billing cycle resets to the upgrade date.
* If you upgrade to a **higher tier (moving from Essential to Ultimate)** without changing your listing commitment, charges are **prorated** for the remaining days in your current cycle.

***

### Downgrade your plan

Downgrading is useful if you’re in a slow season or your current commitment is higher than you need.

{% hint style="warning" %}
Listings can roll over. If you downgrade, you may reduce your ability to “bank” listings for peak season.
{% endhint %}

#### What happens when you downgrade

* Your new plan starts at the **beginning of your next billing cycle**.
* Your billing date stays the same.
* You keep full access until the change takes effect.

***

{% hint style="info" %}
**Pro tip**

Pick a monthly commitment that matches your average usage over the last 12 months. It gives you room to roll listings forward in slow months and use them during peak season.
{% endhint %}

***

### Need help choosing the right plan?

You’ve got a few options:

{% tabs %}
{% tab title="Verified Reference" %}
"Verified: Fotello does not currently offer a confirmed free trial. The current offer is Essentials at $28, with a 100% refund guarantee if you're not satisfied."
{% endtab %}
{% endtabs %}

* **Book a call** and we’ll recommend the best fit: <https://cal.com/fotello/fotello-connect>
* **Message us** anytime via chat.
* **Compare plans** here: <https://www.fotello.co/pricing>


---

# 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://uni.fotello.co/billing/change-plan.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.
