# Contribution

> This tool was crafted with care and code by me, [Islam Zekry ](http://github.com/theizekry)and my friend [Ahmed Gad](https://github.com/TheAhmedGad/).

We created Dockit to make working with Docker effortless—removing the complexity of bulky tools and inflexible setups.&#x20;

Whether you're running a local dev stack or onboarding new engineers, Dockit ensures your services are consistent, modular, and fast to spin up.

***

## Want to Contribute?

* Fork the repository
* Create a feature branch
* Commit your changes
* Push to the branch
* Create a Pull Request


---

# Agent Instructions: 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://dockit.gitbook.io/docs/contribution.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.
