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

# How to Contribute

We welcome contributions from the community to help improve the content on IntuneMacAdmins. Whether it's a new guide, a script, or an insight, your contribution is valuable.

{% hint style="success" %}
The easiest way is to use the "Edit page" button that you can find at the bottom of every page. If you edit more than one page, we recommend using forks and creating a pull request using the method described below.
{% endhint %}

### Steps to Contribute

1. **Fork the Repository**: Start by forking the [IntuneMacAdmins GitHub repository](https://github.com/ugurkocde/IntuneMacAdmins).
2. **Clone the Repository**: Clone your forked repository to your local machine.

   ```
   git clone https://github.com/your-username/IntuneMacAdmins.git
   ```
3. **Create a New Branch**: Create a new branch for your changes.

   ```
   git checkout -b my-new-branch
   ```
4. **Make Your Changes**: Make the necessary changes or additions to the content.
5. **Commit Your Changes**: Commit your changes with a descriptive message.

   ```
   git commit -m "Add new guide on XYZ"
   ```
6. **Push Your Changes**: Push your changes to your forked repository.

   ```
   git push origin my-new-branch
   ```
7. **Create a Pull Request**: Go to the original repository and create a pull request from your forked repository.


---

# 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/home/how-to-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.
