> 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/upload-anything.md).

# Upload Anything

- [Files](https://help.felt.com/upload-anything/files.md): Upload GIS files to Felt with support for multiple formats including Shapefiles, GeoJSON, and KML.
- [URLs](https://help.felt.com/upload-anything/urls.md): Connect to external map services and data sources by adding data directly from URLs.
- [Spreadsheets](https://help.felt.com/upload-anything/spreadsheets.md): Upload and map Excel, CSV and Google Sheets data for location-based visualization.
- [Raster and imagery](https://help.felt.com/upload-anything/raster-and-imagery.md): Add satellite imagery, aerial photos, and other raster data to your Felt maps.
- [Connecting ESRI services](https://help.felt.com/upload-anything/connecting-esri-services.md)
- [QGIS plugin](https://help.felt.com/upload-anything/qgis-plugin.md): Connect Felt with QGIS using our plugin for seamless data transfer between platforms.
- [Troubleshooting](https://help.felt.com/upload-anything/troubleshooting.md): Solve common data upload issues in Felt with these troubleshooting tips and solutions.
- [Limits](https://help.felt.com/upload-anything/limits.md): Felt is built for geospatial data at scale — up to 50 million features per layer and 500 layers per map.


---

# 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/upload-anything.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.
