> For the complete documentation index, see [llms.txt](https://resmocom.gitbook.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resmocom.gitbook.io/product/getting-started/saas-security-guide-for-employees.md).

# SaaS Security Guide for Employees

### Overview

Resmo keeps your work online safe. It checks the apps you use for work to make sure they're secure and used correctly. Resmo works quietly in the background and only lets you know when something needs your attention.

### What Resmo Does

* Finds weak or reused passwords in work apps.
* Checks if work apps are set up safely.
* Tells you if you need extra security, like multi-factor authentication (MFA), on your work accounts.

**How You'll Know:**

If there's a security tip or action needed, Resmo will send you a clear message through tools like Slack, Microsoft Teams or e-mail.

### How Does it Work?&#x20;

Resmo looks at how you and others in your company use work apps. It uses browser extension and connects with work systems like Azure Active Directory or Google Workspace to:

* See which work apps everyone is using.
* Check if passwords in these apps are strong.
* Alert if someone has too much access to information.
* Help the team fix security issues quickly.

### Don't Worry About Privacy&#x20;

Resmo is all about keeping work stuff safe. It doesn't peek into what you do outside of work. It doesn't track where you go online or see any personal info or any passwords.

### Setting Up Resmo

Your IT team will help set up Resmo for you. They might install it for you or send you a link to do it yourself. Just follow the easy steps they give you to make your online work life more secure.

### What Resmo Helps You Do

* Use company approved apps and extensions.
* Choose strong passwords for work apps.
* Spot any shared passwords in these apps.
* Turn on extra security, like multi-factor authentication, for your work apps.

### What Resmo Won't Do

* It won't report your browser activity or usage.
* It won't see anything from your personal email.
* It won't view or send out any of your personal details or passwords.
* It won’t ask your personal information.

### Need help or have questions?

Questions, feedback, tech support, and anything you need.

[Send us a message](https://www.resmo.com/contact) or email us at <contact@resmo.com>.


---

# 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://resmocom.gitbook.io/product/getting-started/saas-security-guide-for-employees.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.
