# Things everyone must know

1. **Always use the term "country/region" and never "country"** in discussions, documentation, and software design. Mattermost, Inc. may work with public sector organizations with a high degree of sensitivity to regions where the label "country" may be controversial.
2. **Never sign on behalf of Mattermost, Inc.:** Only the Mattermost, Inc. CEO can sign documents on behalf of the company, with the one and only exception being signing an on-site NDA (non-disclosure agreement) in order to enter a building. See [Risk Management in Agreements](/operations/finance/risk-management.md) documentation for instructions on having any agreement properly reviewed and initialed by someone Director-level or higher prior to CEO signature.
3. **Escalate sensitive topics** seen in public sites such as the forums to the [Community Escalations channel](https://community.mattermost.com/private-core/channels/community-escalations), and follow the [Community Response Policy](https://github.com/mattermost/mattermost-handbook/tree/a2d842cbb3382f22737b424ee9f5082879503c91/operations/operations/company-policies/community-response-policy/README.md).
4. **Outside work:** As an open source company, Mattermost encourages Contributors to work on projects that are unrelated to Mattermost's business. Contributors do not require prior approval from Mattermost to work on projects that are unrelated to Mattermost's business or that do not pose a conflict of interest. Contributors should reference Mattermost's PIAA or contact <hr@mattermost.com> with questions. Full-time staff may work on outside projects (paid or unpaid) that are not related to Mattermost's business, do not represent a conflict of interest, and do not hinder their ability to fulfill their contractual obligations to Mattermost. Prior to commencing work on outside projects, staff must confirm no conflict of interest exists by obtaining written approval from their manager and MLT. To obtain approval, email your manager and copy <hr@mattermost.com> to request approval. Include the following:
5. Details of the project/work that you intend to work on.
6. Length of obligation (if known).
7. The approximate weekly or monthly time commitment to working on the outside project (if known).

Manager and MLT approval will be stored by HR in the staff member's BambooHR documents file.


---

# 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://handbook.mattermost.com/operations/workplace/people/working-at-mattermost/onboarding/things-everyone-must-know.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.
