> For the complete documentation index, see [llms.txt](https://statusnotifier.rickyjs.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://statusnotifier.rickyjs.xyz/terms-of-service.md).

# Terms Of Service

Last updated: October 4, 2022

Please read these terms and conditions carefully before using Our Service.

<details>

<summary>Your agreement</summary>

You accept our Terms and Conditions of Use by using our services, and you acknowledge that you are solely responsible for complying with all local laws that may be in force in your jurisdiction. You are forbidden from entering this website if you disagree with any of these conditions.

</details>

<details>

<summary>Produce Licensing</summary>

Remove any copyright or other proprietary notations from the contents, use the materials for any commercial purpose or for public exhibition, transmit the materials to another person, or "mirror" the materials on any other server. Attempt to reverse-engineer any software on the service. This will enable us to stop operations in the event that any of these limitations are broken. Your viewing privilege will also end upon termination, and you must delete any downloaded contents you have in your possession, whether they are in printed or electronic form.

</details>

<details>

<summary>Disclaimer</summary>

The content on RickyJS's Services is all offered "as is." RickyJS disclaims any guarantees, whether they be stated or implied, and so does so. Additionally, RickyJS makes no guarantees, promises, or assurances as to the accuracy, likely results, or reliability of the use of the contents on its website or otherwise pertaining to such materials or other sites connected to this service.

</details>

<details>

<summary>Limitations</summary>

Even if RickyJS or an authorized representative of this Service has been informed verbally or in writing of the risk of such harm, neither RickyJS nor its suppliers shall be held liable for any damages that may result from the use or inability to use the materials on RickyJS's Website. You could be exempt from these restrictions if your jurisdiction does not permit the exclusion or limitation of incidental or implied warranties or liabilities.

</details>

<details>

<summary>Revisions and Errata</summary>

There might be typographical, photographic, or technological mistakes in the content on RickyJS's Services. The accuracy, completeness, or up-to-dateness of any of the materials on this service are not guaranteed by RickyJS. The materials on RickyJS's services are subject to change at any moment without prior notice. There is no promise that the materials will be updated by RickyJS.

</details>

<details>

<summary>Links</summary>

Since RickyJS is unable to examine every website that is connected to its own, it cannot be held liable for the information found there. Any links do not constitute RickyJS's endorsement of the linked website. Any linked website is to be used at the user's own risk.

</details>

<details>

<summary>Site Terms of Use Modifications</summary>

These Website Terms of Use may be changed at any moment without previous notification by RickyJS. You consent to be bound by the most recent version of these Terms & Conditions of Use by accessing this website.

</details>

<details>

<summary>Governing Law</summary>

Without regard to its provisions on conflicts of law, the laws of af shall apply to any dispute relating to RickyJS's website.

</details>


---

# 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://statusnotifier.rickyjs.xyz/terms-of-service.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.
