> 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/introduction/disclaimer.md).

# Disclaimer

The open-source software included in this product is shared with the hope of being beneficial, but it comes without any warranty. There are no implied warranties of merchantability or fitness for a specific purpose. Please refer to the applicable licenses for further details.

Our open-source projects are made available and contributed to under licenses that include terms that, for the protection of contributors, ensure that the projects are offered “as-is” without warranty and disclaim liability for damages resulting from using the projects. This guide is no different, and you can read it. The open content license it is offered under [includes such terms](/docs/licence.md).

Like any human endeavour, running an open-source project involves uncertainty and trade-offs. We hope this guide helps, but it may include mistakes and can’t address every situation. If you have any questions about your project, we encourage you to do your own research, seek out experts, and discuss with your community. If you have any legal questions, you should seek legal advice before moving forward.

***While Simprints is passionate about providing helpful information, we're not lawyers. We don't offer legal counsel, and the resources we share are not legal advice. Engaging with the guide or interacting with Simprints or other contributors doesn't establish any legal relationship.***


---

# 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/introduction/disclaimer.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.
