> For the complete documentation index, see [llms.txt](https://kompendium.cloudlets.zone/kompendium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kompendium.cloudlets.zone/kompendium/faq/czym-jest-cloudlet.md).

# Czym jest Cloudlet?

## Co to jest Cloudlet?

Na naszej platformie wprowadziliśmy własną jednostkę miary o nazwie **Cloudlet** (z ang. obłoczek). Chcieliśmy bardzo precyzyjnie, a jednocześnie elastycznie rozliczać koszty użycia zasobów. Dlatego, pojedynczy cloudlet obejmuje jednocześnie: 128 MiB pamięci RAM i 400 MHz mocy procesora.

![Bardzo dokładna jednostka rozliczeniowa obciążeń chmurowych](/files/4Ec69SbubwHYiiFgTMAe)

Cloudlety występują w dwóch odmianach.&#x20;

1. **Dynamiczne** Cloudlety są dodawane i usuwane automatycznie. Uzależnione to jest od ilości zasobów wymaganych przez aplikację w określonym momencie. Czyli, system doda cloudlety, gdy obciążenie rośnie, a usunie, gdy tylko spadnie. W rezultacie, rozliczenie użycia nastąpi na podstawie rzeczywistego wykorzystania zasobów, a nie limitów.
2. **Zarezerwowane** Cloudlety są zamówione z wyprzedzeniem i będą naliczane niezależnie od faktycznego wykorzystania zasobów. Stosujemy je dla bardzo wymagających aplikacji i usług, które na starcie potrzebują większych zasobów, żeby prawidłowo działać. Aby trochę osłodzić rezerwowanie zasobów, system naliczy automatyczny rabat.


---

# 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://kompendium.cloudlets.zone/kompendium/faq/czym-jest-cloudlet.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.
