> For the complete documentation index, see [llms.txt](https://docs.flytbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flytbase.com/getting-started-with-your-flytbase-account/site-management.md).

# Site Management

A **Site** is a logical grouping of Members, Devices, and Missions within FlytBase. Sites let you organize operations into self-contained units, typically by physical location, business unit, or project, so each team works only with the resources relevant to them.

Each Site is pinned to a **geographical marker**, focusing Members on operations within a defined area.&#x20;

{% hint style="info" %}
Members(Users assigned to the site) can only perform operations on the sites they belong to. This keeps each team's work isolated and prevents accidental changes to resources outside their scope.
{% endhint %}

{% hint style="warning" %}
Configuring a Site with the desired Devices, Missions, and Members is a mandatory process for flight operations.
{% endhint %}

### Who can manage Sites

| Role  | View Sites                          | Create / edit / delete Sites |
| ----- | ----------------------------------- | ---------------------------- |
| Owner | Yes                                 | Yes                          |
| Admin | Yes                                 | Yes                          |
| User  | Yes (only the sites they belong to) | No                           |

{% hint style="info" %}
If a User isn't on any Site, they won't see any Site-scoped data in Operations. Owners and Admins always see every Site, regardless of which Sites they're listed on.
{% endhint %}

### Why use Sites

* **Scoped access** — Members(Users assigned to the site) in an organization can only perform operations on the sites they are part of. This keeps each team's work isolated and prevents accidental changes to resources outside their scope.
* **Geographical focus** — A Site's geographical marker anchors the team's operations to a defined area, making it easier to plan and monitor Missions within that region.
* **Cleaner organization** — Grouping Devices, Members, and Missions per Site reduces clutter and makes large Fleets easier to manage.

<figure><img src="/files/neApAojOJcWPiVeStxbO" alt=""><figcaption><p>Site Management</p></figcaption></figure>

### The Default Site

When your organization is first created, FlytBase automatically adds one Site named **Site 01**:

* The organization Owner is its only Member.
* It has no location set, so it's marked with a caution icon on the Sites list until an Admin or Owner edits it and marks a point on the map.

<figure><img src="/files/tmzhzfDSqFKPVp4D074X" alt=""><figcaption><p>Mission caution icon as no location set </p></figcaption></figure>

* You can rename it, change its location, or assign new Members and devices at any time.
* You can't delete it while it's your only Site — your organization must always have at least one Site.

## Navigating to Sites

Sites live in the **Sites** tab of the Operations app's navigation drawer. The list shows every site you have access to, with a quick view of how many devices, missions, and members are on each one, and who last modified it.

* Navigate to the 'Sites' tab inside the 'Navigation Drawer'.

<figure><img src="/files/U2QZQUgnkpWdMh3Lsfnk" alt=""><figcaption><p>Site Management</p></figcaption></figure>

<figure><img src="/files/R2ylEj21lrR8YGudz5pU" alt=""><figcaption><p>Default Site</p></figcaption></figure>

{% hint style="info" %}
You cannot delete the default site, as an organization must have at least one site to perform operations.
{% endhint %}

## Creating a New Site

* To create a new Site, click on the '<img src="/files/ICj6TVdQsEkuThcwKYcX" alt="" data-size="line">' button.

<figure><img src="/files/nAUOdRPXT9rxk9a25n1a" alt=""><figcaption><p>New Site</p></figcaption></figure>

* Refer to the following steps while creating a new 'Site':
  1. Assign a name for the Site.
  2. Pan and zoom the map until your Site's location is centered and visible, then left-click on the map to place the marker. This marker anchors the site geographically and is used for mission planning and operational focus, so make sure the map is positioned correctly *before* you click.
  3. Add registered devices that need to be assigned to the Site. There is no limit to the number of Devices that can be added to a Site.\
     Note: Site Members can only operate devices assigned to their particular Site.
  4. Assign Members to the particular Site.

{% hint style="info" %}
&#x20;Members in an organization can only perform operations on those Sites they are part of.
{% endhint %}

{% hint style="info" %}
Use a separate Site for each physical location or each fleet you want to manage independently. A drone or dock should never be assigned across Sites.
{% endhint %}

{% hint style="success" %}
A 'Device' can only be added to a single Site.
{% endhint %}

<figure><img src="/files/FU3ro5iiHabQSuTpUEhc" alt=""><figcaption><p>Site Management</p></figcaption></figure>

{% hint style="info" %}
Only Admins and Owners within an organization can Create or Edit a Site on the dashboard.
{% endhint %}

<figure><img src="/files/UAOnj7SYAoXQGdb6MjJV" alt=""><figcaption><p>Creating a New Site</p></figcaption></figure>

### Editing configurations for a Site

* Left-click on the <img src="/files/zETLku5nd7BlrVVUSArj" alt="" data-size="line">icon for a particular Site and then select the 'Edit' option.
* Easily modify configurations for a particular Site, such as Location, assigned Devices, or Members.

<figure><img src="/files/QQJc1l5WY04WnmwC7Mbf" alt=""><figcaption><p>Editing configurations of a Site</p></figcaption></figure>

### Assigning Missions for a Site

* To assign Missions to a particular Site, refer to the following documentation:

{% content-ref url="/pages/Dj4SjoUKykqp8dMsNUIH" %}
[Mission Planning](/pre-flight-modules/planning/mission-planning.md)
{% endcontent-ref %}

## Best Practices

* Create Sites for different drone and dock fleets registered on the dashboard, where each setup is located at various locations.&#x20;
* Assign Members to specific Sites to ensure a seamless Fleet management experience.
* Ensure that every new device has been assigned to a Site.


---

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

```
GET https://docs.flytbase.com/getting-started-with-your-flytbase-account/site-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
