> For the complete documentation index, see [llms.txt](https://docs.elementary.io/hig/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elementary.io/hig/user-workflow.md).

# User Workflow

Visible design is a large part of the user experience, but so is the user's workflow, or how they interact with an app. In this section, we cover a few important steps of a typical workflow:

* [First Launch Experience](/hig/user-workflow/first-launch-experience.md): What the user sees the first time they use your app
* [Normal Launch](/hig/user-workflow/normal-launch.md): What happens when opening your app on a day-to-day basis
* [Always Provide an Undo](/hig/user-workflow/always-provide-an-undo.md): Help users be faster and more confident
* [Always Saved](/hig/user-workflow/always-saved.md): Bringing the desktop in line with modern expectations
* [Closing](/hig/user-workflow/closing.md): What happens when closing your app
* [Background Tasks](/hig/user-workflow/background-tasks.md): How your app manages to do things invisibly in the background


---

# 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://docs.elementary.io/hig/user-workflow.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.
