# Emp Cloud Pricing

Currently, Emp Cloud is in beta and comes with a free tier. Users can create projects and deploy services to them, which will be complete but run with limited cpu and memory resources. Inactive projects will be deleted after 14 days of inactivity.

## Compute Units

Emp Cloud uses a compute unit model to charge for the resources used by services. Each service is allocated a certain number of compute units, which are used to determine the resources available to the service. Users can purchase additional compute units and use them to allocate more resources to their services.

More details will be available soon.


---

# 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://empctl.empyrealsdk.com/06-pricing.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.
