> For the complete documentation index, see [llms.txt](https://docs.kleros.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kleros.io/contribution-guidelines/license-and-code-of-conduct/code-of-conduct.md).

# Code of Conduct

## Be Decent

Decentralizing justice is not an easy or small task, so we need as many people as possible to chip in, and for that, everyone needs to feel comfortable and accepted.

Writing a full guide on what is considered decent behavior would be almost impossible. But, we can show some examples of positive and negative behavior. (From the [Contributor Covenant](https://www.contributor-covenant.org).)

### Positive & Expected Behavior

* Using welcoming and inclusive language.
* Being respectful of differing viewpoints and experiences.
* Gracefully accepting constructive criticism.
* Focusing on what is best for the community.
* Showing empathy towards other community members.

### Negative & Unacceptable Behavior

* The use of sexualized language or imagery and unwelcome sexual attention or advances.
* Trolling, insulting/derogatory comments, and personal or political attacks.
* Public or private harassment.
* Publishing others' private information, such as a physical or electronic address, without explicit permission.
* Other conduct that could reasonably be considered inappropriate in a professional setting.

## Contact

If you encounter any sort of unacceptable behavior or maybe just want to chat, don't hesitate to contact us at `contact@kleros.io`.

> "Don't do unto others what you don't want done unto you."
>
> -Confucius-


---

# 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://docs.kleros.io/contribution-guidelines/license-and-code-of-conduct/code-of-conduct.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.
