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

# Policies & Legal

- [Data Policy](https://help.jeti.app/policies-and-legal/data-policy.md)
- [Privacy](https://help.jeti.app/policies-and-legal/privacy.md)
- [Geofencing FAQs](https://help.jeti.app/policies-and-legal/privacy/geofencing-faqs.md)
- [How To Protect Your Personal Information](https://help.jeti.app/policies-and-legal/privacy/how-to-protect-your-personal-information.md)
- [Privacy Policy](https://help.jeti.app/policies-and-legal/privacy-1.md): Last updated August 1st, 2020
- [Community Guidelines](https://help.jeti.app/policies-and-legal/community-guidelines.md)
- [Offensive and Harmful Content](https://help.jeti.app/policies-and-legal/community-guidelines/offensive-and-harmful-content.md)
- [Violence & Illegal Behavior](https://help.jeti.app/policies-and-legal/community-guidelines/violence-and-illegal-behavior.md)
- [Authentic Platform Use](https://help.jeti.app/policies-and-legal/community-guidelines/authentic-platform-use.md)
- [Safety and Privacy](https://help.jeti.app/policies-and-legal/community-guidelines/safety-and-privacy.md)
- [Copyright and Intellectual Property](https://help.jeti.app/policies-and-legal/community-guidelines/copyright-and-intellectual-property.md)
- [Terms of Service](https://help.jeti.app/policies-and-legal/terms.md): Last updated August 7th, 2020
- [Beta Testing Policy](https://help.jeti.app/policies-and-legal/terms/beta-testing-policy.md)
- [Username Purchase Terms](https://help.jeti.app/policies-and-legal/terms/username-purchase-terms.md): Applicable to Jeti Early Access
- [Username Squatting](https://help.jeti.app/policies-and-legal/terms/username-squatting.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://help.jeti.app/policies-and-legal.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.
