> For the complete documentation index, see [llms.txt](https://policies.hubble.vote/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://policies.hubble.vote/privacy-policy/ix-additional-notices.md).

# IX - Additional Notices

## Updates and amendments

We may update and amend this Notice from time to time by posting an amended version on our Services. The amended version will be effective as of the published effective date. We will provide a 10-days' prior notice if any substantial changes are involved, via any of the communication means available to us, or on the Services. After this notice period, all amendments shall be deemed accepted by you. If you do not agree to changes to this Privacy Policy, you must stop using the site after the effective date of such changes (which is the “last updated” date of this Privacy Policy).

## External links

While our Services may contain links to other websites or services, we are not responsible for their privacy practices, and encourage you to pay attention when you leave our Services and to read the privacy notices of each and every website and service you visit. This Notice applies only to our Services.

## Children's Privacy

Our Services are not designated to attract children under the age of 17. We do not knowingly collect PII from children and do not wish to do so. If we learn that a child is using the Services, we will prohibit and block such use and will make all efforts to promptly delete any PII stored with us with regard to such child. If you believe that we might have any such data, please contact us at <hello@hubble.vote>.


---

# 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://policies.hubble.vote/privacy-policy/ix-additional-notices.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.
