> For the complete documentation index, see [llms.txt](https://developers.felt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.felt.com/js-sdk-api-reference/elements.md).

# Elements

***

The Felt SDK lets you read, create and update elements on the map.

Elements that are created via the SDK are only available to the current\
session - they are not persisted to the map and not available to other users\
of the map.

> If you want to let your users create elements (as opposed to using the SDK to\
> create them programmatically), you can use the [ToolsController](/js-sdk-api-reference/tools/toolscontroller.md) to\
> select and configure the drawing tools in Felt.

## Controller

* [ElementsController](/js-sdk-api-reference/elements/elementscontroller.md)

## Interfaces

* [PlaceElementCreate](/js-sdk-api-reference/elements/placeelementcreate.md)
* [PathElementCreate](/js-sdk-api-reference/elements/pathelementcreate.md)
* [PolygonElementCreate](/js-sdk-api-reference/elements/polygonelementcreate.md)
* [CircleElementCreate](/js-sdk-api-reference/elements/circleelementcreate.md)
* [MarkerElementCreate](/js-sdk-api-reference/elements/markerelementcreate.md)
* [HighlighterElementCreate](/js-sdk-api-reference/elements/highlighterelementcreate.md)
* [TextElementCreate](/js-sdk-api-reference/elements/textelementcreate.md)
* [NoteElementCreate](/js-sdk-api-reference/elements/noteelementcreate.md)
* [ImageElementCreate](/js-sdk-api-reference/elements/imageelementcreate.md)
* [PlaceElementRead](/js-sdk-api-reference/elements/placeelementread.md)
* [PathElementRead](/js-sdk-api-reference/elements/pathelementread.md)
* [PolygonElementRead](/js-sdk-api-reference/elements/polygonelementread.md)
* [CircleElementRead](/js-sdk-api-reference/elements/circleelementread.md)
* [MarkerElementRead](/js-sdk-api-reference/elements/markerelementread.md)
* [HighlighterElementRead](/js-sdk-api-reference/elements/highlighterelementread.md)
* [TextElementRead](/js-sdk-api-reference/elements/textelementread.md)
* [NoteElementRead](/js-sdk-api-reference/elements/noteelementread.md)
* [ImageElementRead](/js-sdk-api-reference/elements/imageelementread.md)
* [LinkElementRead](/js-sdk-api-reference/elements/linkelementread.md)
* [PlaceElementUpdate](/js-sdk-api-reference/elements/placeelementupdate.md)
* [PathElementUpdate](/js-sdk-api-reference/elements/pathelementupdate.md)
* [PolygonElementUpdate](/js-sdk-api-reference/elements/polygonelementupdate.md)
* [CircleElementUpdate](/js-sdk-api-reference/elements/circleelementupdate.md)
* [MarkerElementUpdate](/js-sdk-api-reference/elements/markerelementupdate.md)
* [HighlighterElementUpdate](/js-sdk-api-reference/elements/highlighterelementupdate.md)
* [TextElementUpdate](/js-sdk-api-reference/elements/textelementupdate.md)
* [NoteElementUpdate](/js-sdk-api-reference/elements/noteelementupdate.md)
* [ImageElementUpdate](/js-sdk-api-reference/elements/imageelementupdate.md)

## Type Aliases

* [ElementCreate](/js-sdk-api-reference/elements/elementcreate.md)
* [ElementUpdate](/js-sdk-api-reference/elements/elementupdate.md)

## Element Groups

* [ElementGroup](/js-sdk-api-reference/elements/elementgroup.md)
* [GetElementGroupsConstraint](/js-sdk-api-reference/elements/getelementgroupsconstraint.md)
* [ElementGroupChangeCallbackParams](/js-sdk-api-reference/elements/elementgroupchangecallbackparams.md)

## Elements

* [GetElementsConstraint](/js-sdk-api-reference/elements/getelementsconstraint.md)
* [ElementChangeCallbackParams](/js-sdk-api-reference/elements/elementchangecallbackparams.md)
* [Element](/js-sdk-api-reference/elements/element.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.felt.com/js-sdk-api-reference/elements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
