> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/core-concepts/data-models/data-explores/source-specific/okendo-reviews-explore.md).

# Okendo Reviews Explore

## Overview

This explore allows you to deep-dive into the data extracted by our [Okendo integration](/core-concepts/data-integrations/setup-guides/digital-integrations/okendo.md). You can slice and dice review data by time, products, and reviewers.&#x20;

## Setup

<details>

<summary>Growth accounts</summary>

If you have a **Growth** account, you just need to [set up the Okendo integration](https://help.daasity.com/extract/integrations/okendo-beta/integration-setup) and trigger a history load. Once you do this, you will see the Okendo Reviews explore in your explore list:

![](/files/xhYkeXKXHQBUYYVpXrun)

</details>

<details>

<summary>Enterprise accounts</summary>

If you have an **Enterprise** account, please reach out to <support@daasity.com> to help you set up the explore.&#x20;

Or, if you are using our [Hub & Spoke Looker setup](/core-concepts/bi-tools/looker/advanced-developer/daasity-hub-and-spoke-introduction.md), you can simply add the following line of code to your addons.lkml file:

<pre><code><strong>include: "//base_daasity/**/integration/okendo/*"
</strong></code></pre>

Once enabled, it will be available in the explore menu alongside other Daasity explores:

![](/files/o6LLV4JPnXL1EdEmy0qz)

</details>

## Explore contents

The **Products** view contains product details for reviewed products. These details represent the latest values from your Shopify store.

Note: We are unable to join in your SKU Attributes or SKU Hierarchy details in this explore because we do not get SKU-level identifiers in the raw Okendo data.

<div align="left"><figure><img src="/files/7yi7tLTi6m2Wi5YxdcK8" alt="" width="341"><figcaption></figcaption></figure></div>

The **Reviews** view contains review information provided by Okendo.&#x20;

<div align="left"><figure><img src="/files/BwRqaEOVSTfzT3GAH4dL" alt=""><figcaption></figcaption></figure></div>

For more information about specific fields, hover over the field and click the `i` icon:

<div align="left"><figure><img src="/files/lKylu37qRO6QHVHXEqru" alt=""><figcaption></figcaption></figure></div>


---

# 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://help.daasity.com/core-concepts/data-models/data-explores/source-specific/okendo-reviews-explore.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.
