# Introduction

The Dealermesh platform is what all you will need to support the various tools on the industry on your website. You don't need to work on integrating into any one of the service providers and just concentrate on the website's UI design, HTML and css.

All we need from you is a set of API keys and credentials that you have received from the service provider. Configure them in the Dealermesh console and you are good to go.

The platform provides the following:

* A set of abstract standardized apis for the different services, like payments/quotes, trade, credit etc.
* A set of UI components and libraries that you can use to build your UI. These components or libraries will encapsulate all the integrations as well ass add basic website specific functionality, like analytics, tagging, ADA/WCAG compliance etc.

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


---

# 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.dealermesh.com/setup/introduction.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.
