# Platform Administration

Xygeni platform is based on a downloadable scanner that performs the analyses on the customer premises and uploads the results to the cloud service. The scanner typically runs at certain points in the DevOps build/deployment process (like in CI pipelines). As there could be multiple non-persistent scanner instances running, a *central configuration* permits each scanner to use the configured detectors relevant for the target software under analysis.

Xygeni provides facilities for managing the organization resources in the platform: *User accounts*, software entries ("*projects*"), *policies to enforce* for the projects, and *security configuration* tasks like creating API tokens. This guide documents also how to perform such administrative tasks.

You can reach the administration section under **Settings** in the left menu.

<figure><img src="/files/zYGaHiw8AFn0XLbOuBZ5" alt=""><figcaption></figcaption></figure>


---

# 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.xygeni.io/xygeni-administration/platform-administration.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.
