# Archive

- [Migrate From RDS To Guepard](https://stakpak.gitbook.io/docs/archive/migrate-from-rds-to-guepard.md)
- [Automate Terraform Security Scanning in CI/CD](https://stakpak.gitbook.io/docs/archive/automate-terraform-security-scanning-in-ci-cd.md)
- [Deploy NextJS App to AWS with OpenNext](https://stakpak.gitbook.io/docs/archive/deploy-nextjs-app-to-aws-with-opennext.md)
- [My Todo](https://stakpak.gitbook.io/docs/archive/my-todo.md)
- [Stakpak Vs Claude Code](https://stakpak.gitbook.io/docs/archive/stakpak-vs-claude-code.md)
- [Features](https://stakpak.gitbook.io/docs/archive/features.md): The Stakpak Web IDE empowers you with a seamless Infrastructure as Code (IaC) experience, combining AI-powered automation with robust security and visualization tools.
- [Get Started](https://stakpak.gitbook.io/docs/archive/get-started.md): Welcome to Dev Without Ops where Stakpak abstracts away the operational burden
- [Containerize Spring Boot Application in 30 mins](https://stakpak.gitbook.io/docs/archive/containerize-spring-boot-application-in-30-mins.md): This step-by-step guide walks you through containerizing a Spring Boot application using Stakpak’s AI DevOps agent.
- [Containerize Next.js Application](https://stakpak.gitbook.io/docs/archive/containerize-next.js-application.md): This step-by-step guide walks you through containerizing a Next.js application using Stakpak’s AI DevOps agent.
- [Get Started](https://stakpak.gitbook.io/docs/archive/get-started-1.md): Introducing the first DevOps AI Agent!
- [Welcome to Stakpak! 🚀](https://stakpak.gitbook.io/docs/archive/readme.md)
- [Get Started](https://stakpak.gitbook.io/docs/archive/get-started-2.md): Less Ops More Coding
- [Stakpak Vs Coding Agents](https://stakpak.gitbook.io/docs/archive/stakpak-vs-coding-agents.md)
- [Use Cases](https://stakpak.gitbook.io/docs/archive/use-cases.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://stakpak.gitbook.io/docs/archive.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.
