> For the complete documentation index, see [llms.txt](https://docs.maestro.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maestro.dev/maestro-flows/workspace-management.md).

# Workspace Management

- [Workspace management overview](https://docs.maestro.dev/maestro-flows/workspace-management/workspace-management-overview.md): Organize your Maestro workspace with config.yaml, test architecture, tags, and reporting for scalable automation.
- [Project configuration](https://docs.maestro.dev/maestro-flows/workspace-management/project-configuration.md): Configure your Maestro workspace with config.yaml for test suite settings.
- [Design your test architecture](https://docs.maestro.dev/maestro-flows/workspace-management/design-your-test-architecture.md): Plan your test architecture with guides on repository configuration and test suite structure.
- [Repository configuration](https://docs.maestro.dev/maestro-flows/workspace-management/design-your-test-architecture/repository-configuration.md): Organize your test repository using User Journey or Feature Test patterns for scalable automation.
- [Test discovery and tags](https://docs.maestro.dev/maestro-flows/workspace-management/test-discovery-and-tags.md): Organize tests with tags and control which flows run using include/exclude filters.
- [Sequential execution](https://docs.maestro.dev/maestro-flows/workspace-management/sequential-execution.md): Run flows in a specific order using executionOrder for dependent test scenarios.
- [Test reports and artifacts](https://docs.maestro.dev/maestro-flows/workspace-management/test-reports-and-artifacts.md): Generate test reports, screenshots, and logs for debugging and CI integration.
- [Record your Flow](https://docs.maestro.dev/maestro-flows/workspace-management/record-your-flow.md): Record a Flow as an MP4 with Maestro CLI and share runs for debugging or demos.
- [AI test analysis](https://docs.maestro.dev/maestro-flows/workspace-management/ai-test-analysis.md): Use AI-powered analysis to understand test failures and improve test coverage.


---

# 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.maestro.dev/maestro-flows/workspace-management.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.
