# Setup

Here are a few tutorials you can follow to have a testing environment set up:

{% content-ref url="/pages/zhbGt8zASbc0pHIvEnlZ" %}
[Create a sandbox account](/docs/integrate-your-software/setup/creating-a-sandbox-account.md)
{% endcontent-ref %}

{% content-ref url="/pages/Nr1pz0NrQtuhEBO7vEAb" %}
[Get the API token](/docs/integrate-your-software/setup/get-the-api-token.md)
{% endcontent-ref %}

{% content-ref url="/pages/99dRRhay2h8sZbQ4G4SQ" %}
[Make an authenticated request](/docs/integrate-your-software/setup/make-an-authenticated-request.md)
{% endcontent-ref %}

### Create you first transport

{% content-ref url="/pages/-LvnuyBXCIVw5DSboj42" %}
[Create a simple transport as a shipper](/docs/use-cases-and-tutorials/shippers-erp-wms/as-a-shipper.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LvkXQypTrMDbc4txWd3" %}
[Create a simple transport as a carrier](/docs/use-cases-and-tutorials/carriers/as-a-carrier.md)
{% endcontent-ref %}


---

# 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://developer.dashdoc.com/docs/integrate-your-software/setup.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.
