> For the complete documentation index, see [llms.txt](https://help.saem.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.saem.io/audit-module/quick-start-audit.md).

# Quick start: Audit

{% hint style="info" %}
**Good to know:** if you have *Viewer* rights you won't be able to add new *Groups* or *Projects*. In that case please ask your *Admin/Editor* user to add new projects. You can go directly to the *Dashboard* by clicking *Audit* icon on the left navigation menu.
{% endhint %}

First you need to create Groups and Projects to be able to start crawling websites or web pages. Click the *Projects* icon on the left navigation menu and you get to the Site Manager.

&#x20;                                             ![](/files/RNs9bqCOMYhmtX4KZGZS)

On the bottom-right corner of the page there is a floating button with a “plus” symbol on it. When clicking on it, two smaller floating buttons appear, on the top “Add Group” and the bottom one “Add Project”.

**Add group:** it just requires two inputs, one value which is the name of the group. Mandatory field.

**Add project**: project represents those websites, site paths or specific URL that will be analyzed by the web application. When adding a new project you will have to provide the following information:

* **Start URL**: the web application’s crawler will begin navigating your website from the start URL. The crawler will never leave the path you input on this field (e.g. if you set your start user as “[www.mysite.com/path1”](http://www.mysite.com/path1”) the web application will analyze all those URLs within the “path1” and nothing else).&#x20;
* **Alias**: this is a regular string to better represent the project.&#x20;
* **Group**: All projects need to belong to one project. If this dropdown is empty you would need to create a new group first.&#x20;
* **Crawler type**: to define the location from which the web application will crawl your project. The default value is “Germany”.&#x20;
* **User Agent**: a characteristic string that lets servers and network peers identify the application, operating system, vendor…

&#x20;  ![](https://lh6.googleusercontent.com/pxfa64lxmI-q2TwFwhROYf-yJ_Ymk-Th0zDxsjWffIdyISZw-Pl-4fuaaOtpQmli9h3rPoeYawADb1XJk12aydcmb_jMPyBhJgmBh8RgDpH9lnXvni9r550Rz0gysrNmyBISkz7S8zvZ0Edl46YSYUY)                                       ![](https://lh3.googleusercontent.com/75bbp_E_4_fkYT5okLdbG2_Pq9_BulgZltwUV_izU_a84mudu7RS4TbMvK6Fq26o47BWBDJYtobdR9qAxRFZwxV8YLVSTa8RAqTNOVU-8xYzDcjuKt25CfBCluLQlFLuaETUIoiqZhjRmLC1bLFILpk)

{% embed url="<https://app.saem.io/manager/sites>" %}
Go to Site Manager
{% endembed %}

### Guides: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="/pages/OC8uoWkKhBud5stJvyze" %}
[Site Manager](/audit-module/site-manager.md)
{% endcontent-ref %}

{% content-ref url="/pages/UcTnwXmebsDfTty1qPi5" %}
[Reports & Metrics](/audit-module/reports-and-metrics.md)
{% endcontent-ref %}

{% content-ref url="/pages/2DzZcMTzmkg2ntwbLVhE" %}
[Dashboard](/audit-module/reports-and-metrics/dashboard.md)
{% endcontent-ref %}

{% hint style="info" %}
**Good to know:** you can go directly to the *Dashboard* if you or someone in your team has already created all the *Groups* and *Projects*.
{% endhint %}

{% embed url="<https://app.saem.io/manager/dashboard>" %}
Go to SAEM Dashboard
{% endembed %}


---

# 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://help.saem.io/audit-module/quick-start-audit.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.
