> For the complete documentation index, see [llms.txt](https://help.aphex.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aphex.co/docs/frequently-asked/faqs/why-cant-i-upload-an-image-for-my-location.md).

# Why can't I upload an image for my Location?

Locations are used to track where each Task is physically happening. There are a few reasons why you may not be able to upload an image for a Location:

<img src="/files/j9Pa5lM4ACQ4Gnyy1cug" alt="" data-size="line"> **File Type**

You won't be able to upload an image for your Location if it's not a supported file type. These are the supported file types:

* JPEG
* PNG
* PDF - Only single page PDFs will successfully upload
* TIFF

<img src="/files/49j6bP3zKhN05hHGomtg" alt="" data-size="line"> **Project Role**

You will need to hold the role of Project Admin in order to upload a Location.

<img src="/files/KBQWAUD6UXqGIxUQp6hs" alt="" data-size="line"> **Location Type**

You may have created a Map Space Location or an Off-Site Location, to upload an image, you'll need to create a **Drawing Location** first.

{% hint style="info" %}
Want to know how to create a Location? [Head here](broken://pages/dZkzGA78y4FBqmtADajU#h_821fedf41b)!
{% 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://help.aphex.co/docs/frequently-asked/faqs/why-cant-i-upload-an-image-for-my-location.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.
