> For the complete documentation index, see [llms.txt](https://docs.mithril.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mithril.ai/security-and-trust/legal/acceptable-use-policy.md).

# Acceptable Use Policy

This Acceptable Use Policy (“**Policy**”) is part of the agreement between you and Foundry Technologies, Inc. (“**Mithril**”) under which you access the platform-as-a-service solution and other services offered by Mithril (“**Mithril Services**”) and any related compute resources made available by a compute provider via the Mithril Services (“**Compute Resources**”).

You may not use, or facilitate or allow others to use, the Mithril Services or the Compute Resources:

* In any manner that violates any applicable law, rule or regulation (including those specific to artificial intelligence or machine learning);
* To threaten, incite, promote, or encourage violence, terrorism, or other serious harm;
* For harm or abuse of a minor, including content or activity that promotes child sexual exploitation or abuse;
* For cryptocurrency mining, including proof-of-work and proof-of-stake protocols;
* To harass, harm, or encourage the harm of individuals or specific groups;
* To violate the rights or privacy of others;
* To violate the security, integrity, or availability of the Mithril Services or the Compute Resources or any of their respective users, networks, computers, or communications systems;
* To replicate a person’s voice or likeness without their consent or other lawful basis, including unauthorized impersonation and non-consensual sexual imagery;
* To generate or distribute viruses, worms, Trojan horses, or other destructive or deceptive items;
* To generate or distribute unsolicited mass email or other spam;
* To make consequential decisions, including those impacting a person’s fundamental rights, health, or safety, without first evaluating the potential risks of your use case and implementing appropriate human oversight, testing, and other use safeguards to mitigate such risks; or
* In connection with any activity that poses a significant risk of death, personal injury, or financial, physical, property or environmental damage, including without limitation in the operation of nuclear facilities, aircraft navigation or communication systems, air traffic control, life support or weapons systems.


---

# 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.mithril.ai/security-and-trust/legal/acceptable-use-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.
