> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/faq/glpi/frequently-requested.md).

# Frequently requested

{% content-ref url="/pages/9QE1s0DjUkYHPn79R4oG" %}
[Inventory](/faq/glpi/inventory.md)
{% endcontent-ref %}

### :arrow\_forward: How do I set up a network discovery or SNMP inventory task?

It's important to understand that these 2 tasks are linked.

* Network discovery will bring up all the equipment discovered on the network according to its type (computer, printer, switch, etc.) and the business rules established.
* The SNMP inventory will inject the data authorised by the manufacturer via the SNMP protocol (serial number, OS, cartridges, etc.).

A guide is available directly from GLPI (**`Administration > GLPI Inventory > Guide`**).

A procedure is also available [here](/tutorials/inventory/snmp_inventory.md)

### :arrow\_forward: Is an automatic inventory possible for my computers, servers, etc?

GLPI of course allows you to upload your workstations directly into your instance. You need to install the GLPI agent on the workstations concerned. You can download it here [link](https://github.com/glpi-project/glpi-agent/releases/) and enter the address of your instance when installing it. You will find all the necessary documentation [here](https://glpi-agent.readthedocs.io/en/latest/)

{% content-ref url="/pages/t6aftvhjdXa1K260w2ER" %}
[Notifications / Receivers](/faq/glpi/notifications_and_receivers.md)
{% endcontent-ref %}

### :arrow\_forward: How do I configure Oauth SMTP with Entra on my instance?

Via this article, you'll find all the configuration you need to set up your Oauth SMTP. Access to your Azure tenant is required to set up this service. You'll find the procedure [here](/tutorials/notifications/oauth_smtp_entra.md)

{% content-ref url="/pages/yYsZdcRnik9AEaxVWith" %}
[GLPI](/faq/glpi.md)
{% endcontent-ref %}

### :arrow\_forward: Which URL should I configure on my agent ?

You can refer to the [online documentation](https://glpi-agent.readthedocs.io/en/latest/configuration.html#available-parameters) to configure your agent correctly.


---

# 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:

```
GET https://help.glpi-project.org/faq/glpi/frequently-requested.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.
