# Security and privacy

AIsuru offers a **secure and customizable environment** for your platform. This document will guide you through the main security and privacy features, so you can protect your data and manage access effectively.

### Access control

AIsuru's access control system lets you manage who can access your platform and what they can do.

### Registration modes

You can choose between two options for user registration:

1. **Open registration**:
   * Allow users to create an account on their own;
   * Ideal for platforms with a broader audience.
2. **Invite-only registration**:
   * Only administrators can invite new users;
   * Provides tighter control over access.

🔐 Changing the registration mode requires the AIsuru support team to step in, for security reasons.

### User management

As an administrator, you have full control over user accounts:

* Create, edit, or deactivate accounts;
* Assign roles and permissions;
* Monitor user activity.

️ Remember: security is a shared responsibility. While AIsuru provides the tools, it's important that you and your users follow security best practices.

With AIsuru, you have complete control over the security and privacy of your PaaS platform. These features let you build an environment that's secure and tailored to your specific needs.


---

# 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.aisuru.com/en/paas/security-and-privacy.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.
