> For the complete documentation index, see [llms.txt](https://support.waderaviation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.waderaviation.com/quick-start/feed/sharing-a-flight.md).

# Sharing a Flight

After logging a flight, you can share it to the Feed so other pilots can see your route, aircraft, and operational details.

{% hint style="info" %}
Your flights are **never shared to the Feed automatically**. Nothing is posted without your action and confirmation. You are always in full control of what you share.
{% endhint %}

***

## How to Share a Flight

1. Open the flight you want to share from your **Logbook**.
2. On the flight detail screen, tap the **Share to Feed** option.
3. Optionally add a **caption** to describe the flight.
4. Optionally attach a **photo**.
5. Tap **Confirm** — your flight post will appear in the community Feed.

<figure><img src="/files/aGU9flviLRZuxJYOivg6" alt="New post selector" width="200"><figcaption><p>Select the type of post to share to the Feed</p></figcaption></figure>

***

## What Appears in Your Shared Post

| Field                     | Notes                                     |
| ------------------------- | ----------------------------------------- |
| **Aircraft model**        | The type you logged for that flight       |
| **Departure airport**     | ICAO/IATA code and city name              |
| **Arrival airport**       | ICAO/IATA code and city name              |
| **Departure time**        | UTC                                       |
| **Arrival time**          | UTC                                       |
| **Total flight duration** | Block-to-block time                       |
| **Threats**               | Threats selected at departure and arrival |
| **Caption**               | Your optional caption                     |
| **Photo**                 | Your optional attached photo              |

***

## Deleting a Shared Post

Open the post in the Feed and tap the **delete** option. This option is only visible to the author of the post.

{% hint style="info" %}
Deleting a shared post removes it from the Feed only. Your original logbook entry is not affected.
{% endhint %}


---

# 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://support.waderaviation.com/quick-start/feed/sharing-a-flight.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.
