# Getting Started

To explore Xygeni's features effortlessly as a new user, follow these simple steps

{% embed url="<https://iframe.mediadelivery.net/embed/159522/6197dff8-f7ea-4854-9a62-49ca54340aaf?autoplay=false&loop=false&muted=false&preload=false&responsive=true>" %}

{% hint style="info" %}
Please ensure that you have an active Xygeni account before proceeding.
{% endhint %}

### **Initiate a scan using the Xygeni Web UI**

To scan a repository located in your preferred SCM, the **easiest method** is to do it directly **from the Xygeni Web UI**.

{% hint style="info" %}
Please go to [Quick Start with your code repository](/getting-started/quick-start-with-your-code-repository.md) and follow the suggested steps.
{% endhint %}

### Execute a scan using Xygeni CLI

You can also follow an alternative approach by using the Xygeni CLI, although it is not as direct as using the Web UI. The Scanner CLI allows you to scan a local directory or a remote repo directly from a command shell or a shell script.

{% hint style="info" %}
Please go to [Quick Start with Xygeni CLI](/getting-started/quick-start-with-xygeni-cli.md) and follow the suggested steps.
{% endhint %}

### View a demonstration project rather than perform a real scan

If you only want to view **preloaded results** instead of scanning a real project, you can import **pre-built results** of a **demo project** that will show you examples of issues (this option will not scan any source code).

{% hint style="info" %}
Visit here to [Quick start with a preloaded project](/getting-started/quick-start-with-preloaded-project.md).
{% endhint %}


---

# 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/getting-started.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.
