# Code of Conduct

Cipher Toolbox is an open-source project. We want a respectful, inclusive, and harassment-free community.

### Our standards

* Be respectful in words and actions.
* Assume good intent.
* Welcome questions and new contributors.
* Give constructive feedback.
* Focus on what is best for users.

### Unacceptable behavior

* Harassment, discrimination, or hate speech.
* Sexual harassment or unwanted sexual attention.
* Personal attacks, trolling, or persistent disruption.
* Publishing private information without consent.

### Scope

These standards apply in all project spaces. This includes issues, pull requests, discussions, and any community channels.

### Reporting

If you experience or witness unacceptable behavior:

* Do not escalate in public threads.
* Contact the maintainer using the communication method listed in the repository.
* If the report is security-related, use the [Security Policy](/cipher-toolbox/project/security.md).

### Enforcement

The maintainer may remove content or restrict participation. Actions can include warnings, temporary bans, or permanent bans.

### Attribution

This page is inspired by the Contributor Covenant. If you want a full legal template, see <https://www.contributor-covenant.org/>.


---

# 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://eadmiral.gitbook.io/cipher-toolbox/project/code-of-conduct.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.
