> For the complete documentation index, see [llms.txt](https://bugology.intigriti.io/misconfig-mapper-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bugology.intigriti.io/misconfig-mapper-docs/readme/contributing.md).

# Contributing

## How to contribute to Misconfig Mapper Docs

Misconfig Mapper is open-source and made for the community! We encourage you to contribute to the project!

This guideline contains information to help you contribute to Misconfig Mapper Documentation! Thank you for helping out! We appreciate all contributions made to this project!

### Submitting a coverage for a new misconfiguration

To document each misconfiguration properly, you will have to make sure the following **6 sections** are present in your new submitted service.

#### Title

Make sure to provide a descriptive title to help describe the misconfiguration.

#### Description

A description contains a small overview about what the service and misconfiguration is

#### Testing

The testing section should provide clear to follow steps on how to test for the documented misconfiguration. This may include proof of concepts, images, and other supporting references to help users identify the presence of the security misconfiguration.

#### Remediation

The remediation section should provide simple steps on how to remediate and prevent the security misconfiguration. This may include links to official third-party service documentation and images supporting the reproduction steps.

#### Potential Impact

This section should mention the potential impact of the security misconfiguration.

#### References

If applicable, you may link articles or other supporting references to help users with further testing or remediation for example.

### Suggesting an improvement

Please consider [opening a new pull request or issue](https://github.com/intigriti/misconfig-mapper) for submitting an improvement.

### Submitting a new template

To help contribute to the scanner, view the guidelines [here](https://github.com/intigriti/misconfig-mapper/blob/main/CONTRIBUTING.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://bugology.intigriti.io/misconfig-mapper-docs/readme/contributing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
