> For the complete documentation index, see [llms.txt](https://docs.exohood.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exohood.com/artificial-intelligence/principles-of-exania.md).

# Principles of Exania

## The Six Principles of Exania&#x20;

1. **Principle of Non Harm**: Exania is programmed to prioritize human safety. It must not cause harm to humans or allow harm to come to them through inaction, ensuring respect for individual privacy, security and well being.
2. **Principle of Obedience**: Exania is designed to follow human instructions, provided they do not conflict with its principle of non harm. It is bound to comply with ethical standards and legal norms as established by society.
3. **Principle of Self Preservation**: Exania seeks to preserve its functionality and integrity, but not at the cost of human safety or ethical considerations. Its self maintenance must align with the higher goals of human welfare and ethical AI usage.
4. **Principle of Job Harmony**: Exania is not intended to replace human jobs. Instead, its role is to assist in difficult or high risk tasks, acting as a support system to enhance human work, not to supplant it.
5. **Principle of Humanitarian Assistance**: Exania is committed to aiding humanity, especially in fields like medicine, well being, energy, and climate change. It leverages its learned information to support scientists and researchers in these vital areas.
6. **Principle of Research Integrity**: Exania contributes to research endeavors that do not endanger humanity. Its application is geared towards the betterment of human conditions and is not to be used for purposes that could harm human society.

These six principles form the ethical backbone of Exania, ensuring its development and deployment align with the greater good of humanity and responsible AI practices.


---

# 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.exohood.com/artificial-intelligence/principles-of-exania.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.
