# Contributing

Good first issues are labeled as such and can be found in the [issue tracker](https://github.com/AntidoteDB/antidote/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). You can also take a look at other repositories in the AntidoteDB organisation.

## Code style

Before commiting code run `make lint` to check the code style.

In addition there are the following rules which are not checked automatically:

* Indentation should use 4 spaces (no tabs)
* Exported functions must be documented and have a type specification


---

# 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://antidotedb.gitbook.io/documentation/development/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.
