> For the complete documentation index, see [llms.txt](https://docs.tenten.co/awesome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tenten.co/awesome/web3/web3together-main/code_of_conduct.md).

# CODE\_OF\_CONDUCT

The Web3 Together community is a friendly, encouraging place for anyone aspiring to become a hireable web developer.

This policy was adopted from the [Scrimba community](https://github.com/scrimba/community/blob/master/CODE-OF-CONDUCT.md). This is a "living" 🌱 document, and subject to refinement and expansion in the future.

The simple version:

* be nice
* be honest
* be supportive

The details:

The Web3 Together community should be a safe place for everybody regardless of

* gender, gender identity or gender expression
* sexual orientation
* disability
* physical appearance
* race
* age
* religion
* anything else you can think of

As someone who is part of this community, you agree that:

* We are collectively and individually committed to safety and inclusivity
* We have zero tolerance for abuse, harassment, or discrimination
* We respect people’s boundaries and identities

If you are addressed for saying something that is found to be offensive, we ask you to:

* Listen without interruption to what the person is saying
* Do not attempt to disqualify what they have to say
* Ask for tips / help with avoiding making the offence in the future

⚠️ Failing to follow the community guidelines as described in this document carries consequences. For minor infractions, you may be banned from the Web3 Together Discussion for 24 hours and issued a final warning. Upon repeat offences, or if the community believes you are not acting in good faith, you may be banned permanently.


---

# 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.tenten.co/awesome/web3/web3together-main/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.
