# Contributing

## Star

* ⭐ **Star us on** [**GitHub**](https://github.com/omnitool-ai/omnitool) and share within your network to help more people discover its capabilities.

## Join Discord Community

* Interact with fellow users, share your experiences, ask questions, and be a part of our active and growing community on [Discord](https://tinyurl.com/omnitool-discord).

## Feedback and Suggestion

* Your feedback is invaluable. Share your thoughts to <support@omnitool.ai>, or on our [Discord #feedback channel](https://tinyurl.com/omnitool-feedback)

## Report Issues

* Found an issue? [Report](https://github.com/omnitool-ai/omni-core-blocks/issues) it.

***

## Share Your Recipes

* Crafted a cool recipe? We invite you to share your creation and inspire others. You can easily export your Recipe as a JSON file and showcase it on [Discord](https://tinyurl.com/omnitool-discord). Alternatively, for a more lasting impact, submit a pull request to the [Template](https://github.com/omnitool-ai/omni-core-recipes/tree/main/templates) folder in our GitHub repository!

## Add API Blocks

* Follow [Adding new Block via OpenAPI Spec](/omnitool/advanced/create-new-blocks/adding-new-block-via-openapi-spec.md) to add a new API integration with OpenAPI YAML and block configuration. Submit a pull request to [Omni Core Blocks Repository](https://github.com/omnitool-ai/omni-core-blocks/tree/main/server).

## Build Extensions

* Got an idea for an extension? Follow [Broken mention](broken://pages/twRcxwpYFHNeMp1DnUJM) to build it and publish your extension on [Omnitool Community GitHub](https://github.com/omnitool-community).&#x20;

## Contribute to Omnitool.ai Repo

* As an open-source platform, we welcome contributions from users like you. Simply send us a pull-request to **Omnitool Official Github** and we'll be in contact!


---

# 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://omnitool-ai.gitbook.io/omnitool/contributing.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.
