# JS SDK

- [Getting started](https://developers.felt.com/js-sdk/getting-started.md)
- [General concepts](https://developers.felt.com/js-sdk/general-concepts.md)
- [Controlling maps](https://developers.felt.com/js-sdk/controlling-maps.md)
- [Working with selection](https://developers.felt.com/js-sdk/working-with-selection.md)
- [Reading entities](https://developers.felt.com/js-sdk/reading-entities.md)
- [Drawing annotations](https://developers.felt.com/js-sdk/drawing-annotations.md)
- [Working with layers](https://developers.felt.com/js-sdk/working-with-layers.md)
- [Layer filters](https://developers.felt.com/js-sdk/layer-filters.md)
- [Building custom charts](https://developers.felt.com/js-sdk/building-custom-charts.md)
- [Map interactions and viewport](https://developers.felt.com/js-sdk/map-interactions-and-viewport.md)
- [Hiding and showing](https://developers.felt.com/js-sdk/hiding-and-showing.md)
- [UI components](https://developers.felt.com/js-sdk/ui-components.md)
- [Integrating with React](https://developers.felt.com/js-sdk/integrating-with-react.md)
- [Sample application](https://developers.felt.com/js-sdk/sample-application.md)
- [Examples](https://developers.felt.com/js-sdk/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://developers.felt.com/js-sdk.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.
