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

# Terms of Service

Last updated on: `June 3, 2026`

Staylime reserves the right to update and change the Terms of service at any time without prior notice. If you do not agree to the Terms of service, you may terminate your use of Staylime services at any time. You are agree to the updated Terms of service by continuing to use the Staylime services.

You expressly understand and agree that, to the extent permitted by applicable laws, Staylime will not be liable for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to, damages for loss of profits, goodwill, use, data or other intangible losses arising out of or relating to the use of or inability to use the Service or these Terms of service (however arising, including negligence).

You agree to indemnify and hold us and (as applicable) our parent, subsidiaries, affiliates, partners, officers, directors, agents, employees, and suppliers harmless from any claim or demand, including reasonable attorneys’ fees, made by any third party due to or arising out of (a) your breach of these Terms of service or the documents it incorporates by reference; (b) or your violation of any law or the rights of a third party; or (c) any aspect of the transaction between you and your customer, including but not limited to refunds, fraudulent transactions, alleged or actual violation of applicable laws (including but not limited to Federal and State consumer protection laws), or your breach of the Terms of service.

You will be responsible for any breach of the Terms of service by your affiliates, agents or subcontractors and will be liable as if it were your own breach.

Your use of the Services is at your sole risk. The Services are provided on an ‘as is’ and ‘as available’ basis without any warranty or condition, express, implied or statutory.

Staylime does not warrant that the Services will be uninterrupted, timely, secure, or error-free.

Staylime does not warrant that the results that may be obtained from the use of the Services will be accurate or reliable.

Staylime is not responsible for any of your tax obligations or liabilities related to the use of Staylime’s Services.

Staylime does not warrant that the quality of any products, services, information, or other materials purchased or obtained by you through the Services will meet your expectations, or that any errors in the Services will be corrected.


---

# 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://staylime.com/docs/policies/legal/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.
