> 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/editing/adding-photos.md).

# Adding Photos

Upload photos by dragging and dropping RAW files or JPEGs into Fotello.

Previews load right away so you can sanity-check the set.

### Add photos

{% stepper %}
{% step %}

#### Create a new listing

Click on the [New Listing](https://app.fotello.co/dashboard/new-listing) tab in the left navigation panel.

Enter the property address to start creating a new listing.<br>

<figure><img src="/files/PdRH8bNCivSnsXZqUKtn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Add your photos to the listing

Drag your photos into Fotello, straight from your SD card or desktop. Drop them anywhere in the upload area.

You can also click on the pink 'Browse Files' button and select your photos from the pop-up window.

{% hint style="info" %}
**Pro tip**

You can upload from your phone or tablet on-site for instant delivery.

Start the upload on Wi-Fi or cellular while you’re still at the property.
{% endhint %}
{% endstep %}

{% step %}

#### Confirm previews

Wait for thumbnails to appear. Spot-check that every bracket set made it in.
{% endstep %}

{% step %}

#### Add more photos from a different device or file location

If you want to add more photos before you start Enhancing, you can click on the "Add more photos" button at the bottom left.

<figure><img src="/files/74E91W0Aeo1T9Z03rNAz" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Best practices

* **Keep filenames as is.** Don’t rename files or strip metadata. Fotello uses EXIF capture time to auto-group brackets.
* **No need to pre-process anything.** Skip Lightroom exports, resizing, and color tweaks. Upload RAW files straight from camera.

{% hint style="warning" %}

#### Troubleshooting: Missing previews

Previews come from the embedded thumbnail in your RAW file. If thumbnails don’t show up, your files can still edit.

Try these quick checks:

* **Camera settings:** Some cameras can disable embedded RAW previews. Turn it back on for future shoots.
* **Browser:** Brave and other privacy browsers can block previews. Use Chrome for best results.
* **Extensions:** Ad/script blockers can interfere. Disable them, then refresh.

If it still looks off, try an incognito window. Or message our team and we’ll help you sort it fast.
{% 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/editing/adding-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.
