# Trusty AI

- [Trusty AI](https://docs.decube.io/trusty-ai/trusty-ai.md): Ask Trusty questions on your metadata.
- [Suggested Questions to ask Trusty](https://docs.decube.io/trusty-ai/trusty-ai/suggested-questions-to-ask-trusty.md): To get the most out of Trusty AI, use prompts tailored to your specific role and goals.
- [LLM Security & Privacy](https://docs.decube.io/trusty-ai/trusty-ai/llm-security-and-privacy.md): Understand how Trusty handles LLM-based interactions, what data is passed to the model, and the security and privacy controls in place.
- [Description Autocomplete](https://docs.decube.io/trusty-ai/copilots-autocomplete.md): The new AI-powered features in the Catalog are designed to help organizations streamline their data curation process by automatically generating consistent, high-quality descriptions and documentation


---

# Agent Instructions: 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://docs.decube.io/trusty-ai.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.
