> 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/baseline-settings-for-intune/import.md).

# Importing Baseline Settings into Intune

Following these steps, you will be able to import the baseline settings into your Intune tenant.

1. Download the JSON files from the [OpenIntuneBaseline](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/tree/main/MACOS/NativeImport) repository.
2. Go to the [Intune Portal](https://intune.microsoft.com/#home) and select **Devices**.
3. Select **macOS** then **Configuration profiles** and click on **Import profile**. ![Intune Import Profile](/files/kqOJbnCg4MP3ckMoAGNh)
4. Drag and drop the **JSON file** into the window and choose a **name** for the profile. ![Drag and Drop JSON File](/files/yk9oJS0nbqYN5JLCSp2C)
5. Click on **Save** and wait for the profile to be created.
6. Repeat steps 3-5 for each JSON file.

{% hint style="info" %}
**Tips**

* Ensure you have the necessary permissions to import profiles in Intune.
* Double-check the JSON files for any errors before importing.
* Consider creating a test profile first to ensure the settings are applied correctly.
  {% endhint %}

{% hint style="info" %}
**Troubleshooting**

* If you encounter an error during import, verify the JSON file format.
* Check your network connection and try again.
* Ensure that the JSON file is not corrupted or incomplete.
* Consult the [Intune troubleshooting guide](https://docs.microsoft.com/en-us/mem/intune/configuration/device-profile-troubleshoot) for more help.
  {% endhint %}


---

# 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/baseline-settings-for-intune/import.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.
