# Limiters

Limiters are the perfect tool to govern which areas of your scripts activate, letting one *limit* when code runs, and what situations it runs for. Often, you'll only want to run a section of code based on some requirements. If the requirement is met, do some task, otherwise don't do the task. Or maybe, if the requirement is not met, there's another task to run, or another requirement to check.

Skript has many ways to govern when your code is run; conditionals and even some effects. Utilising these will make your code much neater, intuitive, and optimised.


---

# 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://x8ight.gitbook.io/syntask/limiters.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.
