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

# Development

- [Getting Started](https://docs.devland.is/development/getting-started.md)
- [Generating a New Project](https://docs.devland.is/development/generate.md)
- [Definition of done](https://docs.devland.is/development/definition-of-done.md): Check-list of acceptance critera when relasing software products to the island.is ecosystem.
- [Devops](https://docs.devland.is/development/devops.md)
- [Continuous Delivery](https://docs.devland.is/development/devops/continuous-delivery.md)
- [Database](https://docs.devland.is/development/devops/database.md)
- [Dockerizing](https://docs.devland.is/development/devops/dockerizing.md)
- [Environment Setup](https://docs.devland.is/development/devops/environment-setup.md)
- [Logging](https://docs.devland.is/development/devops/logging.md)
- [Metrics](https://docs.devland.is/development/devops/metrics.md)
- [NextJS Custom Server](https://docs.devland.is/development/devops/next-server.md)
- [Observability](https://docs.devland.is/development/devops/observability.md)
- [Operations Base Principles](https://docs.devland.is/development/devops/operations-base-principles.md)
- [Security](https://docs.devland.is/development/devops/security.md)
- [Service Configuration](https://docs.devland.is/development/devops/service-setup.md)
- [Support](https://docs.devland.is/development/devops/support.md)
- [AWS Secrets](https://docs.devland.is/development/aws-secrets.md)
- [Feature Flags](https://docs.devland.is/development/feature-flags.md)
- [Documentation Contributions](https://docs.devland.is/development/documentation-contribute.md)
- [Defining Monorepo Boundaries With Tags](https://docs.devland.is/development/nx-tags.md)
- [OpenAPI](https://docs.devland.is/development/openapi.md)
- [Code Generation](https://docs.devland.is/development/codegen.md)
- [Project commands](https://docs.devland.is/development/project-commands.md)
- [Workspace Settings (Deprecated)](https://docs.devland.is/development/workspace-settings.md)
- [External Contributions](https://docs.devland.is/development/external-contribute.md)
- [CODEOWNERS Manifesto](https://docs.devland.is/development/codeowners-manifesto.md): A clear stance on code ownership: if you build it, you own it—covering responsibility, quality, and long-term accountability.


---

# 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.devland.is/development.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.
