> For the complete documentation index, see [llms.txt](https://guide.techfleet.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.techfleet.org/policies/community-collective-agreement/prohibited-activity-in-tech-fleet.md).

# Prohibited Activity in Tech Fleet

We mutually prohibit each other from the following activities in all of our channels, unless otherwise indicated.  We also prohibit threatening to participate in or promoting these activities. In addition, we may hold people gently but deeply accountable within our community for such actions elsewhere.

### Primary Violations

1. Violence: intentionally hurting or endangering any persons, groups, or ”types of people”.
2. Unapproved sharing of confidential information.
3. Characterizing anyone’s personality or behavior on the basis of immutable identities or labels such as race, ethnicity, gender, sex, sexual orientation or national origin.
4. Unnecessary personal attention or harassment after any clear request to stop it.
5. Legal endangerment: Openly illegal activities, fraud, or hate speech.

### Secondary Violations

1. Preventing others from participating through coercion, threat, or suppression.
2. Ignoring or neglecting a message of concern from any of our trusted community leaders (including the Board, staff, and Guild leadership).
3. Demonstrably circumventing a removal via the use of another identity, account or profile.

## Head to the Next Section


---

# 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://guide.techfleet.org/policies/community-collective-agreement/prohibited-activity-in-tech-fleet.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.
