> For the complete documentation index, see [llms.txt](https://support.airspacelink.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.airspacelink.com/user-guides/compliance.md).

# Compliance

Ensuring compliance with aviation regulations and internal organizational policies is a cornerstone of safe and lawful drone operations. AirHub Portal facilitates various types of compliance:

#### 1. LAANC Authorizations (from the FAA)

LAANC (Low Altitude Authorization and Notification Capability) authorization from the FAA is required if your drone operation is within controlled airspace. If your operation is not within controlled airspace, this authorization is not required.

If your operation is within controlled airspace, you can submit for LAANC authorization directly through the system.

* **Instant Approval:** For eligible operations, instant approval may be available upon submission.
* **Further Coordination:** If your operation requires further coordination from the FAA, you can submit for that through our system. Please note that such requests require a 72-hour notice period for processing.

Additionally, when submitting for LAANC, you can toggle on the **Variable Height** feature. This allows you to adjust authorizations to maximum grid ceiling heights for automatic approval, while respecting those heights during operation.

#### 2. Internal Approvals

AirHub<sup>®</sup> Portal supports internal approval workflows to ensure operations align with company policies and safety protocols. In order for an operator to submit an operation for approval, the designated reviewer must be assigned a user role of "Manager". Managers have access to review and approve operations. This process helps maintain enhanced safety and compliance before an operation can proceed.

#### 3. UTM (Unmanned Aircraft System Traffic Management)

*(Coming Soon)* AirHub Portal is actively working to integrate UTM capabilities, which will provide advanced traffic management features for complex airspace environments.

<div data-full-width="true"><figure><img src="https://1012157306-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F00gpSr827Gq5Cwipy8W9%2Fuploads%2FbkZknjrsDLAuxeVFDwuc%2Fimage.png?alt=media&amp;token=67aabc50-8165-4449-9f59-2bb333f2813a" alt=""><figcaption></figcaption></figure></div>


---

# 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://support.airspacelink.com/user-guides/compliance.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.
