> For the complete documentation index, see [llms.txt](https://docs.flip.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flip.to/docs/platform/mission-control/seasonal-photos.md).

# Seasonal photos

Seasonal photos give travelers an aspirational look at your destination throughout the year, and will be used in context of when your audience wants to travel. Set it up in **Platform → Mission Control → Branding**.

These photos will be used in many ways across your platform, like this moment in Discovery where your audience will choose their dates:

<div align="center"><figure><img src="/files/DvM1Uo4VxJgxDjdrHSAE" alt=""><figcaption></figcaption></figure></div>

Or this one, where we send a friendly reminder to re-engage your audience, bringing them back to finish booking their plan:

<figure><img src="/files/8NJmdQx858m620OEVuVu" alt=""><figcaption></figcaption></figure>

## Guidelines

1. Photos should be in landscape orientation, and close to 4:3 ratio.
2. The minimum size for images should be 800x600px or higher.
3. Upload any of these image file types: .jpg, .jpeg, .png, .gif.
4. Provide photos that best represent each season in your area: Winter, Spring, Summer, Fall.
5. Provide at least one photo per season, but 3 or more is better for variety.
6. Photos should be a mix of activities with people and scenic environment shots. The focus area should be near the middle of the image to prevent odd compositions when it is cropped for different displays.

## Tips

{% hint style="success" %}
**Aim** for photos where the subject is near the vertical middle. Photos may get cropped in different ways when displayed and we want to avoid undesirable cropping of heads, etc.
{% endhint %}

{% hint style="warning" %}
**Avoid** photos with watermarks or any other post-processed markings like logos, frames, etc.
{% endhint %}

{% hint style="warning" %}
**Avoid** dimly lit photos.
{% 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://docs.flip.to/docs/platform/mission-control/seasonal-photos.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.
