# General

## Choose a web browser

GLPI requires the use of a web browser.

Optimal functioning of the application is obtained by using a modern browser compliant with web standards.

The following web browsers are supported:

* Edge
* Firefox (including 2 latests ESR version)
* Chrome

GLPI also works on mobile; it is generally compatible with the mobile versions of the supported browsers.

## How to connect

Open your browser and go to the GLPI homepage ([https://{glpi\_address}/](https://{glpi_address})).

Access to the full functionality of the application requires authentication. An unauthenticated user can possibly access certain functions if GLPI has been configured to allow it:

* Open a ticket,
* Consult the assets,
* View the `FAQ (Frequently Asked Questions)`,
* etc.

Depending on the profile of the authenticated user, they may be shown the [standard interface](/documentation/readme-1-1/interfaces.md#standard_interface), or [simplified interface](/documentation/readme-1-1/interfaces.md#simplified_interface).

## End your session

To log out, click the logout button in the top right of the screen. Once logged out, you will be redirected to the login page.

<div align="left"><img src="/files/3ofz4MrlQGY8EDkeVgKc" alt="image"></div>


---

# 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://help.glpi-project.org/documentation/readme-1-1/general.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.
