> 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/contribute.md).

# Contributing to the Baseline Settings

If you want to contribute to the baseline settings, you can do so by following these steps:

## Prerequisites

* A GitHub account
* Git installed on your local machine

1. Fork the repository [OpenIntuneBaseline](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/tree/main)
2. Clone your forked repository to your local machine

   ```bash
   git clone https://github.com/your-username/OpenIntuneBaseline.git
   ```
3. Create a new branch

   ```bash
   git checkout -b your-branch-name
   ```
4. Make your changes
5. Commit your changes

   ```bash
   git add .
   git commit -m "Description of your changes"
   ```
6. Push your changes to your forked repository

   ```bash
   git push origin your-branch-name
   ```
7. Create a pull request from your forked repository to the main repository

All changes will be reviewed and merged into the main branch. Please ensure your code follows the project's coding standards and includes appropriate documentation.

{% hint style="info" %}
If you have any questions or need help, feel free to open an issue in the repository.
{% 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/contribute.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.
