> For the complete documentation index, see [llms.txt](https://security.nym.vc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://security.nym.vc/master.md).

# Home - Operational security for activists

This is a short book that describes how activists can stay safe when using technology or attending protests. Many of the tips in this book were written for people that are being threatened by law enforcement, large corporations, or organized crime.

## Table of contents

{% content-ref url="/pages/-M8xZB6K6fQdiTKG47Vc" %}
[Mobile phone security](/mobile-phone-security.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8x7gtQ9DHIs\_ORwo1B" %}
[Secure digital communication](/secure-digital-communication.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8x2tV9EqEi3OtRsFkz" %}
[Email, online banking, and social media security](/social-media-security.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8z4SDrBSfRZSeeBtAw" %}
[Running a pseudonymous social media account](/running-a-pseudonymous-social-media-account.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8ytD8FtpMNHnLLEqVU" %}
[WiFi security](/wifi-security.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8xC\_Om2DBc3n43KDcK" %}
[Virtual Private Networks (VPNs) and Tor](/internet-security.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8x66AKcMcCGL6bkOJx" %}
[Editing images for security](/editing-images-for-security.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8x\_CuHsqsKcLxhB8t1" %}
[Laptop security](/laptop-security.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8x7HOhPflm4H2cBxAI" %}
[How the government tracks your location](/how-the-government-tracks-your-location.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8x4gKkL3PT4vusQ9If" %}
[Talking to journalists](/talking-to-journalists.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9p94Uy\_prUyL8dECHQ" %}
[Glossary](/glossary.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9OPEM\_V5dZTdXxEF3b" %}
[Further reading](/further-reading.md)
{% endcontent-ref %}


---

# 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://security.nym.vc/master.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.
