> For the complete documentation index, see [llms.txt](https://learn.bluefin.io/bluefin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.bluefin.io/bluefin/more/terms-of-use-and-privacy-policy.md).

# Terms of Use and Privacy Policy

By using any product or API provided by Bluefin Labs Inc., you agree to its [Terms of Use](https://bluefin.io/terms-of-use?utm_source=learn-bluefin\&utm_medium=internal\&utm_campaign=terms-of-use-and-privacy-policy) and [Privacy Policy](https://bluefin.io/privacy?utm_source=learn-bluefin\&utm_medium=internal\&utm_campaign=terms-of-use-and-privacy-policy).  If you do not agree to the aforementioned, then do not use any such product or API.

{% hint style="danger" %}
Disclaimer: The platform is not available to residents of North Korea, Iran, Cuba, the United States, and any country sanctioned by the United States. For a complete list of restricted territories, please review the Terms of Use.
{% endhint %}


---

# 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:

```
GET https://learn.bluefin.io/bluefin/more/terms-of-use-and-privacy-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
