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

# Getting started with your FlytBase Account

- [Creating a FlytBase Profile](https://docs.flytbase.com/getting-started-with-your-flytbase-account/creating-a-flytbase-profile.md): A guide on creating a new FlytBase profile or logging in to an existing profile.
- [Enterprise Single Sign-On (SSO)](https://docs.flytbase.com/getting-started-with-your-flytbase-account/enterprise-single-sign-on-sso.md)
- [Creating an Organization](https://docs.flytbase.com/getting-started-with-your-flytbase-account/creating-an-organization.md): Learn more about organization creation and management with role-based access control and the ability to manage organizations.
- [Joining an Organization](https://docs.flytbase.com/getting-started-with-your-flytbase-account/joining-an-organization.md)
- [Managing Your Organization](https://docs.flytbase.com/getting-started-with-your-flytbase-account/managing-your-organization.md)
- [Roles and Permissions](https://docs.flytbase.com/getting-started-with-your-flytbase-account/roles-and-permissions.md)
- [Site Management](https://docs.flytbase.com/getting-started-with-your-flytbase-account/site-management.md): Learn how to configure a site and give members in your organization selective access for the registered devices for each site.
- [Setup Private Cloud Storage (AWS S3)](https://docs.flytbase.com/getting-started-with-your-flytbase-account/setup-private-cloud-storage-aws-s3.md): Follow the instructions in this guide to set up your private cloud storage using AWS S3 and enable media storage on a secure Cloud for your autonomous BVLOS drone operations.


---

# 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://docs.flytbase.com/getting-started-with-your-flytbase-account.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.
