# RSS feeds

GLPI allows to include RSS feeds in tool home page.

A RSS feed is by default personal and therefore only visible by its creator.

For a RSS feed to become public and visible by other users, targets must be added to it, a target being either an entity, a group, a profile or a user.

{% hint style="info" %}
A public RSS feed is visible by users associated with a profile if this profile has read permission for public RSS feeds.
{% endhint %}

![Characteristics of a RSS feed](/files/Qn7dQS9HO1AToDr0lEC2)

## The different tabs

### Content

This tab allows to consult the number of displayed items; this content is the one displayed on home page.

### Targets

This tab allows to display and modify the list of targets of the RSS feed.

## History

The *History* tab is used to show any changes made to an item. The following information about the changes is available:

* ID of the change.
* Date and time the change was made.
* User who made the change. If this field is not filled, it means that the action was done automatically (For example: automatic inventory update).
* Field that was changed.
* Description of the change that was made.

The description of the change represents either the difference between the old and the new value (For example with location field: Change HQ to Remote Office A), or the explanation of the action which was carried out (For example: Uninstallation of a software: "Gimp 2.0").

{% hint style="info" %}
For dropdowns or objects with a parent/child relationship, the modification of a child will appear in the history of the parent element.
{% endhint %}

## All Information

For an item, all information is displayed on one page from the *All* tab. This shows all of the tabs of an object's form in one view, one below the other.


---

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