# Start free trial

The Bito free trial gives you access to premium features for 14 days, allowing you to experience the full capabilities of Bito's AI-powered coding assistant.&#x20;

You can start your free trial directly from the Bito IDE extension using any of the three methods below.

## How to start your free trial

### Method 1: Using Bito AI chat

The easiest way to start your trial is through natural interaction:

1. Type a message in the Bito chat box and send it.
2. Look for the popup that appears after sending your message.
3. Click **Try for free** in the popup notification.
4. Complete signup in the browser window that opens.
5. Select **Start Trial** to activate your free trial.

<figure><img src="/files/hEeFWZOEsrUoP8KTpCwi" alt=""><figcaption></figcaption></figure>

### Method 2: Click upgrade button

For a direct approach to upgrading:

1. Click the **UPGRADE** button given at the top of the chat window
2. Complete signup in the browser window that opens.
3. Select **Start Trial** to activate your free trial.

<figure><img src="/files/cqpIZmTQUu1qU4N3L2dd" alt="" width="407"><figcaption></figcaption></figure>

### Method 3: Quick trial activation

The fastest way to start your free trial:

1. Hover over **Include my code** (located above the Bito chat box).
2. In the popup, select **Click for 14 day free trial** to immediately activate your trial.

<figure><img src="/files/KFZhzjiPojZ9GEyJ6zUg" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**💡 Pro tip:** Method 3 is the quickest option as it starts your trial instantly without opening any external windows.
{% endhint %}

## Available features in free trial

During your free trial, you'll have access to all the features of Bito Team Plan as mentioned on our [**Pricing**](https://bito.ai/pricing/) page. It includes:

* [**AI Code Reviews in Git**](/ai-code-reviews-in-git/overview.md)
* [**AI Code Reviews in IDE**](/ai-code-reviews-in-ide/overview.md)
* [**AI Chat**](/ai-code-reviews-in-ide/ai-chat-in-bito.md)
* [**AI that understands your code**](/ai-code-reviews-in-ide/ai-that-understands-your-code.md)
* and more.

<a href="https://bito.ai/pricing/" class="button primary">Visit our Pricing page</a>

## Need Help?

If you encounter any issues while starting your free trial:

* Check your internet connection.
* Ensure your Bito extension is up to date.
* Contact [**support@bito.ai**](mailto:support@bito.ai) if the trial doesn't activate properly.

## Next steps

Once your free trial is active, explore all the premium features available to you. Consider upgrading to a paid plan before your trial expires to continue enjoying advanced functionality.


---

# Agent Instructions: 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://docs.bito.ai/ai-code-reviews-in-ide/start-free-trial.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.
