> 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/dashboards/report-library/data-source-dashboards/shipbob.md).

# ShipBob

## Overview

This dashboard enables you to analyze your raw ShipBob data in Daasity. You can use it to track shipping volume and costs over time and to see recent statuses of pending shipments.

<figure><img src="/files/u3Y5q54u0zx8x2J7B1WM" alt=""><figcaption></figcaption></figure>

## Setup

{% tabs %}
{% tab title="Enterprise accounts" %}
If you have an **Enterprise** account, please reach out to <support@daasity.com> to help you set up the explore and dashboard. Or, if you have developer access in Looker, you can simply add the following line of code to your addons.lkml file:

```
include: "//base_daasity/**/integration/shipbob/*"
```

Once enabled, just search for "ShipBob" using the search bar in Looker.
{% endtab %}

{% tab title="Growth accounts" %}
If you have a **Growth** account, you just need to set up the ShipBob integration and trigger a history load. Once you do this, you will see this dashboard in your dashboard list.
{% endtab %}
{% endtabs %}

## Data sources

All of the visualizations in this dashboard use the **ShipBob** explore.&#x20;

## Important things to know

### Discrepancies due to data lag <a href="#discrepancies-due-to-data-lag" id="discrepancies-due-to-data-lag"></a>

We pull the data to populate this dashboard during your nightly workflow — typically at midnight in your Daasity account's timezone. This means if there are any updates to the data between when the data is extracted and when you view the report, there will be a discrepancy between the data in Daasity and the data in your ShipBob UI.


---

# 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/dashboards/report-library/data-source-dashboards/shipbob.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.
