> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/photos/personalizing-photos/aerial-pins.md).

# Aerial Pins

Want to spotlight schools, hospitals, airports, and other key landmarks in your aerial shots? Pick from existing pins or upload your own.

<figure><img src="/files/gpotoNO599D00gr9MBqU" alt="" width="375"><figcaption></figcaption></figure>

Select the pin from the **"Aerial Pins"** carousel to place it on your photo, and simply drag it where you want it to be.

#### From there, you can:

* Adjust its size using the double-sided arrow icon on the top left.
* Add text above the pin to name the location you're highlighting.
* Swap it for another pin by clicking the pen icon on the top right and choosing a new one from the "**Aerial Pin"** carousel in the "Adjust" panel.
* Delete it using the bin icon next to the pen.

<figure><img src="/files/a7cIHGGrUlniXVbqFnTF" alt="" width="306"><figcaption><p>Pin controls and functionalities</p></figcaption></figure>

Add as many pins as you need to highlight every important location.

<figure><img src="/files/enkFu1d5rYCrjF6SkUho" alt="" width="563"><figcaption></figcaption></figure>

If you want a clean slate, just hit redo and place your pins again.

<figure><img src="/files/YOnT8XHZa1OVi6YWXilt" alt="" width="375"><figcaption><p>Redo button, circled</p></figcaption></figure>

{% hint style="info" %}
Foton’s auto-bracketing system identifies which photos are exteriors and which are interiors, so the "Aerial Pins" option will appear in the "Adjust" panel only for the exterior shots in your listing.
{% 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, and the optional `goal` query parameter:

```
GET https://uni.fotello.co/photos/personalizing-photos/aerial-pins.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.
