# Safety

Robpod Studio is a tool for programming industrial and collaborative robots. A robot is heavy and extremely powerful regardless of its speed. A pause or long stop in movement can be followed by a fast hazardous movement. Even if a pattern of movement is predicted, a change in operation can be triggered by an external signal resulting in an unexpected movement.

Therfore:

1. All general safety regulations based on your local country must be respected while programming the robot (i.e. Machinery Directive 2006/42/EC and ISO/TS 15066).
2. Robot specific instructions provided by robot constructors must be respected.&#x20;

Robpod Studio can execute motion programs on the robot or perform motion operation. In the following guide all actions that trigger a robot motion are marked with <img src="/files/wRrVkNBOhWBwfbKQR1sb" alt="" data-size="line"> warning signal.


---

# 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.robpod.cloud/get-started/safety.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.
