> 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.md).

# Administration

- [Seats](https://help.felt.com/administration/licenses.md): How seats work in Felt — Full Access seats, Viewer seats, and how they relate to permissions.
- [Permissions](https://help.felt.com/administration/felt-permissions.md): Reference page listing out all permissions per role
- [Workspaces and projects](https://help.felt.com/administration/workspaces-and-projects.md): Manage team workspaces and organize collaborative mapping projects.
- [Managing members](https://help.felt.com/administration/managing-members.md): Add team members and assign appropriate roles and permissions in your workspace.
- [Logging in](https://help.felt.com/administration/logging-in.md): How to log in to Felt on desktop and in the Field App, and how to make sure you land in the right workspace.
- [Personal plan](https://help.felt.com/administration/personal-plan.md): Felt's free Personal plan — for personal mapping, never commercial use.
- [For classrooms](https://help.felt.com/administration/for-classrooms.md): Use this doc to set up your classroom on Felt and learn about key Felt resources for educators.
- [For nonprofits](https://help.felt.com/administration/for-nonprofits.md): Empowering nonprofits with accessible GIS technology. Join over 200 nonprofit organizations worldwide using Felt today.
- [Single sign-on (SSO)](https://help.felt.com/administration/single-sign-on-sso.md): Implement secure authentication for your team.
- [Regional hosting](https://help.felt.com/administration/regional-hosting.md): Meet your organization's compliance requirements with regional data hosting options.
- [Self-hosted Felt](https://help.felt.com/administration/self-hosted-felt.md): Felt can run in your own private cloud
- [Billing](https://help.felt.com/administration/billing.md): Learn about Felt billing and usage for your organization.
- [Data processing](https://help.felt.com/administration/data-processing.md): How data processing is measured in Felt, what counts toward your monthly total, and how to stay within your plan's limits.
- [Security and privacy](https://help.felt.com/administration/security-and-privacy.md): Learn about Felt's security and privacy.


---

# 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.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.
