> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/qubeqode-pro-user-guide/choose-your-plan.md).

# Choose your plan

Once the user has successfully logged into QubeQode Pro, they will be taken to the **"Choose Your Plan"** screen. Here, they can select a plan based on their needs and the features they want to access. Each plan offers different tools and capabilities, so users can pick the one that best fits their project requirements. After choosing a plan, they can proceed to make the payment using their **Mainnet/Testnet** funds and unlock the features to start building and deploying smart contracts.

{% hint style="info" %}
To purchase a plan on QubeQode Pro, users are required to hold TICS tokens. Currently, these plans can be bought using **Mainnet/Testnet** funds, making it accessible for users to explore and test the platform’s features without spending real assets. The total cost of the selected plan will also include the necessary gas fees, ensuring that transactions are processed smoothly on the Qubetics **Mainnet/Testnet** network.&#x20;
{% endhint %}

<figure><img src="/files/26v8RUDaUo3t4ihoHzF5" alt=""><figcaption></figcaption></figure>

**Choose Plan Type**

There are four subscription plans available, designed to meet the needs of different users. Here’s a simple explanation of each:

* **Starter Plan**\
  With the ***"Starter Plan"***, users can generate up to 10 smart contracts. It includes basic support and monthly updates provided by the Qubetics team.&#x20;
* **Pro Plan**\
  This plan allows users to create up to 25 smart contracts. Users also get support, so their queries and issues are handled quickly.
* **Business Plan**\
  The ***"Business Plan"*** gives users access to a helpful chatbot. If users face any errors or need advice on their generated code, the chatbot can assist them. Users can deploy up to 100 contracts and receive 24/7 support.
* **Enterprise Plan**\
  This plan is designed for large-scale projects, allowing users to deploy up to 1000 smart contracts. It also includes dedicated support for more personalized assistance.

**Get Started**

Once a user selects a plan and clicks the ***"Get Started"*** button, MetaMask will open automatically. The user will need to confirm the transaction in MetaMask. The system will then deduct the required amount of TICS tokens based on the selected plan. After the transaction is successfully completed, the user will be redirected to the chat screen to begin using the platform.


---

# 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://qubetics.gitbook.io/qubetics-docs/getting-started/qubeqode-pro-user-guide/choose-your-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.
