> For the complete documentation index, see [llms.txt](https://meta.buddhistgeeks.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meta.buddhistgeeks.org/espanol-2/about/teachers-code-of-ethics/ethical-principles.md).

# Ethical Principles

1. **Interconnection.** We recognize the interconnectedness of all beings and hold all life in reverence. We recognize the diversity of forms and orient toward them with kindness and compassion, while also holding in awe the mystery of life and death.<br>
2. **Generosity.** We recognize that philanthropic intent leads to deep contentment, and cultivating generosity leads to a sense of abundance.<br>
3. **Sensuality.** Sensuality and sexuality are beautiful expressions of the life force. We recognize and respect their multiple forms. One person’s “naughty” is someone else’s “kinky”, but it’s all good when between consenting adults.<br>
4. **Congruence.** We aim for our actions, both in words and deeds, to be congruent with the truth of our subjective experience. We recognize that conflict arises with being human and are willing to acknowledge the impact of our speech and actions. We aim to express ourselves with honesty, tact, and kindness, while not avoiding difficult conversations. <br>
5. **Exploration.** Mind states are impermanent, and we honor and respect their mindful exploration to the extent they promote liberation, realization, and healing, rather than clinging, addiction, and delusion.


---

# 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://meta.buddhistgeeks.org/espanol-2/about/teachers-code-of-ethics/ethical-principles.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.
