> For the complete documentation index, see [llms.txt](https://docs.getuntitled.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getuntitled.ai/misc.md).

# Misc

- [Privacy & Consent Management](https://docs.getuntitled.ai/misc/privacy-and-consent-management.md)
- [Set up a cookie consent banner with Cookiebot](https://docs.getuntitled.ai/misc/privacy-and-consent-management/set-up-a-cookie-consent-banner-with-cookiebot.md): Use Google Tag Manager and a Cookiebot account to create a cookie consent banner, and classify the Untitled Tag as a marketing/advertising cookie so that it only fires for consenting users.
- [Sample Privacy Policy](https://docs.getuntitled.ai/misc/privacy-and-consent-management/sample-privacy-policy.md): The content below may be referenced in your Privacy Policy for disclosure of the data collected by the Untitled Identity Tag on your site.
- [Procurement Resources](https://docs.getuntitled.ai/misc/procurement-resources.md)
- [Information Security Policy](https://docs.getuntitled.ai/misc/procurement-resources/information-security-policy.md)
- [Observability & Patch Management Policy](https://docs.getuntitled.ai/misc/procurement-resources/observability-and-patch-management-policy.md)
- [Third-Party Subprocessors](https://docs.getuntitled.ai/misc/procurement-resources/third-party-subprocessors.md)
- [Platform Data Flows](https://docs.getuntitled.ai/misc/procurement-resources/platform-data-flows.md)
- [Cookies & Storage Overview](https://docs.getuntitled.ai/misc/cookies-and-storage-overview.md): This article describes the cookies and browser storage technologies used by the Untitled Tag when deployed on a website.
- [Frequently Asked Questions](https://docs.getuntitled.ai/misc/frequently-asked-questions.md)
- [Key Terminology](https://docs.getuntitled.ai/misc/key-terminology.md): Concepts you'll come across in the Untitled Dashboard and Knowledge Base.
- [Tips and Tricks](https://docs.getuntitled.ai/misc/tips-and-tricks.md): Unlock the potential of your hidden website visitors with actionable steps with your Untitled data.
- [Latest Updates](https://docs.getuntitled.ai/misc/latest-updates.md): Actionable product updates,  new features, guides and articles published by the Untitled team. Have a question about how to implement a features you see here? Reach out to support@getuntitled.ai.
- [User Support](https://docs.getuntitled.ai/misc/user-support.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://docs.getuntitled.ai/misc.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.
