Can't Enable Docker AI feature

I want to test Docker AI features, but it seems like I’m not able to activate this feature.
Is anyone have same experience like me??
I just completed the survey because I’m not enrolled in the Developer Program, but it doesn’t seem to grant activation.
Does anyone know a way to activate it?

It was because my account is business account.

I got a response from ticket. and it ressolved.
I had to edit the admin-settings.json to enable it, see the link below for more information on this:

i add this setting at json file.

{
  "configurationFileVersion": 2,
  "enableDockerAI": {
    "locked": false,
    "value": true
  }
}

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.