# Requirements

Cold Sweat's "requirements" are the basis of any advanced check that can be performed in an entity, block, item, etc. They are similar to Minecraft's "[predicates](https://minecraft.wiki/w/Predicate)", but are heavily modified to be more flexible.&#x20;

## Index

[Entity Requirement](/cold-sweat/datapacks/requirements/entity-requirement.md)

[Item Requirement](/cold-sweat/datapacks/requirements/item-requirement.md)

[Block Requirement](/cold-sweat/datapacks/requirements/block-requirement.md)

[NBT Requirement](/cold-sweat/datapacks/requirements/nbt-requirement.md)

[Components Requirement](/cold-sweat/datapacks/requirements/components-requirement.md)


---

# 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://mikul.gitbook.io/cold-sweat/datapacks/requirements.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.
