# Testing (important)

## 1. Starting the integration

When starting a new integration it is important to not start directly creating shipments and pickups in the LIVE environment. You should first test your integration in the staging environment of Shiplemon.com and then move to the production environment.

To start with, each request provided in this documentation should be made to the following url

```
https://api-sandbox.shiplemon.com
```

{% hint style="info" %}
&#x20;Before moving to a production environment ensure that you can see all the shipments in the Shiplemon partners dashboard (see below). After having everything in place you can change the url above by removing the "-sandbox"&#x20;
{% endhint %}

## 2. For every request you make you can see the result in the partners dashboard

Every shipment that is created through the API is also available in our brand new partners dashboard.

In the dashboard you can also create shipments, cancel shipments etc.

An example image shows how your dashboard should look like after creating your first shipments.

In the first tests in order to see the dashboard your can open your browser and navigate to the following url. To login you can provide your API key.

```
https://app-sandbox.shiplemon.com
```

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

## 3. Going to production

Once the integration is ready and you have everything in place you can move to the live environments&#x20;

```
https://app.shiplemon.com (Dashboard)
https://api.shiplemon.com (Production/Live API)
```


---

# Agent Instructions: 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:

```
GET https://docs.shiplemon.com/testing-important.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
