> For the complete documentation index, see [llms.txt](https://help.fashionupdater.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fashionupdater.app/en/getting-started/overview-and-requirements.md).

# Overview and Requirements

## Service Overview

Fashionupdater is a service based entirely on the cloud. It is founded on the concept of [Workspace](/en/getting-started/the-workspace.md) as a content container. These are mainly distinguished between [Models and Conversations](/en/workspace-management/model-operations.md).

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Main Interface</strong></td><td>General overview and how to navigate within Fashionupdater.</td><td></td><td><a href="/pages/mzQpx0Hc36EVDxwX1MlP">/pages/mzQpx0Hc36EVDxwX1MlP</a></td></tr><tr><td><strong>Using Fashionupdater</strong></td><td>Models, Conversations and all the ways to organize work.</td><td></td><td><a href="/pages/m4pYXctSygz56NsQdVgE">/pages/m4pYXctSygz56NsQdVgE</a></td></tr><tr><td><strong>Workspace Management</strong></td><td>How to organize Groups, users and their permissions.</td><td></td><td><a href="/pages/U4QuUXAvTj4zqUJVOR0e">/pages/U4QuUXAvTj4zqUJVOR0e</a></td></tr></tbody></table>

## Basic Technical Requirements

Fashionupdater has been developed using standards supported by major modern web browsers. Its use requires a fast internet connection and a screen resolution of at least 1280x1024.

## Version and Updates

For information regarding the latest available version and new features introduced, visit the [Release Notes](https://headwayapp.co/fashionupdater-release-notes) page.

## System Status

You can monitor the system and connected services status by visiting the page: [System Status](https://fashionupdater.statuspage.io/).


---

# 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.fashionupdater.app/en/getting-started/overview-and-requirements.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.
