> 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/documentation/modules/assets/tabs/plugs.md).

# Plugs

This tab shows the number of plugs available on a PDU. This item can be linked to a [rack](/documentation/modules/assets/racks.md) or an [enclosure](/documentation/modules/assets/enclosures.md)

![View plugs on PDUs](https://3503800744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIiEHKRx5AeABNDLcRlWX%2Fuploads%2Fgit-blob-05dc001f9eb4cdbdf8a758f6a566744462547188%2Fpdu-plugs.png?alt=media)

## Add a plug

* To add a plug on PDU, choose the type of plug you require from the drop-down list
* Select a number of plugs available on the PDUs
* Click on **Add**

![Add plugs on PDUs](https://3503800744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIiEHKRx5AeABNDLcRlWX%2Fuploads%2Fgit-blob-2a593ad22bec0c41adf4d8807e113aa74ad6f27c%2Fpdu_add_plug.png?alt=media)

{% hint style="info" %}
you can use the same plug model several times
{% endhint %}

## Delete a plug

To delete a plug, use the massive action :

* Select the plug
* Click on **Actions**
* Select **Delete permanently the relation with selected elements**
* Click on **Post**

![Delete plugs on PDUs](https://3503800744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIiEHKRx5AeABNDLcRlWX%2Fuploads%2Fgit-blob-4aec34b80723ca59fc7cce4ac37cd94d4a9aa957%2Fpdu_delete_plug.png?alt=media)

## Create a plug

If the plug model you want is not available, you can create a new one.

* Click on **+**

![Create a new plugs on PDUs](https://3503800744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIiEHKRx5AeABNDLcRlWX%2Fuploads%2Fgit-blob-0016eebabff1879710783d2f8dd7066018d2fc5c%2Fpdu_create_plug.png?alt=media)

* Fill in the fields
* Click on **+Add**

![fill in the fields plugs on PDUs](https://3503800744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIiEHKRx5AeABNDLcRlWX%2Fuploads%2Fgit-blob-5748165b6d31d005aa407db314cae97fab53d357%2Fpdu_fill_in_plug.png?alt=media)

{% hint style="info" %}
You can find a list of all your plugs in **Setup > Dropdowns > Plugs**
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://help.glpi-project.org/documentation/modules/assets/tabs/plugs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
