# Activities

> The following table lists the activities that are included in the Credentials Activities Package.

The following table lists the activities that are included in the Credentials Activities Package.

| Activity | Description |
| --- | --- |
| [Add Credential](https://docs.uipath.com/activities/other/latest/workflow/add-credential) | Stores a specified credential in the Windows Credential Manager with a custom persistence type, and returns a boolean value to let you know if the process was successful or not. |
| [Delete Credential](https://docs.uipath.com/activities/other/latest/workflow/delete-credential) | Deletes the credentials for a specified target from the Windows Credential Manager, and returns a boolean value to let you know if the process was successful or not. |
| [Get Secure Credential](https://docs.uipath.com/activities/other/latest/workflow/get-secure-credential) | Retrieves the credentials from a specified target from the Windows Credential Manager as a secure string (password) and a string (username). |
| [Request Credential](https://docs.uipath.com/activities/other/latest/workflow/request-credential) | Displays a dialog box with a custom message and title that prompts a user to add his/her credentials, and stores the username and password as string variables, that can be later used to log into other apps. |
