> For the complete documentation index, see [llms.txt](https://token-engineering-commons.gitbook.io/tec-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://token-engineering-commons.gitbook.io/tec-handbook/tec-agreements-1/collective-agreements/discord.md).

# Discord

[**Discord Code of Conduct** ](https://docs.google.com/document/d/1NTp3KT20iNbVL2VvcZNusXtSnejIXwtyCXOA1cXaVIA/edit)

[**Meeting attendance terms**](https://docs.google.com/document/d/1-ysqAIbqx4KY3WEiVqnX8SUVC8197cKiFdxJSWOjgLc/edit#) <br>

What actions can be taken in this medium?&#x20;

* People can engage in private chats
* People can engage in public chats on multiple channels
* Working groups can host calls on public voice channels&#x20;
* Community calls can happen on the public voice channels&#x20;
* People can meet and have work sessions on public voice channels
* Calls can be recorded in the public voice channels. &#x20;
* Calls can be streamed
* Since discord voice channels don’t have a chat option, it is a good practice to use the respective chat channel to send relevant links or messages during a call. (e.g: If a call is happening in the ‘general voice channel’, use the ‘general chat channel’ to send a message)&#x20;
* Delete unwanted content (admins/moderators)

Is this action or outcome required?&#x20;

* One account per person
* Whenever a call is being recorded, this is communicated verbally in the beginning of the call and written in the call agenda. &#x20;
* We embrace the culture of yes
* Be kind in any type of communication (Nonviolent, mindful, compassionate language). If you would like to learn more about Non Violent Communication please contact a Graviton.
* It is a good practice to assume best intentions from community members&#x20;
* Accountability&#x20;
* Value everyone’s time
* Memes are meant to be fun but there are boundaries to respect

Is this action or outcome forbidden?&#x20;

* Disrespect of any kind
* Spam&#x20;
* Multiple accounts per person&#x20;
* Creating bots without the consent of the community&#x20;
* Avoid sending private messages when they can be sent in public channels
* Sharing inappropriate content on calls
* Sharing inappropriate content in the chat and private channels


---

# 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://token-engineering-commons.gitbook.io/tec-handbook/tec-agreements-1/collective-agreements/discord.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.
