# Configuration

- [Basic Setup](https://docs.sorry-cypress.dev/configuration/in-memory.md): Sorry-cypress Director basic setup instructions
- [Full Setup](https://docs.sorry-cypress.dev/configuration/persistent.md): Sorry-cypress full setup with persistency and web dashboard
- [Director Service](https://docs.sorry-cypress.dev/configuration/director-configuration.md): Director service configuration options
- [AWS Role Assumption via Service Account](https://docs.sorry-cypress.dev/configuration/director-configuration/aws-role-based-auth.md): Director AWS Role Based Authentication
- [AWS S3 Configuration](https://docs.sorry-cypress.dev/configuration/director-configuration/aws-s3-configuration.md): Director AWS S3 configuration
- [Minio Configuration](https://docs.sorry-cypress.dev/configuration/director-configuration/minio-configuration.md): Minio and Sorry Cypress
- [Azure Blob Storage Configuration](https://docs.sorry-cypress.dev/configuration/director-configuration/azure-blob-storage-configuration.md): Azure Blob Storage and Sorry Cypress
- [API Service](https://docs.sorry-cypress.dev/configuration/api-configuration.md): API service configuration options
- [Web Dashboard](https://docs.sorry-cypress.dev/configuration/dashboard-configuration.md): Web Dashboard service configuration
- [Configuration](https://docs.sorry-cypress.dev/configuration/dashboard-configuration/configuration.md)
- [MongoDB Configuration](https://docs.sorry-cypress.dev/configuration/mongodb-configuration.md): Configuration entries are similar for API and for Director services
- [Troubleshooting](https://docs.sorry-cypress.dev/configuration/troubleshooting.md): Common questions and setup issues


---

# 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.sorry-cypress.dev/configuration.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.
