# Navigate GLPI modules

The various functions of GLPI have been grouped into several modules, built around similar contexts of use. The top bar of the interface allows you to navigate between these modules:

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>ASSETS</strong></td><td>Provides access to the various inventoried materials,</td><td><a href="/files/vdR0Mj73QLXb7FmnfEUk">/files/vdR0Mj73QLXb7FmnfEUk</a></td><td><a href="/pages/48LNlTbJG5stbzVUV3qB">/pages/48LNlTbJG5stbzVUV3qB</a></td></tr><tr><td align="center"><strong>ASSISTANCE</strong></td><td>Allows you to create and monitor tickets, problems and changes; as well as see statistics.</td><td><a href="/files/aqJ13VH21k1KW4hdaiKW">/files/aqJ13VH21k1KW4hdaiKW</a></td><td><a href="/pages/mKhWluWYmAU5UPgn4Mou">/pages/mKhWluWYmAU5UPgn4Mou</a></td></tr><tr><td align="center"><strong>MANAGEMENT</strong></td><td>Allows you to manage contacts, suppliers, budgets, contracts and documents.</td><td><a href="/files/nfUWlCLVIJSTr0la8BET">/files/nfUWlCLVIJSTr0la8BET</a></td><td><a href="/pages/5BnAv7holNG4RjUudZAb">/pages/5BnAv7holNG4RjUudZAb</a></td></tr><tr><td align="center"><strong>TOOLS</strong></td><td>Allows you to manage projects, notes, the knowledge base, reservations, RSS feeds and view reports.</td><td><a href="/files/TWUf3rHFqhXiw4kbvgwc">/files/TWUf3rHFqhXiw4kbvgwc</a></td><td><a href="/pages/FBQxu55lTgXT8Lril8vy">/pages/FBQxu55lTgXT8Lril8vy</a></td></tr><tr><td align="center"><strong>ADMINISTRATION</strong></td><td>Allows you to administer users, groups, entities, profiles, rules and dictionaries. It also allows the management of the email queue.</td><td><a href="/files/sQKl41ovPkUdSbbbaliO">/files/sQKl41ovPkUdSbbbaliO</a></td><td><a href="/pages/D27I55xsEmUhHSBCKBk9">/pages/D27I55xsEmUhHSBCKBk9</a></td></tr><tr><td align="center"><strong>SETUP</strong></td><td>Provides access to the general configuration options of GLPI: notifications, collectors, automatic tasks, authentication, plugins, external links, SLA, management of titles, components as well as control of the uniqueness of fields.</td><td><a href="/files/E311bwv733d3EKN8SXuo">/files/E311bwv733d3EKN8SXuo</a></td><td><a href="/pages/25aTGmClL6LxyFqY2U4E">/pages/25aTGmClL6LxyFqY2U4E</a></td></tr></tbody></table>

{% hint style="warning" %}
The menus presented vary according to the authorizations of the logged in user. The navigation context is presented to the user in the breadcrumb trail.
{% endhint %}

{% hint style="info" %}
You will find at the bottom right a button allowing you to quickly return to the top of the page if necessary.
{% endhint %}

There are keyboard shortcuts that allow you to navigate from one module / submodule to another. Here is the list of these shortcuts:

* `1` => Home
* *Assets*

  > * `o` => Computers
  > * `s` => Software
* *Assistance*

  > * `t` => Tickets
  > * `a` => Statistics
  > * `p` => Planning
* *Management*

  > * `d` => Documents
* *Tools*

  > * `b` => Knowledge base
  > * `r` => Reservations
  > * `e` => Reports
* *Administration*

  > * `u` => Users
  > * `g` => Groups
* *Setup*

  > * `n` => Dropdowns

{% hint style="info" %}
The combination of keys to associate with these shortcuts varies depending on the operating systems and browsers used. Here are some examples according to the browsers:

* Mozilla Firefox / Chrome

  > Simultaneously press the keys `Alt`, `Shift` and *the desired shortcut*.
* Opera

  > Simultaneously press the keys `Esc`, `Shift` and *the desired shortcut*.
  > {% endhint %}

In addition, since version 9.2, GLPI offers navigation with approximate search (fuzzy) accessible from the keyboard shortcut `Ctrl` + `Alt` + `G`. This will open a modal window allowing you to filter, via a search field, all the menus of GLPI (all the levels are present, you have for example access to the 3rd level such as the dropdowns or the components).

In this window, additional shortcuts are available:

* `↑` and `↓` in order to navigate through the results
* `Enter` to change the active glpi page on the selected result
* `Esc` to close the window.

![Navigation "Fuzzy"](/files/13fxht3YN7THTU0QjhSv)


---

# 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/navigation-modules.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.
