> For the complete documentation index, see [llms.txt](https://au-dohp.gitbook.io/au-dohp-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://au-dohp.gitbook.io/au-dohp-docs/au-dohp-user-manual/data-product/inspection-chatbot-and-access-management.md).

# Inspection, Chatbot and Access Management

Review your data product’s flow and history, get instant chatbot support, and manage access seamlessly for secure collaboration.

{% embed url="<https://drive.google.com/file/d/1jZkRqrtWORygf4avvxrIj04-WxhPXOeW/view?usp=drive_link>" %}

{% tabs %}
{% tab title="Inspecting Data Product" %}

1. Head to "**Data Products**"
2. Select the desired "**Data Product**"
3. Depending on whether you own the product or not, you can chose any of the following exploratory options :
   1. For general assessment :
      * [x] General
      * [x] Input Ports
      * [x] Output Ports
      * [x] Audit Trail
      * [x] Governance
   2. For visual investigation :
      * [x] Map
      * [x] Execution
      * [x] Data Model
      * [x] Charts
      * [x] History
        {% endtab %}

{% tab title="Leveraging Chatbot" %}

1. Click on a **data product** from the list and then click on the **Chat icon**
2. Type your message in the input field and or select one of the **suggested questions**
3. Press "**Enter**"
   {% endtab %}

{% tab title="Managing Access" %}

1. Click on "**Data Products**"
2. Select the Data Product of your choice
3. Click on "**Request Access**"
4. State your purpose
5. Hit "**Apply for Access**"
   {% endtab %}
   {% endtabs %}


---

# 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://au-dohp.gitbook.io/au-dohp-docs/au-dohp-user-manual/data-product/inspection-chatbot-and-access-management.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.
