> For the complete documentation index, see [llms.txt](https://simprints.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simprints.gitbook.io/docs/security-and-privacy/security-and-privacy-considerations.md).

# Security & Privacy Considerations

This document details known security and privacy considerations of the Simprints software.

**License**

Our source code repositories are licensed under the Mozilla Public License 2.0. Please refer to the [license agreement ](/docs/licence.md)for more details.

**Trademarks**

All trademarks mentioned in our documentation and products are the property of their respective owners.

**Communication Channels**

Our software may collect usage data and crash reports, but this information is never transmitted back to our maintainers. We only gather anonymous or aggregated data when necessary.

Our software has no features allowing us to access or control your devices or systems. However, there is always a small risk that hackers could discover and exploit vulnerabilities in our software or in third-party libraries to gain access to your device.

**Third-party Software**

Our software uses several open-source third-party libraries from well-known and reputable sources and a few from lesser-known sources. We do not independently vet the security of those libraries, but you can review their source code on [GitHub ](https://github.com/Simprints)if you have any concerns.

**Websites**

Our website,[ Simprints.com](https://simprints.gitbook.io/docs/security-and-privacy/www.simprints.com), uses cookies to track your interactions and may use website analytics tools to track visitors and access patterns. You can disable cookies in your browser settings if you prefer. More information can be found in our [cookie policy](/docs/security-and-privacy/security-and-privacy-considerations/cookie-policy.md).


---

# 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://simprints.gitbook.io/docs/security-and-privacy/security-and-privacy-considerations.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.
