> 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/knowledgebase.md).

# Knowledge base

***

### How do I make an article appear in the FAQ?

When creating an article, check the box **`put this item in the FAQ`**. If there are no particular restrictions, it will be visible to all profiles in all entities.

***

### How can I restrict access to certain articles?

In the article concerned, click on **`Targets`**. You can then restrict an article to :

* an entity
* a group
* a profile
* a user

{% hint style="success" %}
For optimum operation of the knowledge base, we advise you to use entity-based restrictions.
{% endhint %}

***

### Is it possible to indicate an expiry date for an article in the knowledge base?

You can add a configurable expiry date in the **`visible until`** field directly in the article concerned. The article will be deactivated but not deleted.

***

### How can I defer the appearance of an article in the knowledge base?

You can add a configurable date of appearance in the **`visible since`** field directly in the article concerned. The article will be visible from this date for the targets you have set.

***

### How do I go back to a previous version of an article?

In the **`revisions`** tab of your article, all the versions you have saved are present. You can then **`show`** the article or **`restore`** the version.

***

### Can I make the FAQ public ?

It is possible to give access to the FAQ to someone who does not have access to your GLPI. In **`Setup`** > **`General`**, tick the box **`Allow FAQ anonymous access`**.

{% hint style="info" %}
Making your FAQ public does not mean that anyone who logs in will be able to read all your articles. Restrictions can be put in place to ensure that your articles are only readable by certain profiles, groups, entities, etc. and to prevent anonymous reading.
{% endhint %}

***

### I have an external FAQ, is it possible to implement it in GLPI?

It is possible to insert an external link when someone clicks on the **`help`** link in the user options.

![Alt text](/files/BYtO3SP9NqaVfw39KA34)

This **`help`** tab can be configured from **`Setup`** > **`General`** > **`General setup`** in the **`Simplified interface help link`** or **`Standard interface help link`** fields. It is possible to set different links for each.

***

### How do I remove the knowledge base tab from the interface?

From **`Administration`** > **`Profiles`**, select the desired profile. From the **`Tools`** tab, uncheck everything related to **`Knowledgebase`**. The tab in the corresponding profile will no longer be visible.


---

# 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/knowledgebase.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.
