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

# Privacy Disclaimer

GTAVI is committed to protecting the privacy of its customers and users of its website. We do not share, sell, or rent personal information about our customers or website visitors to any third party. We will only use the information collected from our customers and website visitors lawfully, in accordance with the Data Protection Act 1998.

We may occasionally use the information to inform customers and website visitors of special offers, promotions and other news. However, customers and website visitors can opt out of receiving such information at any time.

We may use third-party services to help us provide our services, such as hosting, analytics, and payment processing. These third-parties may have access to your personal information. We have put in place appropriate security measures to protect your information and have written agreements in place with them to protect your privacy.

We may share your personal information with law enforcement, government authorities, or other third parties when we believe that disclosure is necessary to comply with a legal obligation or to protect the rights, property, or safety of GTAVI , our customers, or others.

We take reasonable steps to protect the security of the personal information we collect and store. However, we cannot guarantee the security of the data, as no method of transmission or storage is completely secure.If you have any questions about this privacy policy, please contact us at \[email protected]


---

# 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://gtavi.gitbook.io/gtavi/privacy-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.
