
# Action Types

Prebuilt actions in `Laravilt\Actions` come with labels, icons, colors, confirmation, permission checks, and resource URLs already configured. Override any default with the usual [styling](../styling.md) and [confirmation](../confirmation.md) methods.

1. [ViewAction](view-action.md): open the record's view page
2. [EditAction](edit-action.md): open the record's edit page
3. [CreateAction](create-action.md): open the create page or a create modal
4. [DeleteAction](delete-action.md): soft delete with confirmation
5. [RestoreAction](restore-action.md): restore a soft-deleted record
6. [ForceDeleteAction](force-delete-action.md): permanently delete
7. [ReplicateAction](replicate-action.md): duplicate a record
8. [ExportAction](export-action.md): export to XLSX/CSV
9. [ImportAction](import-action.md): import from XLSX/CSV
10. [Custom Action](custom-action.md): build your own

For multiple records, see [Bulk Actions](../bulk/README.md).
