> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/it/concepts/action-script.md).

# Script dell'azione

Uno **script di azione** è il modo in cui un provider PAM personalizzato implementa le proprie azioni in Devolutions PAM. Questi script sono file PowerShell definiti dall'utente che eseguono attività come il rilevamento, il confronto e la rotazione delle password. Quando viene attivata una [rotazione delle password](/pam/it/concepts/password-rotation.md), Devolutions PAM agisce come coordinatore ed esegue il corrispondente script di azione per completare l'attività.

Mentre i provider gestiti hanno le loro azioni sviluppate in modo nativo e completamente integrate in Devolutions PAM, i provider PAM personalizzati offrono alle organizzazioni la flessibilità di integrarsi con qualsiasi sistema che supporti interazioni basate su script. Ciò consente l'automazione sicura della gestione degli account privilegiati senza dover attendere il supporto nativo.

Gli script di azione sono disponibili solo durante la creazione di [modelli di provider PAM personalizzati](/pam/it/concepts/custom-pam-provider-template.md). Una volta creati, gli script di azione non sono più visibili durante la gestione dei provider PAM personalizzati.

#### Argomenti correlati

* [Provider PAM personalizzati (Devolutions Server)](/pam/it/pam-with-devolutions-server/providers/custom-pam-providers.md)
* [Risoluzione dei problemi degli script di azione in (Devolutions Server)](/pam/it/knowledge-base/troubleshooting-articles/action-scripts-troubleshoot-in-devolutions-server.md)

#### Vedere anche

* [Provider (Devolutions Server)](/pam/it/pam-with-devolutions-server/providers.md)
* [Provider gestiti (Devolutions Server)](/pam/it/pam-with-devolutions-server/providers/managed-providers.md)
* [Provider PAM personalizzati (Devolutions Server)](/pam/it/pam-with-devolutions-server/providers/custom-pam-providers.md)


---

# 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://docs.devolutions.net/pam/it/concepts/action-script.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.
