> For the complete documentation index, see [llms.txt](https://docs.wem.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wem.io/platform/tutorials/video-tutorials/security.md).

# Security

Security is an important part of software and has different aspects that need to be covered. In this series Elian Ebbing talks about what we do to keep WEM secure and what you can do to make your projects more safe. This series consist of 4 video's with the following topics:&#x20;

1. &#x20;**An introduction**
   * This video is an introduction to the different aspects of security in the context of WEM, and what we do to stay up to date with our security.&#x20;
2. **Cross-site Scripting**
   * What is cross-site scripting and how does WEM prevent it. &#x20;
3. **Best Practices**
   * The best practices you need to know to make your projects more secure.&#x20;
4. **Runtime Security**
   * What we do to make the runtime environment secure.

The presentation seen in the video's can be downloaded here:&#x20;

{% file src="/files/2JWgy9ORPfN0Y6nZShA4" %}

### The introduction

{% embed url="<https://www.youtube.com/watch?v=jGQ3VwYxAGQ>" %}
Security Part 1: Introduction
{% endembed %}

### Cross-site Scripting

{% embed url="<https://youtu.be/4OaBKe16aSI>" %}
Security Part 2: Cross-site Scripting
{% endembed %}

### Best Practices

{% embed url="<https://youtu.be/Tk1iQyPHkQg>" %}
Security Part 3: Best Practices
{% endembed %}

### Runtime Security

{% embed url="<https://youtu.be/SBuM4L3MWBg>" %}
Security Part 4: Runtime Security
{% endembed %}


---

# 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:

```
GET https://docs.wem.io/platform/tutorials/video-tutorials/security.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.
