> 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/administration/personal-plan.md).

# Personal plan

Personal is Felt's free plan for mapping that isn't your job — plan a thru-hike, a road trip, a where-we-ate-in-Lisbon map for friends. Unlimited maps, share with up to 22 viewers, free forever.

{% hint style="warning" %}
Personal doesn't include uploading your own data files (Shapefile, GeoTIFF, CSV, GeoJSON, KML). It also can't be used for business of any kind — employer work, client projects, freelance, anything you sell or charge for. If either applies, you'll want [Professional](/administration/billing.md) or [Enterprise](https://felt.com/pricing).
{% endhint %}

## What's included

<table><thead><tr><th width="280">Feature</th><th>Personal</th></tr></thead><tbody><tr><td>Unlimited maps</td><td>✅</td></tr><tr><td>Viewers (workspace-wide)</td><td>Up to 22</td></tr><tr><td>Standard, satellite, dark, and light basemaps</td><td>✅</td></tr><tr><td>Annotations (pins, lines, polygons, notes, routes)</td><td>✅</td></tr><tr><td>Felt's Global Library (regional boundaries, census, imagery)</td><td>✅</td></tr><tr><td>Public and private sharing</td><td>✅</td></tr><tr><td>Real-time collaboration</td><td>✅</td></tr><tr><td>Read comments on maps</td><td>✅</td></tr><tr><td>Browser-based on Mac, Windows, Linux, ChromeOS</td><td>✅</td></tr></tbody></table>

## Get started

[Sign up for Felt](https://felt.com/signup) — no credit card required. New accounts start with a 7-day Professional trial; after that, your account becomes a Personal account unless you upgrade.

For the full feature comparison and pricing details, see <https://felt.com/pricing>.


---

# 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/administration/personal-plan.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.
