# For developers

There are a variety of ways to interact with Felt’s modern GIS platform outside of the user interface. They can be grouped into two buckets: tools for programmatically creating and modifying maps, and tools for building custom experiences for map viewers. These tools can be used to solve distinct challenges and also be used in tandem with one another.

Visit our [Developer docs](https://developers.felt.com/) to access comprehensive documentation, code examples, and guides to get started.

### Create and modify maps with the REST API

{% embed url="<https://www.youtube.com/watch?v=ANj2c4fY2go>" %}

Felt’s [**REST API**](https://developers.felt.com/rest-api/getting-started) allows editors to interact with the Felt platform via code, performing actions such as creating new maps, adding data to maps, styling layers, and more. The REST API can be leveraged from any environment that is capable of sending GET and POST requests.

For Python users, interactions with the REST API are simplified through the [**`felt-python`**](https://github.com/felt/felt-python) **module**, which can be installed with `pip` and used to call the REST API endpoints directly from Python functions.

### Create custom applications with the JS SDK

{% embed url="<https://www.youtube.com/watch?v=bHHPsuK3xO8>" %}

Felt’s user interface allows a large amount of customization, offering the ability to generate complex cartographic designs, adding components to create a dashboard, and much more.

However, sometimes application developers need further control over the experience of viewing and/or interacting with a map. For example, they may want to run custom logic after a user clicks on a feature in a layer, or animate data on the map based on other types of user input elsewhere on the webpage. For these situations and many more, Felt’s [**JavaScript SDK**](https://developers.felt.com/js-sdk/getting-started) allows developers to load a Felt map into their application while providing opportunities to hook into the interaction loop and more broadly customize the experience of the map viewer.


---

# 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://help.felt.com/dashboards-and-apps/for-developers.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.
