> For the complete documentation index, see [llms.txt](https://help.felt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.felt.com/getting-started/managing-data.md).

# Managing data

Felt is built around layers. Every dataset you bring onto a map becomes a layer you can style, filter, edit, and share. This page is a map of what you can do with data in Felt. Each section links to the canonical page for more detail.

## 1. Getting data into Felt

#### Option A: upload a file

Drag and drop files onto a map, or use **Upload Anything** in the toolbar. See [Files](/upload-anything/files.md) for supported formats and size limits.

#### Option B: add via URL

Felt can read data directly from public URLs, including Google MyMaps, Google Sheets, XYZ tiles, ESRI services, and OGC services. See [URLs](/upload-anything/urls.md).

#### Option C: connect a cloud source (Enterprise)

Enterprise customers can connect databases, warehouses, object storage, and OGC/ESRI services as first-class workspace data sources. See [Cloud sources](/data-sources/cloud-sources.md) for the full list and setup.

#### Option D: create a new layer (Professional and Enterprise)

Create vector data directly in Felt with no source file required. See [Editing layers](/layers/editing-layers.md).

## 2. Inspecting data layers

Every vector layer has a table view that shows attribute data in a spreadsheet-like format, with sorting, filtering, searching, and selection linked to the map. See [Table view](/layers/table-view.md).

## 3. Keeping data up-to-date

Any layer can be refreshed with a new version of its underlying data without losing styling or configuration. Enterprise layers from cloud sources can refresh on a schedule. See [Refreshing data](/layers/refreshing-data.md).

## 4. Editing data (Professional and Enterprise)

On Professional and Enterprise plans you can edit geometry and attributes directly on the map or in the table view, with real-time collaboration across the workspace. See [Editing layers](/layers/editing-layers.md).

## 5. Maintain your team's data

**Felt Servers** are catalogs of published, styled, ready-to-reuse layers that anyone with access can drop onto a map. See [Felt Servers](/data-sources/felt-servers.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://help.felt.com/getting-started/managing-data.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.
