# Introduction

The primary use of the DevHub API is to automate the provisioning of [websites](https://www.devhub.com/multisite-platform/), [landing pages](https://www.devhub.com/landing-pages/) and other web experiences that you can produce within the DevHub platform. But it can also be used to sync location and business data from external systems with existing sites or alternatively used to pull reporting and active site data for use in your reporting dashboards.

The DevHub API is organized around [REST](https://en.wikipedia.org/wiki/Representational_state_transfer). Our API has predictable resource-oriented URLs, accepts [JSON-encoded](http://www.json.org/) request bodies, returns [JSON-encoded](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs.

## Getting started

To get started, checkout out our:

* [Getting started guides](/getting-started-guides.md)
* [Code examples](/code-examples.md)


---

# 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://api-docs.devhub.com/master.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.
