> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/design-tools/adding-a-psd-file.md).

# Adding a PSD file

<figure><img src="/files/rQm9w1xeldC6q649Ecmo" alt=""><figcaption></figcaption></figure>

How to add a PSD file

Adding breakpoints

Scaling

<figure><img src="/files/pXbTMk5jHMvb1rsZRAyV" alt=""><figcaption></figcaption></figure>

After following the guidelines mapped out here, adding your polished PSD file to Maker is incredibly easy.

Open the editor, and click on the "Elements" tab in the media panel on the left side and select the Ps icon under layout options.

Then, select the Upload PSD button from the media panel on the left:

<figure><img src="/files/Mz6qgMYWOHumpxpEflYJ" alt=""><figcaption></figcaption></figure>

Once uploaded, click 'ADD' to insert the file into your story. Once added to your story, you can continue to edit the layers and elements as normal.

Note : The grid width of your Maker story will automatically adjust to the size of your Desktop PSD. All PSD files uploaded to Maker will be saved and available for re-use and download.


---

# 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.maker.co/maker-pages/design-tools/adding-a-psd-file.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.
