> For the complete documentation index, see [llms.txt](https://help.proptee.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.proptee.io/legal/documents/behaviour-policy.md).

# Behaviour Policy

Proptee customer support strives to resolve issues as swiftly as possible. Every member of our team will earnestly try to help with any inquiry. Our customers have a right to be heard, understood, and respected. However, there are situations that can make it difficult for our support team to resolve some requests. In some cases, when an individual becomes threatening or abusive to our staff, we must draw the line.

We understand dealing with payment issues can be stressful, and we want to hear our customers' concerns. Nevertheless, if that frustration becomes aggressive, threatening, or disparaging towards our staff, we consider that behaviour unacceptable and may refuse to provide additional service. All threats of violence are reported to authorities and Proptee reserves the right to close the account of any customer making such threats. Everyone has a right to feel safe at work, and that is no different for Proptee.

Proptee chooses to protect our staff and say no to abusive behaviour. We strive to offer the best support in the digital assets industry, but when a customer mistreats our staff with abusive or threatening language, we reserve the right to end the business relationship with that customer.

Thank you for understanding our need to create a respectful and safe workplace. We are happy to help our customers use Proptee, but the right to that support comes with an expectation of thoughtful, considerate behaviour and communication. Please feel free to contact us for more information or clarification on this policy.


---

# 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://help.proptee.io/legal/documents/behaviour-policy.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.
