> For the complete documentation index, see [llms.txt](https://sogni.gitbook.io/sogni-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sogni.gitbook.io/sogni-docs/sogni-studio/models/model-storage-and-deleting-models.md).

# Model Storage & Deleting Models

By default, models are stored in the "sd-models" folder within the app's sandboxed container in your Library. You can easily access this folder in two ways:<br>

1\. From the Model Explorer, while viewing "All Models," click the folder icon at the top right of the view (next to the search field).

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

2\. Right-click on a model and select "Show in Finder." You can also delete a model directly from the right-click menu.

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

If you wish to change the location of the "sd-models" folder, you can do so in the "Locations" tab of the Settings window (Sogni > Settings). This allows you to use an external drive to store your models and save hard drive space on your Mac.

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


---

# 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:

```
GET https://sogni.gitbook.io/sogni-docs/sogni-studio/models/model-storage-and-deleting-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
