# General Concepts

- [SCRUM](https://docs.arkannis.net/general-concepts/scrum.md)
- [Workflow](https://docs.arkannis.net/general-concepts/scrum/workflow.md)
- [DevOps](https://docs.arkannis.net/general-concepts/devops.md)
- [What is DevOps?](https://docs.arkannis.net/general-concepts/devops/what-is-devops.md)
- [What is TDD? (Test Driven Development)](https://docs.arkannis.net/general-concepts/devops/what-is-tdd-test-driven-development.md)
- [What is CI? (Continuous Integration)](https://docs.arkannis.net/general-concepts/devops/what-is-ci-continuous-integration.md)
- [What is code coverage?](https://docs.arkannis.net/general-concepts/devops/what-is-code-coverage.md)
- [Linting best practices](https://docs.arkannis.net/general-concepts/devops/linting-best-practices.md)
- [Ephemeral Environments](https://docs.arkannis.net/general-concepts/devops/ephemeral-environments.md)
- [Rolling Deployments](https://docs.arkannis.net/general-concepts/devops/rolling-deployments.md)
- [Blue/Geen Deployments](https://docs.arkannis.net/general-concepts/devops/blue-geen-deployments.md)
- [Canary Deployments](https://docs.arkannis.net/general-concepts/devops/canary-deployments.md)
- [What is autoscaling & serverless?](https://docs.arkannis.net/general-concepts/devops/what-is-autoscaling-and-serverless.md)
- [What is service discovery?](https://docs.arkannis.net/general-concepts/devops/what-is-service-discovery.md)
- [What is Log Aggregation?](https://docs.arkannis.net/general-concepts/devops/what-is-log-aggregation.md)
- [Metric Monitoring](https://docs.arkannis.net/general-concepts/devops/metric-monitoring.md)


---

# 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.arkannis.net/general-concepts.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.
