# How to integrate your software with Dashdoc

Depending on the nature of your software and the target usage of your software with Dashdoc, various webservices will be used.

First of all, have a read at the following sections. This will save time in your discovery of how to integrate with Dashdoc.

* Core API concepts are presented in very short articles to help you with authentication, data and requests formats.

{% content-ref url="/pages/kT5ngzKyuHkGrh6oK5BO" %}
[Core API concepts](/docs/get-started/core-api-concepts.md)
{% endcontent-ref %}

* Main Models is **mandatory reading** that will help you understand how transport industry concepts are conceived and represented is Dahsdoc.

{% content-ref url="/pages/224cUBbBr6j4l4hQWftD" %}
[Understand the data model](/docs/get-started/understand-the-data-model.md)
{% endcontent-ref %}

* A quick setup tutorial will guide you through your first request to create transports and retrieve data from Dashdoc.

{% content-ref url="/pages/w14X8tguj2gEcMfWHwxS" %}
[Setup](/docs/integrate-your-software/setup.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/how-to-integrate-your-software-with-dashdoc.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.
