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

# ACKNOWLEDGEMENT

- [Introduction](https://docs.intranet.ai/acknowledgement/introduction.md): Acknowledgement is the intranet.ai tool for requesting confirmation of content consultation, ensuring colleagues read key documents, pages, and news on the intranet.
- [Hosting options](https://docs.intranet.ai/acknowledgement/hosting-options.md): This page provides information about the available hosting options.
- [Requirements](https://docs.intranet.ai/acknowledgement/requirements.md): This page specifies the necessary requirements for setting up the Acknowledgement system.
- [Installation](https://docs.intranet.ai/acknowledgement/installation.md): Here you can find some useful information about the installation process and post-installation actions.
- [Installation process](https://docs.intranet.ai/acknowledgement/installation/installation-process.md): This section describes the main steps of the installation process.
- [Actions following the installation](https://docs.intranet.ai/acknowledgement/installation/actions-following-the-installation.md): This section describes the activities that follow the installation.
- [Features](https://docs.intranet.ai/acknowledgement/features.md): This section consists of two subpages where the features of Acknowledgement are explained in detail.
- [Acknowledgement for documents](https://docs.intranet.ai/acknowledgement/features/acknowledgement-for-documents.md): This page explains how to request confirmation of document consultation.
- [Acknowledgement for pages and news](https://docs.intranet.ai/acknowledgement/features/acknowledgement-for-pages-and-news.md): This page explains how to request confirmation of consultation for intranet pages and news.
- [Use cases](https://docs.intranet.ai/acknowledgement/use-cases.md): Our Acknowledgement tool has a wide range of use cases across various industries and organizational needs. Here are some of the potential use cases.
- [Releases](https://docs.intranet.ai/acknowledgement/releases.md)
- [Version 1.1](https://docs.intranet.ai/acknowledgement/releases/version-1.1.md): Here you can find the changes included in this release
- [Version 1.2](https://docs.intranet.ai/acknowledgement/releases/version-1.2.md): Here you can find the changes included in this release
- [Version 1.3](https://docs.intranet.ai/acknowledgement/releases/version-1.3.md): Here you can find the changes included in this release
- [Version 1.4](https://docs.intranet.ai/acknowledgement/releases/version-1.4.md): Here you can find the changes included in this release


---

# 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.intranet.ai/acknowledgement.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.
