> For the complete documentation index, see [llms.txt](https://docs.gatenox.com/gatenox-hub-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gatenox.com/gatenox-hub-wiki/compliance-cloud-how-to/risk-assessment/document-ai.md).

# Document AI

Unleash the potential to effortlessly summarize complex documents, seamlessly translate content, ask targeted questions, and pinpoint review data. With Gatenox, harness the power of AI for a smarter and more efficient document management experience.

<figure><img src="/files/3b0sHLeT5BP03OiPhbk7" alt=""><figcaption><p>Document AI - summary</p></figcaption></figure>

With the "Document AI" feature the Compliance Officer can:

1. Summarize Document: Document AI in Gatenox leverages advanced algorithms to distill the key information from your documents, providing concise and insightful summaries.
2. Translate document: Gatenox's Document AI seamlessly translates documents, breaking down language barriers and enabling effective communication across diverse audiences.
3. Find review data in the document: Gatenox Document AI is equipped to efficiently locate and extract review-related data within documents, enhancing the accuracy and speed of information retrieval for comprehensive analysis.
4. Ask a question to the document: Gatenox Document AI enables users to pose specific questions to documents, extracting relevant information and streamlining the search for precise answers.

<figure><img src="/files/9ZU3vWSmHVy0RGg499sW" alt=""><figcaption><p>Document AI - ask questions</p></figcaption></figure>


---

# 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.gatenox.com/gatenox-hub-wiki/compliance-cloud-how-to/risk-assessment/document-ai.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.
