# Auth-Auth

## Identity and Access

The XOOM Auth service provides security for the various components of the VLINGO XOOM platform, and was initially designed to be used primarily purpose. It may also be used by services and applications that you and your team create.

![](/files/-MPKw6nqv78EoVcXvViI)

It supports the following authentication and authorization concepts: `Tenants`, `Users` with `Profiles`, `Groups`, `Roles` with `Permissions` and `Constraints`. The XOOM Auth service may also be used by any service/application that you create, but it is not a requirement that your organization adopt it as your security standard.

## How To Use

:warning: The XOOM Auth service is currently in experimental preview mode. More documentation to be supplied when the service is fully released.


---

# 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.vlingo.io/xoom-auth.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.
