> 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/view-plan.md).

# View Plan

Use **Current Plan** to confirm what you’re on right now. You’ll see your plan, billing cycle, and remaining listings in one place.

***

### Open your Current Plan

1. In the dashboard, go to **Settings → Plan & Billing → Current Plan**.
2. Or open: <https://app.fotello.co/dashboard/settings/subscription/current-plan>

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

Ask your account Owner to check the plan.
{% endhint %}

***

### What you’ll see on this page

The Current Plan view shows:

* **Plan name** and **price**
* **Billing cycle** (monthly or annual)
* **Listings included** per cycle
* **Rolled over** listings (unused listings carried forward)
* **Remaining** listings for the current cycle
* **Plan start date** and **next billing date**
* A quick list of **plan features**

{% hint style="info" %}
**Remaining listings** is the count that matters day-to-day.

It tells you how many new listings you can still run this cycle.
{% endhint %}


---

# 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:

```
GET https://uni.fotello.co/billing/view-plan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
