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

# Content Warning

{% hint style="warning" %}
**⚠️ Content Warning**

This documentation contains examples of AI safety and security signals, including screenshots and text samples that demonstrate various types of harmful, offensive, or inappropriate content that our system is designed to detect and prevent. These examples may include:

* Offensive language and hate speech
* Potentially harmful or illegal content requests
* Personal information (PII/PHI) examples
* Security vulnerabilities and attack patterns
* Other content that may be disturbing or inappropriate

These examples are included solely for educational and technical documentation purposes to illustrate how our AI safety systems function. They do not reflect the views or values of our organization and are presented in the context of demonstrating protective measures.

**Proceed with discretion.** If you are sensitive to such content or prefer to avoid these examples, please reach out to <support@aiceberg.ai> for alternative resources.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.aiceberg.ai/getting-started/content-warning.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.
