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

# Account FAQ

<details>

<summary>How does a 14-day trial work?</summary>

You can fully explore BugBug’s capabilities for **free** with a 14-day trial. After the trial ends, your account stays open, but some features will be limited.

</details>

<details>

<summary>Is there a free version of BugBug available?</summary>

Yes! BugBug offers a free plan with **unlimited** local test runs. This plan is perfect for individuals testing simple web apps directly in your browser.

Learn more about the [FREE plan here](https://bugbug.io/pricing/).

</details>

<details>

<summary>What payment methods do you support?</summary>

You can pay with a credit card. The secure payment is provided by the Stripe system.

</details>

<details>

<summary>Can I change my plan?</summary>

Yes, any time. When you buy a higher plan, it is activated instantly. If you downgrade, the change takes effect after your current billing period ends.

**Important!** You can change your plan anytime you want in your subscription settings.

</details>

<details>

<summary>Can I cancel my plan?</summary>

You can cancel your plan anytime (switch to the FREE Plan).

**Learn how to** [**manage your subscription here.**](https://docs.bugbug.io/your-account/subscriptions-bugbug-versions)

</details>

<details>

<summary>Can many users collaborate at the same time?</summary>

Yes, you can invite new users within your [organization](https://docs.bugbug.io/collaboration/organization-settings) and collaborate on test automation together.

</details>

<details>

<summary>Which plan to choose?</summary>

The best plan depends on how you want to run and scale your tests.

**Choose Free** if you want to try BugBug or run simple tests locally in your own browser. It’s a good fit for solo users, freelancers, or hobby projects. Free includes the AI Test Recorder, local test runs, components, Edit & Rewind, screenshots, and 7 days of test history. It’s limited to 1 user, 1 project, 15 tests, and 4 suites, and it does not include cloud runs or scheduling.

**Choose Core** if you want to monitor critical flows in the cloud without keeping your computer on. Core is the first paid plan with unlimited cloud test runs, scheduling, email and Slack alerts, variables, custom JavaScript steps, inbox email testing, and standard reports. It’s a good fit for small teams that need automated checks for key flows like login, signup, checkout, or payments.

**Choose Pro** if you want to connect test automation with your development workflow. Pro includes unlimited users, projects, tests, and suites, plus CI/CD integrations, CLI, incoming webhooks, visual regression, profiles, and longer cloud run time. It’s the best fit for growing SaaS teams that want regression tests to run before or after deployments.

**Choose Business** if you need a scalable QA process across multiple teams or projects. Business includes everything in Pro, plus REST API access, Jira integration, project access management, advanced reports, dedicated onboarding, a dedicated Slack support channel, longer run history, 30-minute cloud runs, and schedules as often as every 1 minute with cron.

A simple rule of thumb: choose **Free** to test locally, **Core** to run tests in the cloud, **Pro** to add CI/CD automation, and **Business** to manage testing across teams with advanced controls, reporting, and support.

**See more** [**detailed plan comparison here**](https://bugbug.io/pricing/)**.**

</details>

<details>

<summary>What billing type is best for me?</summary>

There are a few factors to consider when deciding if you want to pay monthly or pay for a full year upfront.

**Commitment vs Cost-effectiveness:**

* **Monthly Billing:** Monthly billing provides less commitment, allowing you to reassess your testing needs regularly. However, it comes with a higher cost on a month-to-month basis.
* **Annual Billing:** Choosing an annual plan involves a bigger commitment, but it comes with a cost-saving discount - up to 17% discount (depends o the plan). This is beneficial if you're confident in your long-term usage and want to save money.

**Long-Term Planning:**

* **Monthly Billing:** Ideal for those who are uncertain about their long-term testing needs or want the freedom to switch services more frequently.
* **Annual Billing:** Suited for individuals or businesses with a clear, long-term testing strategy and who are looking to maximize cost efficiency.

</details>

<details>

<summary>How can I contact the Customer Service?</summary>

You can reach out to our support team through our [contact form](https://bugbug.io/contact/) or send us a direct message to info\[@]bugbug.io.

</details>


---

# 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.bugbug.io/your-account/account-faq.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.
