# Getting started

In this section you'll learn how to quickly build and deploy your first REST API with the API Builder.&#x20;

### Create an API

* Go to the [API Builder Dashboard](https://console.hatchapps.com/dashboard) and click on Create A New API
* Enter a name for your API and a unique path
* Click Create to create the API

![](https://console.hatchapps.com/documentation//assets/images/createapi.PNG)

### Configure the API

On the next screen you'll be able to configure the object types that your API will manage through our API Editor. The default configuration defines a `Posts` resource with three properties and a permission rule that only allows the author of a note full access.

1. Click **Configure** to Configure your API.&#x20;
2. Click **Add Property** to Add your API Property.&#x20;
3. Click **Save** to deploy your API.&#x20;

&#x20;

![Create an API](https://console.hatchapps.com/documentation//assets/images/endpoint.PNG)

&#x20;<br>

![](https://console.hatchapps.com/documentation//assets/images/deploy.PNG)

***

<br>


---

# 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.hatchapps.com/api-builder/getting-started.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.
