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

# License

**AUTOR NE PREUZIMA ODGOVORNOST ZA BILO KOJU STETU, GUBITKE ILI DRUGE POSLJEDICE KOJE NASTANU IZ UPOTREBE OVOG MATERIJALA/DOKUMENTACIJE. KORISTENJE OVOG MATERIJALA/DOKUMENTACIJE ODVIJA SE NA VLASTITU ODGOVORNOST KORISNIKA.**

Materijal/dokumentacija se distribuira u nadi da će biti koristan, ali BEZ IKAKVE GARANCIJE, cak ni podrazumijevane garancije prodaje ili prikladnosti za odredjenu svrhu. Korisnik preuzima svu odgovornost za koristenje ovog materijala/dokumentacije.

Sadrzaj ovog repozitorija moze se koristiti samo u nekomercijalne svrhe. Svi materijali, informacije i usluge koje se pružaju na ovoj stranici pružaju se "kako jesu" bez ikakvih garancija, bilo izričitih ili implicitnih.

Svi tutorijali i upute na ovoj stranici pružaju se samo u informativne svrhe. Autor ne preuzima nikakvu odgovornost za tacnost, potpunost ili aktualnost sadržaja. Upotreba informacija na ovoj stranici odvija se na vlastitu odgovornost korisnika. Autor ne odgovara za eventualnu stetu koja moze nastati upotrebom informacija ili povezanih s informacijama na ovoj stranici. Autor takodjer ne preuzima nikakvu odgovornost za sadrzaj na vanjskim linkovima koji su navedeni na ovoj stranici.

Napominjemo da su neki sadrzaji u ovom materijalu/dokumentaciji preuzeti sa interneta, te se izricito ogranicava odgovornost autora za bilo kakvo krsenje autorskih prava na tim sadrzajima. Korisnik ovog materijala/dokumentacije preuzima odgovornost za koristenje takvih sadrzaja u skladu sa zakonima o autorskim pravima i drugim relevantnim propisima.

Ako se materijali iz ovog repozitorija dijiele na internetu ili drugim medijima, molimo vas da dodate referencu na **DevOps Mentorship Program i AWS Community Bosnia.**


---

# 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, and the optional `goal` query parameter:

```
GET https://devops.awsbosnia.com/license.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
