> For the complete documentation index, see [llms.txt](https://docs.intunemacadmins.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intunemacadmins.com/await-final-configuration/configure-await-final-configuration.md).

# Configure Await Final Configuration

## Intune Configuration

1. In the Intune admin center, go to **Devices**, expand **Device onboarding**, and then select **Enrollment**.
2. Select the **macOS** tab.
3. Under **Bulk Enrollment Methods**, select **Enrollment program tokens**.
4. Select an enrollment program token.
5. Select **Enrollment policies** > **Create policy** > **macOS** ![Await Final Configuration](/files/a4ClIvRdi3NdUA8PTd34)
6. Enter a name and description for the profile so that you can distinguish it from other enrollment profiles.
7. On the **Management Settings** page, configure **Enrol with User Affinity & Modern Authentication.**

{% hint style="info" %}
Await Final Configuration & Managed Local Accounts can only be used with User Affinity & Modern Authentication.
{% endhint %}

8. Toggle "Yes" for Await Final Configuration and click Next ![Await Final Configuration](/files/macVDhq5INOLSR2FEl4t)
9. On the **Setup Assistant** page, configure the Setup Assistant experience as per your organisation requirements. 10 On the Account Settings page, Select **Yes** to create local managed account during enrollment. ![Await Final Configuration](/files/P0816hS9i3tfjKcVmTxQ)
10. Toggle "Yes" for blocking users to change their username details.
11. Review changes and click **Create** to finish creating the profile.

## Conclusion

The “Await Final Configuration” state is a powerful feature in Apple Device Management that ensures devices are properly configured and compliant before they are used. By using the Release Device from Await Configuration API endpoint, administrators can efficiently manage and transition devices to their operational state, maintaining security and compliance within their organization.

For more detailed information, you can refer to the [Apple Developer Documentation](https://developer.apple.com/documentation/devicemanagement/release_device_from_await_configuration).


---

# 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:

```
GET https://docs.intunemacadmins.com/await-final-configuration/configure-await-final-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
