> For the complete documentation index, see [llms.txt](https://docs.verge.aero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.aero/drone-show-software/verge-web-portal/creating-and-submitting-flight-authorizations.md).

# Creating and submitting Flight Authorizations

Verge's Flight Authorization system allows us to help customers fly safe shows. Shows can be created against flight authorizations and, once approved, allow Verge customers to render shows which can then be uploaded and flown on a customer's drones via the [Console](/drone-show-software/verge-console.md).

To create a Flight Authorization, create a new show from the Shows workspace or navigate to the Fleet workspace -> Flight Authorization tab to create one independent of a Show.

<figure><img src="/files/dgKiRNcJoQeBiJ1rqB13" alt=""><figcaption><p>A new authorization being created while creating a show in the Shows workspace</p></figcaption></figure>

Alternatively, as mentioned above, you can also create a flight authorization from the Fleet workspace -> Flight Authorizations page, pictured below.

<figure><img src="/files/bRrbERJ4a7uwQbPjZoPk" alt=""><figcaption><p>Creating a new flight authorization from the Fleet workspace -> flight authorizations tab.</p></figcaption></figure>

The Flight Authorization map will also render relevant UAS grids, controlled airspace, restricted flight areas, and more.

<figure><img src="/files/FdsyeyOy80LqSi0LTpq3" alt=""><figcaption><p>UAS grids near a Flight Authorization geofence</p></figcaption></figure>

After action has been taken on your flight authorization request, you will receive an email updating you on the status, whether it was Approved or Denied. Many flight authorizations, especially those outside controlled airspace, will be automatically approved. But if your flight authorization falls within controlled airspace, you will have to wait for a Verge administrator to review and approve or deny. If you are denied, we will provide further steps to ensure a safe flight. Once your flight authorization is approved, you will then be able to render shows against it to fly. For more information on creating shows, see [here](/drone-show-software/verge-web-portal/shows/creating-and-rendering.md).

<figure><img src="/files/EP6b0c1iuI1iTTNjV8Db" alt=""><figcaption><p>Automatic Flight Authorization approval due to flight auth falling outside controlled airspace.</p></figcaption></figure>


---

# 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.verge.aero/drone-show-software/verge-web-portal/creating-and-submitting-flight-authorizations.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.
