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