# Limitations for Beta

AppPaaS is currently in beta and has the following limitations&#x20;

1. You can only create one project per account. You can only create a total of three services per account. The three services you can create are limited to two services using GitHub repository sources and one DB service.&#x20;
2. Services that are to be deployed are deployed with a fixed 1vCPU/1GB Memory. Only the DB service is allocated a fixed 500 MB of storage space, and no fixed storage space is allocated for source deployments via GitHub.
3. AppPaaS provides 1G of traffic per service for 30 days, and if you exhaust all traffic within 30 days, you will be blocked from using the service. Blocked services are automatically unblocked and made available after 30 days.&#x20;

If you would like to use it outside of the above limitations, please contact <support@apppaas.com>.


---

# 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.apppaas.com/start/en/apppaas/limitations-for-beta.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.
