You may add actions to the section's header using the headerActions() method:
use Filament\Infolists\Components\Actions\Action; use Filament\Infolists\Components\Section; Section::make('Rate limiting') ->headerActions([ Action::make('edit') ->action(function () { // ... }), ]) ->schema([ // ... ])
Make sure the section has a heading or ID